*** empty log message ***
[findutils.git] / find / Makefile.in
blob740c8d232f2ebdca1afadd32f59ddc56c098daff
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 CATALOGS = @CATALOGS@
61 CATOBJEXT = @CATOBJEXT@
62 CC = @CC@
63 CPP = @CPP@
64 DATADIRNAME = @DATADIRNAME@
65 GENCAT = @GENCAT@
66 GMOFILES = @GMOFILES@
67 GMSGFMT = @GMSGFMT@
68 GT_NO = @GT_NO@
69 GT_YES = @GT_YES@
70 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
71 INSTOBJEXT = @INSTOBJEXT@
72 INTLDEPS = @INTLDEPS@
73 INTLLIBS = @INTLLIBS@
74 INTLOBJS = @INTLOBJS@
75 LIBOBJS = @LIBOBJS@
76 MAKEINFO = @MAKEINFO@
77 MKINSTALLDIRS = @MKINSTALLDIRS@
78 MSGFMT = @MSGFMT@
79 PACKAGE = @PACKAGE@
80 POFILES = @POFILES@
81 POSUB = @POSUB@
82 RANLIB = @RANLIB@
83 U = @U@
84 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
85 USE_NLS = @USE_NLS@
86 VERSION = @VERSION@
87 l = @l@
89 localedir = $(datadir)/locale
90 bin_PROGRAMS = find
91 find_SOURCES = find.c fstype.c parser.c pred.c tree.c util.c version.c
92 EXTRA_DIST = defs.h $(man_MANS)
93 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
94 LDADD = ../lib/libfind.a @INTLLIBS@
95 man_MANS = find.1
96 SUBDIRS = testsuite
97 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98 CONFIG_HEADER = ../config.h
99 CONFIG_CLEAN_FILES =
100 PROGRAMS = $(bin_PROGRAMS)
103 DEFS = @DEFS@ -I. -I$(srcdir) -I..
104 CPPFLAGS = @CPPFLAGS@
105 LDFLAGS = @LDFLAGS@
106 LIBS = @LIBS@
107 find_OBJECTS = find.o fstype.o parser.o pred.o tree.o util.o version.o
108 find_LDADD = $(LDADD)
109 find_DEPENDENCIES = ../lib/libfind.a
110 find_LDFLAGS =
111 CFLAGS = @CFLAGS@
112 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
113 CCLD = $(CC)
114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
115 man1dir = $(mandir)/man1
116 MANS = $(man_MANS)
118 NROFF = nroff
119 DIST_COMMON = Makefile.am Makefile.in
122 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124 TAR = tar
125 GZIP_ENV = --best
126 DEP_FILES = .deps/find.P .deps/fstype.P .deps/parser.P .deps/pred.P \
127 .deps/tree.P .deps/util.P .deps/version.P
128 SOURCES = $(find_SOURCES)
129 OBJECTS = $(find_OBJECTS)
131 all: all-redirect
132 .SUFFIXES:
133 .SUFFIXES: .S .c .o .s
134 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
135 cd $(top_srcdir) && $(AUTOMAKE) --gnu find/Makefile
137 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
138 cd $(top_builddir) \
139 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
142 mostlyclean-binPROGRAMS:
144 clean-binPROGRAMS:
145 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
147 distclean-binPROGRAMS:
149 maintainer-clean-binPROGRAMS:
151 install-binPROGRAMS: $(bin_PROGRAMS)
152 @$(NORMAL_INSTALL)
153 $(mkinstalldirs) $(DESTDIR)$(bindir)
154 @list='$(bin_PROGRAMS)'; for p in $$list; do \
155 if test -f $$p; then \
156 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
157 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
158 else :; fi; \
159 done
161 uninstall-binPROGRAMS:
162 @$(NORMAL_UNINSTALL)
163 list='$(bin_PROGRAMS)'; for p in $$list; do \
164 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
165 done
167 .s.o:
168 $(COMPILE) -c $<
170 .S.o:
171 $(COMPILE) -c $<
173 mostlyclean-compile:
174 -rm -f *.o core *.core
176 clean-compile:
178 distclean-compile:
179 -rm -f *.tab.c
181 maintainer-clean-compile:
183 find: $(find_OBJECTS) $(find_DEPENDENCIES)
184 @rm -f find
185 $(LINK) $(find_LDFLAGS) $(find_OBJECTS) $(find_LDADD) $(LIBS)
187 install-man1:
188 $(mkinstalldirs) $(DESTDIR)$(man1dir)
189 @list='$(man1_MANS)'; \
190 l2='$(man_MANS)'; for i in $$l2; do \
191 case "$$i" in \
192 *.1*) list="$$list $$i" ;; \
193 esac; \
194 done; \
195 for i in $$list; do \
196 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
197 else file=$$i; fi; \
198 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
199 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
200 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
201 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
202 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
203 done
205 uninstall-man1:
206 @list='$(man1_MANS)'; \
207 l2='$(man_MANS)'; for i in $$l2; do \
208 case "$$i" in \
209 *.1*) list="$$list $$i" ;; \
210 esac; \
211 done; \
212 for i in $$list; do \
213 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
214 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
215 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
216 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
217 rm -f $(DESTDIR)$(man1dir)/$$inst; \
218 done
219 install-man: $(MANS)
220 @$(NORMAL_INSTALL)
221 $(MAKE) $(AM_MAKEFLAGS) install-man1
222 uninstall-man:
223 @$(NORMAL_UNINSTALL)
224 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
226 # This directory's subdirectories are mostly independent; you can cd
227 # into them and run `make' without going through this Makefile.
228 # To change the values of `make' variables: instead of editing Makefiles,
229 # (1) if the variable is set in `config.status', edit `config.status'
230 # (which will cause the Makefiles to be regenerated when you run `make');
231 # (2) otherwise, pass the desired values on the `make' command line.
233 @SET_MAKE@
235 all-recursive install-data-recursive install-exec-recursive \
236 installdirs-recursive install-recursive uninstall-recursive \
237 check-recursive installcheck-recursive info-recursive dvi-recursive:
238 @set fnord $(MAKEFLAGS); amf=$$2; \
239 dot_seen=no; \
240 target=`echo $@ | sed s/-recursive//`; \
241 list='$(SUBDIRS)'; for subdir in $$list; do \
242 echo "Making $$target in $$subdir"; \
243 if test "$$subdir" = "."; then \
244 dot_seen=yes; \
245 local_target="$$target-am"; \
246 else \
247 local_target="$$target"; \
248 fi; \
249 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
250 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
251 done; \
252 if test "$$dot_seen" = "no"; then \
253 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
254 fi; test -z "$$fail"
256 mostlyclean-recursive clean-recursive distclean-recursive \
257 maintainer-clean-recursive:
258 @set fnord $(MAKEFLAGS); amf=$$2; \
259 dot_seen=no; \
260 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
261 rev="$$subdir $$rev"; \
262 test "$$subdir" = "." && dot_seen=yes; \
263 done; \
264 test "$$dot_seen" = "no" && rev=". $$rev"; \
265 target=`echo $@ | sed s/-recursive//`; \
266 for subdir in $$rev; do \
267 echo "Making $$target in $$subdir"; \
268 if test "$$subdir" = "."; then \
269 local_target="$$target-am"; \
270 else \
271 local_target="$$target"; \
272 fi; \
273 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
275 done && test -z "$$fail"
276 tags-recursive:
277 list='$(SUBDIRS)'; for subdir in $$list; do \
278 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
279 done
281 tags: TAGS
283 ID: $(HEADERS) $(SOURCES) $(LISP)
284 list='$(SOURCES) $(HEADERS)'; \
285 unique=`for i in $$list; do echo $$i; done | \
286 awk ' { files[$$0] = 1; } \
287 END { for (i in files) print i; }'`; \
288 here=`pwd` && cd $(srcdir) \
289 && mkid -f$$here/ID $$unique $(LISP)
291 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
292 tags=; \
293 here=`pwd`; \
294 list='$(SUBDIRS)'; for subdir in $$list; do \
295 if test "$$subdir" = .; then :; else \
296 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
297 fi; \
298 done; \
299 list='$(SOURCES) $(HEADERS)'; \
300 unique=`for i in $$list; do echo $$i; done | \
301 awk ' { files[$$0] = 1; } \
302 END { for (i in files) print i; }'`; \
303 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
304 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
306 mostlyclean-tags:
308 clean-tags:
310 distclean-tags:
311 -rm -f TAGS ID
313 maintainer-clean-tags:
315 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
317 subdir = find
319 distdir: $(DISTFILES)
320 here=`cd $(top_builddir) && pwd`; \
321 top_distdir=`cd $(top_distdir) && pwd`; \
322 distdir=`cd $(distdir) && pwd`; \
323 cd $(top_srcdir) \
324 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu find/Makefile
325 @for file in $(DISTFILES); do \
326 d=$(srcdir); \
327 if test -d $$d/$$file; then \
328 cp -pr $$d/$$file $(distdir)/$$file; \
329 else \
330 test -f $(distdir)/$$file \
331 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
332 || cp -p $$d/$$file $(distdir)/$$file || :; \
333 fi; \
334 done
335 for subdir in $(SUBDIRS); do \
336 if test "$$subdir" = .; then :; else \
337 test -d $(distdir)/$$subdir \
338 || mkdir $(distdir)/$$subdir \
339 || exit 1; \
340 chmod 777 $(distdir)/$$subdir; \
341 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
342 || exit 1; \
343 fi; \
344 done
346 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
348 -include $(DEP_FILES)
350 mostlyclean-depend:
352 clean-depend:
354 distclean-depend:
355 -rm -rf .deps
357 maintainer-clean-depend:
359 %.o: %.c
360 @echo '$(COMPILE) -c $<'; \
361 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
362 @-cp .deps/$(*F).pp .deps/$(*F).P; \
363 tr ' ' '\012' < .deps/$(*F).pp \
364 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
365 >> .deps/$(*F).P; \
366 rm .deps/$(*F).pp
368 %.lo: %.c
369 @echo '$(LTCOMPILE) -c $<'; \
370 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
371 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
372 < .deps/$(*F).pp > .deps/$(*F).P; \
373 tr ' ' '\012' < .deps/$(*F).pp \
374 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
375 >> .deps/$(*F).P; \
376 rm -f .deps/$(*F).pp
377 info-am:
378 info: info-recursive
379 dvi-am:
380 dvi: dvi-recursive
381 check-am: all-am
382 check: check-recursive
383 installcheck-am:
384 installcheck: installcheck-recursive
385 install-exec-am: install-binPROGRAMS
386 install-exec: install-exec-recursive
388 install-data-am: install-man
389 install-data: install-data-recursive
391 install-am: all-am
392 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
393 install: install-recursive
394 uninstall-am: uninstall-binPROGRAMS uninstall-man
395 uninstall: uninstall-recursive
396 all-am: Makefile $(PROGRAMS) $(MANS)
397 all-redirect: all-recursive
398 install-strip:
399 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
400 installdirs: installdirs-recursive
401 installdirs-am:
402 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
405 mostlyclean-generic:
407 clean-generic:
409 distclean-generic:
410 -rm -f Makefile $(CONFIG_CLEAN_FILES)
411 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
413 maintainer-clean-generic:
414 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
415 mostlyclean-tags mostlyclean-depend mostlyclean-generic
417 mostlyclean: mostlyclean-recursive
419 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
420 clean-generic mostlyclean-am
422 clean: clean-recursive
424 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
425 distclean-depend distclean-generic clean-am
427 distclean: distclean-recursive
429 maintainer-clean-am: maintainer-clean-binPROGRAMS \
430 maintainer-clean-compile maintainer-clean-tags \
431 maintainer-clean-depend maintainer-clean-generic \
432 distclean-am
433 @echo "This command is intended for maintainers to use;"
434 @echo "it deletes files that may require special tools to rebuild."
436 maintainer-clean: maintainer-clean-recursive
438 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
439 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
440 mostlyclean-compile distclean-compile clean-compile \
441 maintainer-clean-compile install-man1 uninstall-man1 install-man \
442 uninstall-man install-data-recursive uninstall-data-recursive \
443 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
444 uninstalldirs-recursive all-recursive check-recursive \
445 installcheck-recursive info-recursive dvi-recursive \
446 mostlyclean-recursive distclean-recursive clean-recursive \
447 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
448 distclean-tags clean-tags maintainer-clean-tags distdir \
449 mostlyclean-depend distclean-depend clean-depend \
450 maintainer-clean-depend info-am info dvi-am dvi check check-am \
451 installcheck-am installcheck install-exec-am install-exec \
452 install-data-am install-data install-am install uninstall-am uninstall \
453 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
454 distclean-generic clean-generic maintainer-clean-generic clean \
455 mostlyclean distclean maintainer-clean
458 $(PROGRAMS): ../lib/libfind.a
460 # Tell versions [3.59,3.63) of GNU make to not export all variables.
461 # Otherwise a system limit (for SysV at least) may be exceeded.
462 .NOEXPORT: