* locate/updatedb.sh, locate/locate.c (usage), find/parser.c
[findutils.git] / xargs / Makefile.in
blobb732ebf4a767ed19682f92734ef43ac6cb54bbca
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 = xargs
108 man_MANS = xargs.1
109 INCLUDES = -I.. -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
110 LDADD = ../find/version.o ../lib/libfind.a @INTLLIBS@
111 EXTRA_DIST = $(man_MANS)
112 SUBDIRS = testsuite
113 subdir = xargs
114 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115 CONFIG_HEADER = ../config.h
116 CONFIG_CLEAN_FILES =
117 PROGRAMS = $(bin_PROGRAMS)
120 DEFS = @DEFS@ -I. -I$(srcdir) -I..
121 CPPFLAGS = @CPPFLAGS@
122 LDFLAGS = @LDFLAGS@
123 LIBS = @LIBS@
124 ANSI2KNR = ../lib/ansi2knr
125 xargs_SOURCES = xargs.c
126 xargs_OBJECTS = xargs$U.o
127 xargs_LDADD = $(LDADD)
128 xargs_DEPENDENCIES = ../find/version.o ../lib/libfind.a
129 xargs_LDFLAGS =
130 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
131 CFLAGS = @CFLAGS@
132 CCLD = $(CC)
133 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
134 DIST_SOURCES = xargs.c
135 man1dir = $(mandir)/man1
136 MANS = $(man_MANS)
138 NROFF = nroff
139 depcomp = $(SHELL) $(top_srcdir)/depcomp
140 DEP_FILES = @AMDEP@ $(DEPDIR)/xargs$U.Po
141 DIST_COMMON = Makefile.am Makefile.in
144 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146 GZIP_ENV = --best
147 SOURCES = xargs.c
148 OBJECTS = xargs$U.o
150 all: all-redirect
151 .SUFFIXES:
152 .SUFFIXES: .c .o
153 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
154 cd $(top_srcdir) && $(AUTOMAKE) --gnu xargs/Makefile
156 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
157 cd $(top_builddir) \
158 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
161 mostlyclean-binPROGRAMS:
163 clean-binPROGRAMS:
164 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
166 distclean-binPROGRAMS:
168 maintainer-clean-binPROGRAMS:
170 install-binPROGRAMS: $(bin_PROGRAMS)
171 @$(NORMAL_INSTALL)
172 $(mkinstalldirs) $(DESTDIR)$(bindir)
173 @list='$(bin_PROGRAMS)'; for p in $$list; do \
174 if test -f $$p; then \
175 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
176 echo " $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f"; \
177 $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/$$f; \
178 else :; fi; \
179 done
181 uninstall-binPROGRAMS:
182 @$(NORMAL_UNINSTALL)
183 @list='$(bin_PROGRAMS)'; for p in $$list; do \
184 f="`echo $$p|sed -e 's/$(EXEEXT)$$//' -e '$(transform)' -e 's/$$/$(EXEEXT)/'`"; \
185 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
186 rm -f $(DESTDIR)$(bindir)/$$f; \
187 done
189 mostlyclean-compile:
190 -rm -f *.o core *.core
192 clean-compile:
194 distclean-compile:
195 -rm -f *.tab.c
197 maintainer-clean-compile:
198 ../lib/ansi2knr: ../lib/ansi2knr.o
199 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
201 ../lib/ansi2knr.o:
202 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
205 mostlyclean-kr:
206 -rm -f *_.c
208 clean-kr:
210 distclean-kr:
212 maintainer-clean-kr:
214 xargs: $(xargs_OBJECTS) $(xargs_DEPENDENCIES)
215 @rm -f xargs
216 $(LINK) $(xargs_LDFLAGS) $(xargs_OBJECTS) $(xargs_LDADD) $(LIBS)
217 alloca_.c: alloca.c $(ANSI2KNR)
218 $(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
219 error_.c: error.c $(ANSI2KNR)
220 $(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
221 fileblocks_.c: fileblocks.c $(ANSI2KNR)
222 $(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
223 fnmatch_.c: fnmatch.c $(ANSI2KNR)
224 $(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
225 lstat_.c: lstat.c $(ANSI2KNR)
226 $(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
227 malloc_.c: malloc.c $(ANSI2KNR)
228 $(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
229 memcmp_.c: memcmp.c $(ANSI2KNR)
230 $(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
231 memcpy_.c: memcpy.c $(ANSI2KNR)
232 $(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
233 memset_.c: memset.c $(ANSI2KNR)
234 $(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
235 mktime_.c: mktime.c $(ANSI2KNR)
236 $(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
237 realloc_.c: realloc.c $(ANSI2KNR)
238 $(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
239 regex_.c: regex.c $(ANSI2KNR)
240 $(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
241 rpmatch_.c: rpmatch.c $(ANSI2KNR)
242 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rpmatch.c; then echo $(srcdir)/rpmatch.c; else echo rpmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rpmatch_.c
243 stat_.c: stat.c $(ANSI2KNR)
244 $(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
245 stpcpy_.c: stpcpy.c $(ANSI2KNR)
246 $(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
247 strdup_.c: strdup.c $(ANSI2KNR)
248 $(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
249 strftime_.c: strftime.c $(ANSI2KNR)
250 $(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
251 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
252 $(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
253 strspn_.c: strspn.c $(ANSI2KNR)
254 $(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
255 strstr_.c: strstr.c $(ANSI2KNR)
256 $(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
257 strtol_.c: strtol.c $(ANSI2KNR)
258 $(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
259 strtoul_.c: strtoul.c $(ANSI2KNR)
260 $(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
261 strtoull_.c: strtoull.c $(ANSI2KNR)
262 $(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
263 strtoumax_.c: strtoumax.c $(ANSI2KNR)
264 $(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
265 waitpid_.c: waitpid.c $(ANSI2KNR)
266 $(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
267 xargs_.c: xargs.c $(ANSI2KNR)
268 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xargs.c; then echo $(srcdir)/xargs.c; else echo xargs.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xargs_.c
269 alloca_.o error_.o fileblocks_.o fnmatch_.o lstat_.o malloc_.o \
270 memcmp_.o memcpy_.o memset_.o mktime_.o realloc_.o regex_.o rpmatch_.o \
271 stat_.o stpcpy_.o strdup_.o strftime_.o strncasecmp_.o strspn_.o \
272 strstr_.o strtol_.o strtoul_.o strtoull_.o strtoumax_.o waitpid_.o \
273 xargs_.o : $(ANSI2KNR)
275 install-man1:
276 $(mkinstalldirs) $(DESTDIR)$(man1dir)
277 @list='$(man1_MANS)'; \
278 l2='$(man_MANS)'; for i in $$l2; do \
279 case "$$i" in \
280 *.1*) list="$$list $$i" ;; \
281 esac; \
282 done; \
283 for i in $$list; do \
284 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
285 else file=$$i; fi; \
286 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
287 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
288 inst=`echo $$inst | sed -e 's/^.*\///'`; \
289 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
290 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
291 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
292 done
294 uninstall-man1:
295 @list='$(man1_MANS)'; \
296 l2='$(man_MANS)'; for i in $$l2; do \
297 case "$$i" in \
298 *.1*) list="$$list $$i" ;; \
299 esac; \
300 done; \
301 for i in $$list; do \
302 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
303 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
304 inst=`echo $$inst | sed -e 's/^.*\///'`; \
305 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
306 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
307 rm -f $(DESTDIR)$(man1dir)/$$inst; \
308 done
309 install-man: $(MANS)
310 @$(NORMAL_INSTALL)
311 $(MAKE) $(AM_MAKEFLAGS) install-man1
312 uninstall-man:
313 @$(NORMAL_UNINSTALL)
314 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
316 # This directory's subdirectories are mostly independent; you can cd
317 # into them and run `make' without going through this Makefile.
318 # To change the values of `make' variables: instead of editing Makefiles,
319 # (1) if the variable is set in `config.status', edit `config.status'
320 # (which will cause the Makefiles to be regenerated when you run `make');
321 # (2) otherwise, pass the desired values on the `make' command line.
323 all-recursive install-data-recursive install-exec-recursive \
324 installdirs-recursive install-recursive uninstall-recursive \
325 check-recursive installcheck-recursive info-recursive dvi-recursive:
326 @set fnord $(MAKEFLAGS); amf=$$2; \
327 dot_seen=no; \
328 target=`echo $@ | sed s/-recursive//`; \
329 list='$(SUBDIRS)'; for subdir in $$list; do \
330 echo "Making $$target in $$subdir"; \
331 if test "$$subdir" = "."; then \
332 dot_seen=yes; \
333 local_target="$$target-am"; \
334 else \
335 local_target="$$target"; \
336 fi; \
337 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
338 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
339 done; \
340 if test "$$dot_seen" = "no"; then \
341 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
342 fi; test -z "$$fail"
344 mostlyclean-recursive clean-recursive distclean-recursive \
345 maintainer-clean-recursive:
346 @set fnord $(MAKEFLAGS); amf=$$2; \
347 dot_seen=no; \
348 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
349 if test "$$subdir" = "."; then :; else \
350 rev="$$subdir $$rev"; \
351 fi; \
352 done; \
353 rev="$$rev ."; \
354 target=`echo $@ | sed s/-recursive//`; \
355 for subdir in $$rev; do \
356 echo "Making $$target in $$subdir"; \
357 if test "$$subdir" = "."; then \
358 local_target="$$target-am"; \
359 else \
360 local_target="$$target"; \
361 fi; \
362 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
364 done && test -z "$$fail"
365 tags-recursive:
366 list='$(SUBDIRS)'; for subdir in $$list; do \
367 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
368 done
370 tags: TAGS
372 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
373 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
374 unique=`for i in $$list; do \
375 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376 done | \
377 $(AWK) ' { files[$$0] = 1; } \
378 END { for (i in files) print i; }'`; \
379 mkid -fID $$unique $(LISP)
381 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
382 $(TAGS_FILES) $(LISP)
383 tags=; \
384 here=`pwd`; \
385 list='$(SUBDIRS)'; for subdir in $$list; do \
386 if test "$$subdir" = .; then :; else \
387 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
388 fi; \
389 done; \
390 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
391 unique=`for i in $$list; do \
392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 done | \
394 $(AWK) ' { files[$$0] = 1; } \
395 END { for (i in files) print i; }'`; \
396 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
397 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
399 mostlyclean-tags:
401 clean-tags:
403 distclean-tags:
404 -rm -f TAGS ID
406 maintainer-clean-tags:
408 @AMDEP@include $(DEPDIR)/xargs$U.Po
410 mostlyclean-depend:
412 clean-depend:
414 distclean-depend:
415 -rm -rf $(DEPDIR)
417 maintainer-clean-depend:
419 @AMDEP@CCDEPMODE = @CCDEPMODE@
421 .c.o:
422 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
424 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
428 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
430 distdir: $(DISTFILES)
431 @for file in $(DISTFILES); do \
432 d=$(srcdir); \
433 if test -d $$d/$$file; then \
434 cp -pR $$d/$$file $(distdir) \
435 || exit 1; \
436 else \
437 test -f $(distdir)/$$file \
438 || cp -p $$d/$$file $(distdir)/$$file \
439 || exit 1; \
440 fi; \
441 done
442 for subdir in $(SUBDIRS); do \
443 if test "$$subdir" = .; then :; else \
444 test -d $(distdir)/$$subdir \
445 || mkdir $(distdir)/$$subdir \
446 || exit 1; \
447 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
448 || exit 1; \
449 fi; \
450 done
451 info-am:
452 info: info-recursive
453 dvi-am:
454 dvi: dvi-recursive
455 check-am: all-am
456 check: check-recursive
457 installcheck-am:
458 installcheck: installcheck-recursive
459 install-exec-am: install-binPROGRAMS
460 install-exec: install-exec-recursive
462 install-data-am: install-man
463 install-data: install-data-recursive
465 install-am: all-am
466 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
467 install: install-recursive
468 uninstall-am: uninstall-binPROGRAMS uninstall-man
469 uninstall: uninstall-recursive
470 all-am: Makefile $(PROGRAMS) $(MANS)
471 all-redirect: all-recursive
472 install-strip:
473 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
474 installdirs: installdirs-recursive
475 installdirs-am:
476 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
479 mostlyclean-generic:
481 clean-generic:
483 distclean-generic:
484 -rm -f Makefile $(CONFIG_CLEAN_FILES)
485 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
487 maintainer-clean-generic:
488 -rm -f Makefile.in
489 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
490 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
491 mostlyclean-generic
493 mostlyclean: mostlyclean-recursive
495 clean-am: clean-binPROGRAMS clean-compile clean-kr clean-tags \
496 clean-depend clean-generic mostlyclean-am
498 clean: clean-recursive
500 distclean-am: distclean-binPROGRAMS distclean-compile distclean-kr \
501 distclean-tags distclean-depend distclean-generic \
502 clean-am
504 distclean: distclean-recursive
506 maintainer-clean-am: maintainer-clean-binPROGRAMS \
507 maintainer-clean-compile maintainer-clean-kr \
508 maintainer-clean-tags maintainer-clean-depend \
509 maintainer-clean-generic distclean-am
510 @echo "This command is intended for maintainers to use;"
511 @echo "it deletes files that may require special tools to rebuild."
513 maintainer-clean: maintainer-clean-recursive
515 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
516 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
517 mostlyclean-compile distclean-compile clean-compile \
518 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
519 maintainer-clean-kr install-man1 uninstall-man1 install-man \
520 uninstall-man install-recursive uninstall-recursive \
521 install-data-recursive uninstall-data-recursive install-exec-recursive \
522 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
523 all-recursive check-recursive installcheck-recursive info-recursive \
524 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
525 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
526 distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
527 distclean-depend clean-depend maintainer-clean-depend distdir info-am \
528 info dvi-am dvi check check-am installcheck-am installcheck \
529 install-exec-am install-exec install-data-am install-data install-am \
530 install uninstall-am uninstall all-redirect all-am all install-strip \
531 installdirs-am installdirs mostlyclean-generic distclean-generic \
532 clean-generic maintainer-clean-generic clean mostlyclean distclean \
533 maintainer-clean
536 $(PROGRAMS): ../find/version.o ../lib/libfind.a
538 # Tell versions [3.59,3.63) of GNU make to not export all variables.
539 # Otherwise a system limit (for SysV at least) may be exceeded.
540 .NOEXPORT: