*** empty log message ***
[findutils.git] / find / Makefile.in
blob8c4b983d79a03ec3c0b5bfd56621e937ea7eb8c0
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CPP = @CPP@
62 MAKEINFO = @MAKEINFO@
63 PACKAGE = @PACKAGE@
64 RANLIB = @RANLIB@
65 VERSION = @VERSION@
67 bin_PROGRAMS = find
68 find_SOURCES = find.c fstype.c parser.c pred.c tree.c util.c version.c
69 EXTRA_DIST = defs.h $(man_MANS)
70 INCLUDES = -I.. -I$(top_srcdir)/lib
71 LDADD = ../lib/libfind.a
72 man_MANS = find.1
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 CONFIG_HEADER = ../config.h
75 CONFIG_CLEAN_FILES =
76 PROGRAMS = $(bin_PROGRAMS)
79 DEFS = @DEFS@ -I. -I$(srcdir) -I..
80 CPPFLAGS = @CPPFLAGS@
81 LDFLAGS = @LDFLAGS@
82 LIBS = @LIBS@
83 find_OBJECTS = find.o fstype.o parser.o pred.o tree.o util.o version.o
84 find_LDADD = $(LDADD)
85 find_DEPENDENCIES = ../lib/libfind.a
86 find_LDFLAGS =
87 CFLAGS = @CFLAGS@
88 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
91 man1dir = $(mandir)/man1
92 MANS = $(man_MANS)
94 NROFF = nroff
95 DIST_COMMON = Makefile.am Makefile.in
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100 TAR = tar
101 GZIP_ENV = --best
102 DEP_FILES = .deps/find.P .deps/fstype.P .deps/parser.P .deps/pred.P \
103 .deps/tree.P .deps/util.P .deps/version.P
104 SOURCES = $(find_SOURCES)
105 OBJECTS = $(find_OBJECTS)
107 all: all-redirect
108 .SUFFIXES:
109 .SUFFIXES: .S .c .o .s
110 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111 cd $(top_srcdir) && $(AUTOMAKE) --gnu find/Makefile
113 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
114 cd $(top_builddir) \
115 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
118 mostlyclean-binPROGRAMS:
120 clean-binPROGRAMS:
121 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
123 distclean-binPROGRAMS:
125 maintainer-clean-binPROGRAMS:
127 install-binPROGRAMS: $(bin_PROGRAMS)
128 @$(NORMAL_INSTALL)
129 $(mkinstalldirs) $(DESTDIR)$(bindir)
130 @list='$(bin_PROGRAMS)'; for p in $$list; do \
131 if test -f $$p; then \
132 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
133 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
134 else :; fi; \
135 done
137 uninstall-binPROGRAMS:
138 @$(NORMAL_UNINSTALL)
139 list='$(bin_PROGRAMS)'; for p in $$list; do \
140 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
141 done
143 .s.o:
144 $(COMPILE) -c $<
146 .S.o:
147 $(COMPILE) -c $<
149 mostlyclean-compile:
150 -rm -f *.o core *.core
152 clean-compile:
154 distclean-compile:
155 -rm -f *.tab.c
157 maintainer-clean-compile:
159 find: $(find_OBJECTS) $(find_DEPENDENCIES)
160 @rm -f find
161 $(LINK) $(find_LDFLAGS) $(find_OBJECTS) $(find_LDADD) $(LIBS)
163 install-man1:
164 $(mkinstalldirs) $(DESTDIR)$(man1dir)
165 @list='$(man1_MANS)'; \
166 l2='$(man_MANS)'; for i in $$l2; do \
167 case "$$i" in \
168 *.1*) list="$$list $$i" ;; \
169 esac; \
170 done; \
171 for i in $$list; do \
172 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
173 else file=$$i; fi; \
174 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
175 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
176 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
177 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
178 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
179 done
181 uninstall-man1:
182 @list='$(man1_MANS)'; \
183 l2='$(man_MANS)'; for i in $$l2; do \
184 case "$$i" in \
185 *.1*) list="$$list $$i" ;; \
186 esac; \
187 done; \
188 for i in $$list; do \
189 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
190 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
191 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
192 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
193 rm -f $(DESTDIR)$(man1dir)/$$inst; \
194 done
195 install-man: $(MANS)
196 @$(NORMAL_INSTALL)
197 $(MAKE) $(AM_MAKEFLAGS) install-man1
198 uninstall-man:
199 @$(NORMAL_UNINSTALL)
200 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
202 tags: TAGS
204 ID: $(HEADERS) $(SOURCES) $(LISP)
205 list='$(SOURCES) $(HEADERS)'; \
206 unique=`for i in $$list; do echo $$i; done | \
207 awk ' { files[$$0] = 1; } \
208 END { for (i in files) print i; }'`; \
209 here=`pwd` && cd $(srcdir) \
210 && mkid -f$$here/ID $$unique $(LISP)
212 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
213 tags=; \
214 here=`pwd`; \
215 list='$(SOURCES) $(HEADERS)'; \
216 unique=`for i in $$list; do echo $$i; done | \
217 awk ' { files[$$0] = 1; } \
218 END { for (i in files) print i; }'`; \
219 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
220 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
222 mostlyclean-tags:
224 clean-tags:
226 distclean-tags:
227 -rm -f TAGS ID
229 maintainer-clean-tags:
231 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
233 subdir = find
235 distdir: $(DISTFILES)
236 here=`cd $(top_builddir) && pwd`; \
237 top_distdir=`cd $(top_distdir) && pwd`; \
238 distdir=`cd $(distdir) && pwd`; \
239 cd $(top_srcdir) \
240 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu find/Makefile
241 @for file in $(DISTFILES); do \
242 d=$(srcdir); \
243 if test -d $$d/$$file; then \
244 cp -pr $$/$$file $(distdir)/$$file; \
245 else \
246 test -f $(distdir)/$$file \
247 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
248 || cp -p $$d/$$file $(distdir)/$$file || :; \
249 fi; \
250 done
252 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
254 -include $(DEP_FILES)
256 mostlyclean-depend:
258 clean-depend:
260 distclean-depend:
261 -rm -rf .deps
263 maintainer-clean-depend:
265 %.o: %.c
266 @echo '$(COMPILE) -c $<'; \
267 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
268 @-cp .deps/$(*F).pp .deps/$(*F).P; \
269 tr ' ' '\012' < .deps/$(*F).pp \
270 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
271 >> .deps/$(*F).P; \
272 rm .deps/$(*F).pp
274 %.lo: %.c
275 @echo '$(LTCOMPILE) -c $<'; \
276 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
277 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
278 < .deps/$(*F).pp > .deps/$(*F).P; \
279 tr ' ' '\012' < .deps/$(*F).pp \
280 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
281 >> .deps/$(*F).P; \
282 rm -f .deps/$(*F).pp
283 info-am:
284 info: info-am
285 dvi-am:
286 dvi: dvi-am
287 check-am: all-am
288 check: check-am
289 installcheck-am:
290 installcheck: installcheck-am
291 install-exec-am: install-binPROGRAMS
292 install-exec: install-exec-am
294 install-data-am: install-man
295 install-data: install-data-am
297 install-am: all-am
298 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
299 install: install-am
300 uninstall-am: uninstall-binPROGRAMS uninstall-man
301 uninstall: uninstall-am
302 all-am: Makefile $(PROGRAMS) $(MANS)
303 all-redirect: all-am
304 install-strip:
305 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
306 installdirs:
307 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
310 mostlyclean-generic:
312 clean-generic:
314 distclean-generic:
315 -rm -f Makefile $(CONFIG_CLEAN_FILES)
316 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
318 maintainer-clean-generic:
319 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
320 mostlyclean-tags mostlyclean-depend mostlyclean-generic
322 mostlyclean: mostlyclean-am
324 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
325 clean-generic mostlyclean-am
327 clean: clean-am
329 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
330 distclean-depend distclean-generic clean-am
332 distclean: distclean-am
334 maintainer-clean-am: maintainer-clean-binPROGRAMS \
335 maintainer-clean-compile maintainer-clean-tags \
336 maintainer-clean-depend maintainer-clean-generic \
337 distclean-am
338 @echo "This command is intended for maintainers to use;"
339 @echo "it deletes files that may require special tools to rebuild."
341 maintainer-clean: maintainer-clean-am
343 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
344 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
345 mostlyclean-compile distclean-compile clean-compile \
346 maintainer-clean-compile install-man1 uninstall-man1 install-man \
347 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
348 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
349 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
350 check-am installcheck-am installcheck install-exec-am install-exec \
351 install-data-am install-data install-am install uninstall-am uninstall \
352 all-redirect all-am all installdirs mostlyclean-generic \
353 distclean-generic clean-generic maintainer-clean-generic clean \
354 mostlyclean distclean maintainer-clean
357 $(PROGRAMS): ../lib/libfind.a
359 # Tell versions [3.59,3.63) of GNU make to not export all variables.
360 # Otherwise a system limit (for SysV at least) may be exceeded.
361 .NOEXPORT: