* lib/Makefile.am: put getline.c back into libfind_a_SOURCES,
[findutils.git] / find / Makefile.in
blob9e02823d06d149425adffceac647ca250b3bd398
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-9, 2000 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.
13 SHELL = @SHELL@
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkglibdir = $(libdir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
38 top_builddir = ..
40 ACLOCAL = @ACLOCAL@
41 AUTOCONF = @AUTOCONF@
42 AUTOMAKE = @AUTOMAKE@
43 AUTOHEADER = @AUTOHEADER@
45 INSTALL = @INSTALL@
46 INSTALL_PROGRAM = @INSTALL_PROGRAM@
47 INSTALL_DATA = @INSTALL_DATA@
48 INSTALL_SCRIPT = @INSTALL_SCRIPT@
49 INSTALL_STRIP_FLAG =
50 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
59 @SET_MAKE@
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AMDEP = @AMDEP@
63 AMTAR = @AMTAR@
64 AWK = @AWK@
65 CATALOGS = @CATALOGS@
66 CATOBJEXT = @CATOBJEXT@
67 CC = @CC@
68 CPP = @CPP@
69 CXX = @CXX@
70 CXXCPP = @CXXCPP@
71 DATADIRNAME = @DATADIRNAME@
72 DEPDIR = @DEPDIR@
73 DF_PROG = @DF_PROG@
74 GENCAT = @GENCAT@
75 GETCONF = @GETCONF@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 GNU_PACKAGE = @GNU_PACKAGE@
79 GT_NO = @GT_NO@
80 GT_YES = @GT_YES@
81 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLDEPS = @INTLDEPS@
84 INTLLIBS = @INTLLIBS@
85 INTLOBJS = @INTLOBJS@
86 LIBOBJS = @LIBOBJS@
87 MAKEINFO = @MAKEINFO@
88 MAN = @MAN@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
90 MSGFMT = @MSGFMT@
91 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
92 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
93 PACKAGE = @PACKAGE@
94 POFILES = @POFILES@
95 POSUB = @POSUB@
96 RANLIB = @RANLIB@
97 U = @U@
98 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
99 USE_NLS = @USE_NLS@
100 VERSION = @VERSION@
101 install_sh = @install_sh@
102 l = @l@
105 AUTOMAKE_OPTIONS = ../lib/ansi2knr
106 localedir = $(datadir)/locale
107 bin_PROGRAMS = find
108 find_SOURCES = find.c fstype.c parser.c pred.c tree.c util.c version.c
109 EXTRA_DIST = defs.h $(man_MANS)
110 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
111 LDADD = ../lib/libfind.a @INTLLIBS@
112 man_MANS = find.1
113 SUBDIRS = testsuite
114 subdir = find
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../config.h
117 CONFIG_CLEAN_FILES =
118 PROGRAMS = $(bin_PROGRAMS)
121 DEFS = @DEFS@ -I. -I$(srcdir) -I..
122 CPPFLAGS = @CPPFLAGS@
123 LDFLAGS = @LDFLAGS@
124 LIBS = @LIBS@
125 ANSI2KNR = ../lib/ansi2knr
126 am_find_OBJECTS = find$U.o fstype$U.o parser$U.o pred$U.o tree$U.o \
127 util$U.o version$U.o
128 find_OBJECTS = $(am_find_OBJECTS)
129 find_LDADD = $(LDADD)
130 find_DEPENDENCIES = ../lib/libfind.a
131 find_LDFLAGS =
132 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 CFLAGS = @CFLAGS@
134 CCLD = $(CC)
135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136 DIST_SOURCES = $(find_SOURCES)
137 man1dir = $(mandir)/man1
138 MANS = $(man_MANS)
140 NROFF = nroff
141 depcomp = $(SHELL) $(top_srcdir)/depcomp
142 DEP_FILES = @AMDEP@ $(DEPDIR)/find$U.Po $(DEPDIR)/fstype$U.Po \
143 $(DEPDIR)/parser$U.Po $(DEPDIR)/pred$U.Po $(DEPDIR)/tree$U.Po \
144 $(DEPDIR)/util$U.Po $(DEPDIR)/version$U.Po
145 DIST_COMMON = Makefile.am Makefile.in
148 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150 GZIP_ENV = --best
151 SOURCES = $(find_SOURCES)
152 OBJECTS = $(am_find_OBJECTS)
154 all: all-redirect
155 .SUFFIXES:
156 .SUFFIXES: .c .o
157 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
158 cd $(top_srcdir) && $(AUTOMAKE) --gnu find/Makefile
160 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
161 cd $(top_builddir) \
162 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
165 mostlyclean-binPROGRAMS:
167 clean-binPROGRAMS:
168 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
170 distclean-binPROGRAMS:
172 maintainer-clean-binPROGRAMS:
174 install-binPROGRAMS: $(bin_PROGRAMS)
175 @$(NORMAL_INSTALL)
176 $(mkinstalldirs) $(DESTDIR)$(bindir)
177 @list='$(bin_PROGRAMS)'; for p in $$list; do \
178 if test -f $$p; then \
179 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
180 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
181 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
182 else :; fi; \
183 done
185 uninstall-binPROGRAMS:
186 @$(NORMAL_UNINSTALL)
187 @list='$(bin_PROGRAMS)'; for p in $$list; do \
188 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
189 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
190 rm -f $(DESTDIR)$(bindir)/$$f; \
191 done
193 mostlyclean-compile:
194 -rm -f *.o core *.core
196 clean-compile:
198 distclean-compile:
199 -rm -f *.tab.c
201 maintainer-clean-compile:
202 ../lib/ansi2knr: ../lib/ansi2knr.o
203 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
205 ../lib/ansi2knr.o:
206 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
209 mostlyclean-kr:
210 -rm -f *_.c
212 clean-kr:
214 distclean-kr:
216 maintainer-clean-kr:
218 find: $(find_OBJECTS) $(find_DEPENDENCIES)
219 @rm -f find
220 $(LINK) $(find_LDFLAGS) $(find_OBJECTS) $(find_LDADD) $(LIBS)
221 alloca_.c: alloca.c $(ANSI2KNR)
222 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c
223 error_.c: error.c $(ANSI2KNR)
224 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c
225 fileblocks_.c: fileblocks.c $(ANSI2KNR)
226 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fileblocks.c; then echo $(srcdir)/fileblocks.c; else echo fileblocks.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fileblocks_.c
227 find_.c: find.c $(ANSI2KNR)
228 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/find.c; then echo $(srcdir)/find.c; else echo find.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > find_.c
229 fnmatch_.c: fnmatch.c $(ANSI2KNR)
230 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fnmatch.c; then echo $(srcdir)/fnmatch.c; else echo fnmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fnmatch_.c
231 fstype_.c: fstype.c $(ANSI2KNR)
232 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fstype.c; then echo $(srcdir)/fstype.c; else echo fstype.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fstype_.c
233 lstat_.c: lstat.c $(ANSI2KNR)
234 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lstat.c; then echo $(srcdir)/lstat.c; else echo lstat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lstat_.c
235 malloc_.c: malloc.c $(ANSI2KNR)
236 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c
237 memcmp_.c: memcmp.c $(ANSI2KNR)
238 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcmp.c; then echo $(srcdir)/memcmp.c; else echo memcmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcmp_.c
239 memcpy_.c: memcpy.c $(ANSI2KNR)
240 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcpy.c; then echo $(srcdir)/memcpy.c; else echo memcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcpy_.c
241 memset_.c: memset.c $(ANSI2KNR)
242 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memset.c; then echo $(srcdir)/memset.c; else echo memset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memset_.c
243 mktime_.c: mktime.c $(ANSI2KNR)
244 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mktime_.c
245 parser_.c: parser.c $(ANSI2KNR)
246 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parser.c; then echo $(srcdir)/parser.c; else echo parser.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parser_.c
247 pred_.c: pred.c $(ANSI2KNR)
248 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/pred.c; then echo $(srcdir)/pred.c; else echo pred.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > pred_.c
249 realloc_.c: realloc.c $(ANSI2KNR)
250 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c
251 regex_.c: regex.c $(ANSI2KNR)
252 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/regex.c; then echo $(srcdir)/regex.c; else echo regex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > regex_.c
253 stat_.c: stat.c $(ANSI2KNR)
254 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stat.c; then echo $(srcdir)/stat.c; else echo stat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stat_.c
255 stpcpy_.c: stpcpy.c $(ANSI2KNR)
256 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c
257 strdup_.c: strdup.c $(ANSI2KNR)
258 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strdup_.c
259 strftime_.c: strftime.c $(ANSI2KNR)
260 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strftime.c; then echo $(srcdir)/strftime.c; else echo strftime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strftime_.c
261 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
262 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strncasecmp.c; then echo $(srcdir)/strncasecmp.c; else echo strncasecmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strncasecmp_.c
263 strspn_.c: strspn.c $(ANSI2KNR)
264 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c
265 strstr_.c: strstr.c $(ANSI2KNR)
266 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strstr.c; then echo $(srcdir)/strstr.c; else echo strstr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strstr_.c
267 strtol_.c: strtol.c $(ANSI2KNR)
268 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtol.c; then echo $(srcdir)/strtol.c; else echo strtol.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtol_.c
269 strtoul_.c: strtoul.c $(ANSI2KNR)
270 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoul.c; then echo $(srcdir)/strtoul.c; else echo strtoul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoul_.c
271 strtoull_.c: strtoull.c $(ANSI2KNR)
272 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoull.c; then echo $(srcdir)/strtoull.c; else echo strtoull.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoull_.c
273 strtoumax_.c: strtoumax.c $(ANSI2KNR)
274 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtoumax.c; then echo $(srcdir)/strtoumax.c; else echo strtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtoumax_.c
275 tree_.c: tree.c $(ANSI2KNR)
276 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tree.c; then echo $(srcdir)/tree.c; else echo tree.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tree_.c
277 util_.c: util.c $(ANSI2KNR)
278 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/util.c; then echo $(srcdir)/util.c; else echo util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > util_.c
279 version_.c: version.c $(ANSI2KNR)
280 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version.c; then echo $(srcdir)/version.c; else echo version.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > version_.c
281 waitpid_.c: waitpid.c $(ANSI2KNR)
282 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/waitpid.c; then echo $(srcdir)/waitpid.c; else echo waitpid.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > waitpid_.c
283 alloca_.o error_.o fileblocks_.o find_.o fnmatch_.o fstype_.o lstat_.o \
284 malloc_.o memcmp_.o memcpy_.o memset_.o mktime_.o parser_.o pred_.o \
285 realloc_.o regex_.o stat_.o stpcpy_.o strdup_.o strftime_.o \
286 strncasecmp_.o strspn_.o strstr_.o strtol_.o strtoul_.o strtoull_.o \
287 strtoumax_.o tree_.o util_.o version_.o waitpid_.o : $(ANSI2KNR)
289 install-man1:
290 $(mkinstalldirs) $(DESTDIR)$(man1dir)
291 @list='$(man1_MANS)'; \
292 l2='$(man_MANS)'; for i in $$l2; do \
293 case "$$i" in \
294 *.1*) list="$$list $$i" ;; \
295 esac; \
296 done; \
297 for i in $$list; do \
298 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
299 else file=$$i; fi; \
300 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
301 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
302 inst=`echo $$inst | sed -e 's/^.*\///'`; \
303 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
304 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
305 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
306 done
308 uninstall-man1:
309 @list='$(man1_MANS)'; \
310 l2='$(man_MANS)'; for i in $$l2; do \
311 case "$$i" in \
312 *.1*) list="$$list $$i" ;; \
313 esac; \
314 done; \
315 for i in $$list; do \
316 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
317 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
318 inst=`echo $$inst | sed -e 's/^.*\///'`; \
319 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
320 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
321 rm -f $(DESTDIR)$(man1dir)/$$inst; \
322 done
323 install-man: $(MANS)
324 @$(NORMAL_INSTALL)
325 $(MAKE) $(AM_MAKEFLAGS) install-man1
326 uninstall-man:
327 @$(NORMAL_UNINSTALL)
328 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
330 # This directory's subdirectories are mostly independent; you can cd
331 # into them and run `make' without going through this Makefile.
332 # To change the values of `make' variables: instead of editing Makefiles,
333 # (1) if the variable is set in `config.status', edit `config.status'
334 # (which will cause the Makefiles to be regenerated when you run `make');
335 # (2) otherwise, pass the desired values on the `make' command line.
337 all-recursive install-data-recursive install-exec-recursive \
338 installdirs-recursive install-recursive uninstall-recursive \
339 check-recursive installcheck-recursive info-recursive dvi-recursive:
340 @set fnord $(MAKEFLAGS); amf=$$2; \
341 dot_seen=no; \
342 target=`echo $@ | sed s/-recursive//`; \
343 list='$(SUBDIRS)'; for subdir in $$list; do \
344 echo "Making $$target in $$subdir"; \
345 if test "$$subdir" = "."; then \
346 dot_seen=yes; \
347 local_target="$$target-am"; \
348 else \
349 local_target="$$target"; \
350 fi; \
351 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
352 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
353 done; \
354 if test "$$dot_seen" = "no"; then \
355 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
356 fi; test -z "$$fail"
358 mostlyclean-recursive clean-recursive distclean-recursive \
359 maintainer-clean-recursive:
360 @set fnord $(MAKEFLAGS); amf=$$2; \
361 dot_seen=no; \
362 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
363 rev="$$subdir $$rev"; \
364 if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
365 done; \
366 test "$$dot_seen" = "no" && rev=". $$rev"; \
367 target=`echo $@ | sed s/-recursive//`; \
368 for subdir in $$rev; do \
369 echo "Making $$target in $$subdir"; \
370 if test "$$subdir" = "."; then \
371 local_target="$$target-am"; \
372 else \
373 local_target="$$target"; \
374 fi; \
375 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
376 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
377 done && test -z "$$fail"
378 tags-recursive:
379 list='$(SUBDIRS)'; for subdir in $$list; do \
380 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
381 done
383 tags: TAGS
385 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
386 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
387 unique=`for i in $$list; do \
388 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
389 done | \
390 $(AWK) ' { files[$$0] = 1; } \
391 END { for (i in files) print i; }'`; \
392 mkid -fID $$unique $(LISP)
394 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
395 $(TAGS_FILES) $(LISP)
396 tags=; \
397 here=`pwd`; \
398 list='$(SUBDIRS)'; for subdir in $$list; do \
399 if test "$$subdir" = .; then :; else \
400 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
401 fi; \
402 done; \
403 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
404 unique=`for i in $$list; do \
405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406 done | \
407 $(AWK) ' { files[$$0] = 1; } \
408 END { for (i in files) print i; }'`; \
409 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
410 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
412 mostlyclean-tags:
414 clean-tags:
416 distclean-tags:
417 -rm -f TAGS ID
419 maintainer-clean-tags:
421 @AMDEP@include $(DEPDIR)/find$U.Po
422 @AMDEP@include $(DEPDIR)/fstype$U.Po
423 @AMDEP@include $(DEPDIR)/parser$U.Po
424 @AMDEP@include $(DEPDIR)/pred$U.Po
425 @AMDEP@include $(DEPDIR)/tree$U.Po
426 @AMDEP@include $(DEPDIR)/util$U.Po
427 @AMDEP@include $(DEPDIR)/version$U.Po
429 mostlyclean-depend:
431 clean-depend:
433 distclean-depend:
434 -rm -rf $(DEPDIR)
436 maintainer-clean-depend:
438 @AMDEP@CCDEPMODE = @CCDEPMODE@
440 .c.o:
441 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
442 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
443 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
447 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
449 distdir: $(DISTFILES)
450 @for file in $(DISTFILES); do \
451 d=$(srcdir); \
452 if test -d $$d/$$file; then \
453 cp -pR $$d/$$file $(distdir) \
454 || exit 1; \
455 else \
456 test -f $(distdir)/$$file \
457 || cp -p $$d/$$file $(distdir)/$$file \
458 || exit 1; \
459 fi; \
460 done
461 for subdir in $(SUBDIRS); do \
462 if test "$$subdir" = .; then :; else \
463 test -d $(distdir)/$$subdir \
464 || mkdir $(distdir)/$$subdir \
465 || exit 1; \
466 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
467 || exit 1; \
468 fi; \
469 done
470 info-am:
471 info: info-recursive
472 dvi-am:
473 dvi: dvi-recursive
474 check-am: all-am
475 check: check-recursive
476 installcheck-am:
477 installcheck: installcheck-recursive
478 install-exec-am: install-binPROGRAMS
479 install-exec: install-exec-recursive
481 install-data-am: install-man
482 install-data: install-data-recursive
484 install-am: all-am
485 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
486 install: install-recursive
487 uninstall-am: uninstall-binPROGRAMS uninstall-man
488 uninstall: uninstall-recursive
489 all-am: Makefile $(PROGRAMS) $(MANS)
490 all-redirect: all-recursive
491 install-strip:
492 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
493 installdirs: installdirs-recursive
494 installdirs-am:
495 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
498 mostlyclean-generic:
500 clean-generic:
502 distclean-generic:
503 -rm -f Makefile $(CONFIG_CLEAN_FILES)
504 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
506 maintainer-clean-generic:
507 -rm -f Makefile.in
508 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
509 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
510 mostlyclean-generic
512 mostlyclean: mostlyclean-recursive
514 clean-am: clean-binPROGRAMS clean-compile clean-kr clean-tags \
515 clean-depend clean-generic mostlyclean-am
517 clean: clean-recursive
519 distclean-am: distclean-binPROGRAMS distclean-compile distclean-kr \
520 distclean-tags distclean-depend distclean-generic \
521 clean-am
523 distclean: distclean-recursive
525 maintainer-clean-am: maintainer-clean-binPROGRAMS \
526 maintainer-clean-compile maintainer-clean-kr \
527 maintainer-clean-tags maintainer-clean-depend \
528 maintainer-clean-generic distclean-am
529 @echo "This command is intended for maintainers to use;"
530 @echo "it deletes files that may require special tools to rebuild."
532 maintainer-clean: maintainer-clean-recursive
534 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
535 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
536 mostlyclean-compile distclean-compile clean-compile \
537 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
538 maintainer-clean-kr install-man1 uninstall-man1 install-man \
539 uninstall-man install-recursive uninstall-recursive \
540 install-data-recursive uninstall-data-recursive install-exec-recursive \
541 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
542 all-recursive check-recursive installcheck-recursive info-recursive \
543 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
544 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
545 distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
546 distclean-depend clean-depend maintainer-clean-depend distdir info-am \
547 info dvi-am dvi check check-am installcheck-am installcheck \
548 install-exec-am install-exec install-data-am install-data install-am \
549 install uninstall-am uninstall all-redirect all-am all install-strip \
550 installdirs-am installdirs mostlyclean-generic distclean-generic \
551 clean-generic maintainer-clean-generic clean mostlyclean distclean \
552 maintainer-clean
555 $(PROGRAMS): ../lib/libfind.a
557 # Tell versions [3.59,3.63) of GNU make to not export all variables.
558 # Otherwise a system limit (for SysV at least) may be exceeded.
559 .NOEXPORT: