source: trunk/third/sed/Makefile.in @ 17271

Revision 17271, 9.3 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17270, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = /bin/sh
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DISTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61MAKEINFO = @MAKEINFO@
62PACKAGE = @PACKAGE@
63RANLIB = @RANLIB@
64VERSION = @VERSION@
65
66SUBDIRS = djgpp doc lib sed testsuite
67
68EXTRA_DIST = ANNOUNCE BUGS THANKS README.boot bootstrap.sh dc.sed
69ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71CONFIG_HEADER = config.h
72CONFIG_CLEAN_FILES =
73DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
74Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 aclocal.m4 \
75config_h.in configure configure.in install-sh missing mkinstalldirs \
76stamp-h.in
77
78
79DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
80
81TAR = tar
82GZIP = --best
83all: all-recursive-am all-am
84
85.SUFFIXES:
86$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
87        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
88
89Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
90        cd $(top_builddir) \
91          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
92
93$(ACLOCAL_M4):  configure.in  acinclude.m4
94        cd $(srcdir) && $(ACLOCAL)
95
96config.status: $(srcdir)/configure
97        $(SHELL) ./config.status --recheck
98$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
99        cd $(srcdir) && $(AUTOCONF)
100
101config.h: stamp-h
102        @:
103stamp-h: $(srcdir)/config_h.in $(top_builddir)/config.status
104        cd $(top_builddir) \
105          && CONFIG_FILES= CONFIG_HEADERS=config.h:config_h.in \
106             $(SHELL) ./config.status
107        @echo timestamp > stamp-h
108$(srcdir)/config_h.in: $(srcdir)/stamp-h.in
109$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
110        cd $(top_srcdir) && $(AUTOHEADER)
111        @echo timestamp > $(srcdir)/stamp-h.in
112
113mostlyclean-hdr:
114
115clean-hdr:
116
117distclean-hdr:
118        -rm -f config.h
119
120maintainer-clean-hdr:
121
122# This directory's subdirectories are mostly independent; you can cd
123# into them and run `make' without going through this Makefile.
124# To change the values of `make' variables: instead of editing Makefiles,
125# (1) if the variable is set in `config.status', edit `config.status'
126#     (which will cause the Makefiles to be regenerated when you run `make');
127# (2) otherwise, pass the desired values on the `make' command line.
128
129@SET_MAKE@
130
131all-recursive install-data-recursive install-exec-recursive \
132installdirs-recursive install-recursive uninstall-recursive  \
133check-recursive installcheck-recursive info-recursive dvi-recursive:
134        @set fnord $(MAKEFLAGS); amf=$$2; \
135        list='$(SUBDIRS)'; for subdir in $$list; do \
136          target=`echo $@ | sed s/-recursive//`; \
137          echo "Making $$target in $$subdir"; \
138          (cd $$subdir && $(MAKE) $$target) \
139           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
140        done && test -z "$$fail"
141
142mostlyclean-recursive clean-recursive distclean-recursive \
143maintainer-clean-recursive:
144        @set fnord $(MAKEFLAGS); amf=$$2; \
145        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
146          rev="$$subdir $$rev"; \
147        done; \
148        for subdir in $$rev; do \
149          target=`echo $@ | sed s/-recursive//`; \
150          echo "Making $$target in $$subdir"; \
151          (cd $$subdir && $(MAKE) $$target) \
152           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
153        done && test -z "$$fail"
154tags-recursive:
155        list='$(SUBDIRS)'; for subdir in $$list; do \
156          (cd $$subdir && $(MAKE) tags); \
157        done
158
159tags: TAGS
160
161ID: $(HEADERS) $(SOURCES) $(LISP)
162        here=`pwd` && cd $(srcdir) \
163          && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
164
165TAGS: tags-recursive $(HEADERS) $(SOURCES) config_h.in $(TAGS_DEPENDENCIES) $(LISP)
166        tags=; \
167        here=`pwd`; \
168        list='$(SUBDIRS)'; for subdir in $$list; do \
169          test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
170        done; \
171        list='$(SOURCES) $(HEADERS)'; \
172        unique=`for i in $$list; do echo $$i; done | \
173          awk '    { files[$$0] = 1; } \
174               END { for (i in files) print i; }'`; \
175        test -z "$(ETAGS_ARGS)config_h.in$$unique$(LISP)$$tags" \
176          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config_h.in $$unique $(LISP) -o $$here/TAGS)
177
178mostlyclean-tags:
179
180clean-tags:
181
182distclean-tags:
183        -rm -f TAGS ID
184
185maintainer-clean-tags:
186
187distdir = $(PACKAGE)-$(VERSION)
188top_distdir = $(distdir)
189
190# This target untars the dist file and tries a VPATH configuration.  Then
191# it guarantees that the distribution is self-contained by making another
192# tarfile.
193distcheck: dist
194        -rm -rf $(distdir)
195        GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
196        mkdir $(distdir)/=build
197        mkdir $(distdir)/=inst
198        dc_install_base=`cd $(distdir)/=inst && pwd`; \
199        cd $(distdir)/=build \
200          && ../configure --srcdir=.. --prefix=$$dc_install_base \
201          && $(MAKE) \
202          && $(MAKE) dvi \
203          && $(MAKE) check \
204          && $(MAKE) install \
205          && $(MAKE) installcheck \
206          && $(MAKE) dist
207        -rm -rf $(distdir)
208        @echo "========================"; \
209        echo "$(distdir).tar.gz is ready for distribution"; \
210        echo "========================"
211dist: distdir
212        -chmod -R a+r $(distdir)
213        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
214        -rm -rf $(distdir)
215dist-all: distdir
216        -chmod -R a+r $(distdir)
217        GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
218        -rm -rf $(distdir)
219distdir: $(DISTFILES)
220        -rm -rf $(distdir)
221        mkdir $(distdir)
222        -chmod 777 $(distdir)
223        @for file in $(DISTFILES); do \
224          d=$(srcdir); \
225          test -f $(distdir)/$$file \
226          || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227          || cp -p $$d/$$file $(distdir)/$$file; \
228        done
229        for subdir in $(SUBDIRS); do \
230          test -d $(distdir)/$$subdir \
231          || mkdir $(distdir)/$$subdir \
232          || exit 1; \
233          chmod 777 $(distdir)/$$subdir; \
234          (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
235            || exit 1; \
236        done
237info: info-recursive
238dvi: dvi-recursive
239check: all-am
240        $(MAKE) check-recursive
241installcheck: installcheck-recursive
242all-recursive-am: config.h
243        $(MAKE) all-recursive
244
245all-am: Makefile config.h
246
247install-exec: install-exec-recursive
248        @$(NORMAL_INSTALL)
249
250install-data: install-data-recursive
251        @$(NORMAL_INSTALL)
252
253install: install-recursive
254        @:
255
256uninstall: uninstall-recursive
257
258install-strip:
259        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
260installdirs: installdirs-recursive
261
262
263mostlyclean-generic:
264        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
265
266clean-generic:
267        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
268
269distclean-generic:
270        -rm -f Makefile $(DISTCLEANFILES)
271        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
272        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
273
274maintainer-clean-generic:
275        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
276        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
277mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
278
279clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
280
281distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
282
283maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
284                maintainer-clean-generic distclean-am
285
286mostlyclean:  mostlyclean-recursive mostlyclean-am
287
288clean:  clean-recursive clean-am
289
290distclean:  distclean-recursive distclean-am
291        -rm -f config.status
292
293maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
294        @echo "This command is intended for maintainers to use;"
295        @echo "it deletes files that may require special tools to rebuild."
296        -rm -f config.status
297
298.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
299install-data-recursive uninstall-data-recursive install-exec-recursive \
300uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
301all-recursive check-recursive installcheck-recursive info-recursive \
302dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
303maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
304distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
305installcheck all-recursive-am all-am install-exec install-data install \
306uninstall all installdirs mostlyclean-generic distclean-generic \
307clean-generic maintainer-clean-generic clean mostlyclean distclean \
308maintainer-clean
309
310
311# Tell versions [3.59,3.63) of GNU make to not export all variables.
312# Otherwise a system limit (for SysV at least) may be exceeded.
313.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.