*** empty log message ***
[findutils.git] / find / Makefile.in
blobb84c68b34455bcbc68030eea86da2623f688a450
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 if test "$$subdir" = "."; then :; else \
364 rev="$$subdir $$rev"; \
365 fi; \
366 done; \
367 rev="$$rev ."; \
368 target=`echo $@ | sed s/-recursive//`; \
369 for subdir in $$rev; do \
370 echo "Making $$target in $$subdir"; \
371 if test "$$subdir" = "."; then \
372 local_target="$$target-am"; \
373 else \
374 local_target="$$target"; \
375 fi; \
376 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
377 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
378 done && test -z "$$fail"
379 tags-recursive:
380 list='$(SUBDIRS)'; for subdir in $$list; do \
381 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
382 done
384 tags: TAGS
386 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
387 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
388 unique=`for i in $$list; do \
389 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
390 done | \
391 $(AWK) ' { files[$$0] = 1; } \
392 END { for (i in files) print i; }'`; \
393 mkid -fID $$unique $(LISP)
395 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
396 $(TAGS_FILES) $(LISP)
397 tags=; \
398 here=`pwd`; \
399 list='$(SUBDIRS)'; for subdir in $$list; do \
400 if test "$$subdir" = .; then :; else \
401 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
402 fi; \
403 done; \
404 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
405 unique=`for i in $$list; do \
406 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407 done | \
408 $(AWK) ' { files[$$0] = 1; } \
409 END { for (i in files) print i; }'`; \
410 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
411 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
413 mostlyclean-tags:
415 clean-tags:
417 distclean-tags:
418 -rm -f TAGS ID
420 maintainer-clean-tags:
422 @AMDEP@include $(DEPDIR)/find$U.Po
423 @AMDEP@include $(DEPDIR)/fstype$U.Po
424 @AMDEP@include $(DEPDIR)/parser$U.Po
425 @AMDEP@include $(DEPDIR)/pred$U.Po
426 @AMDEP@include $(DEPDIR)/tree$U.Po
427 @AMDEP@include $(DEPDIR)/util$U.Po
428 @AMDEP@include $(DEPDIR)/version$U.Po
430 mostlyclean-depend:
432 clean-depend:
434 distclean-depend:
435 -rm -rf $(DEPDIR)
437 maintainer-clean-depend:
439 @AMDEP@CCDEPMODE = @CCDEPMODE@
441 .c.o:
442 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
443 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
444 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
445 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
448 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
450 distdir: $(DISTFILES)
451 @for file in $(DISTFILES); do \
452 d=$(srcdir); \
453 if test -d $$d/$$file; then \
454 cp -pR $$d/$$file $(distdir) \
455 || exit 1; \
456 else \
457 test -f $(distdir)/$$file \
458 || cp -p $$d/$$file $(distdir)/$$file \
459 || exit 1; \
460 fi; \
461 done
462 for subdir in $(SUBDIRS); do \
463 if test "$$subdir" = .; then :; else \
464 test -d $(distdir)/$$subdir \
465 || mkdir $(distdir)/$$subdir \
466 || exit 1; \
467 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
468 || exit 1; \
469 fi; \
470 done
471 info-am:
472 info: info-recursive
473 dvi-am:
474 dvi: dvi-recursive
475 check-am: all-am
476 check: check-recursive
477 installcheck-am:
478 installcheck: installcheck-recursive
479 install-exec-am: install-binPROGRAMS
480 install-exec: install-exec-recursive
482 install-data-am: install-man
483 install-data: install-data-recursive
485 install-am: all-am
486 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487 install: install-recursive
488 uninstall-am: uninstall-binPROGRAMS uninstall-man
489 uninstall: uninstall-recursive
490 all-am: Makefile $(PROGRAMS) $(MANS)
491 all-redirect: all-recursive
492 install-strip:
493 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
494 installdirs: installdirs-recursive
495 installdirs-am:
496 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
499 mostlyclean-generic:
501 clean-generic:
503 distclean-generic:
504 -rm -f Makefile $(CONFIG_CLEAN_FILES)
505 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
507 maintainer-clean-generic:
508 -rm -f Makefile.in
509 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
510 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
511 mostlyclean-generic
513 mostlyclean: mostlyclean-recursive
515 clean-am: clean-binPROGRAMS clean-compile clean-kr clean-tags \
516 clean-depend clean-generic mostlyclean-am
518 clean: clean-recursive
520 distclean-am: distclean-binPROGRAMS distclean-compile distclean-kr \
521 distclean-tags distclean-depend distclean-generic \
522 clean-am
524 distclean: distclean-recursive
526 maintainer-clean-am: maintainer-clean-binPROGRAMS \
527 maintainer-clean-compile maintainer-clean-kr \
528 maintainer-clean-tags maintainer-clean-depend \
529 maintainer-clean-generic distclean-am
530 @echo "This command is intended for maintainers to use;"
531 @echo "it deletes files that may require special tools to rebuild."
533 maintainer-clean: maintainer-clean-recursive
535 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
536 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
537 mostlyclean-compile distclean-compile clean-compile \
538 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
539 maintainer-clean-kr install-man1 uninstall-man1 install-man \
540 uninstall-man install-recursive uninstall-recursive \
541 install-data-recursive uninstall-data-recursive install-exec-recursive \
542 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
543 all-recursive check-recursive installcheck-recursive info-recursive \
544 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
545 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
546 distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
547 distclean-depend clean-depend maintainer-clean-depend distdir info-am \
548 info dvi-am dvi check check-am installcheck-am installcheck \
549 install-exec-am install-exec install-data-am install-data install-am \
550 install uninstall-am uninstall all-redirect all-am all install-strip \
551 installdirs-am installdirs mostlyclean-generic distclean-generic \
552 clean-generic maintainer-clean-generic clean mostlyclean distclean \
553 maintainer-clean
556 $(PROGRAMS): ../lib/libfind.a
558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
559 # Otherwise a system limit (for SysV at least) may be exceeded.
560 .NOEXPORT: