*** empty log message ***
[findutils.git] / xargs / Makefile.in
blob57d8017fd1e1187c07c81fa6c44cc28bece43921
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 stat_.c: stat.c $(ANSI2KNR)
242 $(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
243 stpcpy_.c: stpcpy.c $(ANSI2KNR)
244 $(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
245 strdup_.c: strdup.c $(ANSI2KNR)
246 $(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
247 strftime_.c: strftime.c $(ANSI2KNR)
248 $(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
249 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
250 $(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
251 strspn_.c: strspn.c $(ANSI2KNR)
252 $(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
253 strstr_.c: strstr.c $(ANSI2KNR)
254 $(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
255 strtol_.c: strtol.c $(ANSI2KNR)
256 $(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
257 strtoul_.c: strtoul.c $(ANSI2KNR)
258 $(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
259 strtoull_.c: strtoull.c $(ANSI2KNR)
260 $(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
261 strtoumax_.c: strtoumax.c $(ANSI2KNR)
262 $(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
263 waitpid_.c: waitpid.c $(ANSI2KNR)
264 $(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
265 xargs_.c: xargs.c $(ANSI2KNR)
266 $(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
267 alloca_.o error_.o fileblocks_.o fnmatch_.o lstat_.o malloc_.o \
268 memcmp_.o memcpy_.o memset_.o mktime_.o realloc_.o regex_.o stat_.o \
269 stpcpy_.o strdup_.o strftime_.o strncasecmp_.o strspn_.o strstr_.o \
270 strtol_.o strtoul_.o strtoull_.o strtoumax_.o waitpid_.o xargs_.o : \
271 $(ANSI2KNR)
273 install-man1:
274 $(mkinstalldirs) $(DESTDIR)$(man1dir)
275 @list='$(man1_MANS)'; \
276 l2='$(man_MANS)'; for i in $$l2; do \
277 case "$$i" in \
278 *.1*) list="$$list $$i" ;; \
279 esac; \
280 done; \
281 for i in $$list; do \
282 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
283 else file=$$i; fi; \
284 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
285 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
286 inst=`echo $$inst | sed -e 's/^.*\///'`; \
287 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
288 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
289 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
290 done
292 uninstall-man1:
293 @list='$(man1_MANS)'; \
294 l2='$(man_MANS)'; for i in $$l2; do \
295 case "$$i" in \
296 *.1*) list="$$list $$i" ;; \
297 esac; \
298 done; \
299 for i in $$list; do \
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 " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
305 rm -f $(DESTDIR)$(man1dir)/$$inst; \
306 done
307 install-man: $(MANS)
308 @$(NORMAL_INSTALL)
309 $(MAKE) $(AM_MAKEFLAGS) install-man1
310 uninstall-man:
311 @$(NORMAL_UNINSTALL)
312 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
314 # This directory's subdirectories are mostly independent; you can cd
315 # into them and run `make' without going through this Makefile.
316 # To change the values of `make' variables: instead of editing Makefiles,
317 # (1) if the variable is set in `config.status', edit `config.status'
318 # (which will cause the Makefiles to be regenerated when you run `make');
319 # (2) otherwise, pass the desired values on the `make' command line.
321 all-recursive install-data-recursive install-exec-recursive \
322 installdirs-recursive install-recursive uninstall-recursive \
323 check-recursive installcheck-recursive info-recursive dvi-recursive:
324 @set fnord $(MAKEFLAGS); amf=$$2; \
325 dot_seen=no; \
326 target=`echo $@ | sed s/-recursive//`; \
327 list='$(SUBDIRS)'; for subdir in $$list; do \
328 echo "Making $$target in $$subdir"; \
329 if test "$$subdir" = "."; then \
330 dot_seen=yes; \
331 local_target="$$target-am"; \
332 else \
333 local_target="$$target"; \
334 fi; \
335 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
337 done; \
338 if test "$$dot_seen" = "no"; then \
339 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
340 fi; test -z "$$fail"
342 mostlyclean-recursive clean-recursive distclean-recursive \
343 maintainer-clean-recursive:
344 @set fnord $(MAKEFLAGS); amf=$$2; \
345 dot_seen=no; \
346 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
347 rev="$$subdir $$rev"; \
348 if test "$$subdir" = "."; then dot_seen=yes; else :; fi; \
349 done; \
350 test "$$dot_seen" = "no" && rev=". $$rev"; \
351 target=`echo $@ | sed s/-recursive//`; \
352 for subdir in $$rev; do \
353 echo "Making $$target in $$subdir"; \
354 if test "$$subdir" = "."; then \
355 local_target="$$target-am"; \
356 else \
357 local_target="$$target"; \
358 fi; \
359 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
360 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
361 done && test -z "$$fail"
362 tags-recursive:
363 list='$(SUBDIRS)'; for subdir in $$list; do \
364 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
365 done
367 tags: TAGS
369 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
371 unique=`for i in $$list; do \
372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373 done | \
374 $(AWK) ' { files[$$0] = 1; } \
375 END { for (i in files) print i; }'`; \
376 mkid -fID $$unique $(LISP)
378 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
379 $(TAGS_FILES) $(LISP)
380 tags=; \
381 here=`pwd`; \
382 list='$(SUBDIRS)'; for subdir in $$list; do \
383 if test "$$subdir" = .; then :; else \
384 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
385 fi; \
386 done; \
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 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
394 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
396 mostlyclean-tags:
398 clean-tags:
400 distclean-tags:
401 -rm -f TAGS ID
403 maintainer-clean-tags:
405 @AMDEP@include $(DEPDIR)/xargs$U.Po
407 mostlyclean-depend:
409 clean-depend:
411 distclean-depend:
412 -rm -rf $(DEPDIR)
414 maintainer-clean-depend:
416 @AMDEP@CCDEPMODE = @CCDEPMODE@
418 .c.o:
419 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
420 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
421 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
425 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
427 distdir: $(DISTFILES)
428 @for file in $(DISTFILES); do \
429 d=$(srcdir); \
430 if test -d $$d/$$file; then \
431 cp -pR $$d/$$file $(distdir) \
432 || exit 1; \
433 else \
434 test -f $(distdir)/$$file \
435 || cp -p $$d/$$file $(distdir)/$$file \
436 || exit 1; \
437 fi; \
438 done
439 for subdir in $(SUBDIRS); do \
440 if test "$$subdir" = .; then :; else \
441 test -d $(distdir)/$$subdir \
442 || mkdir $(distdir)/$$subdir \
443 || exit 1; \
444 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
445 || exit 1; \
446 fi; \
447 done
448 info-am:
449 info: info-recursive
450 dvi-am:
451 dvi: dvi-recursive
452 check-am: all-am
453 check: check-recursive
454 installcheck-am:
455 installcheck: installcheck-recursive
456 install-exec-am: install-binPROGRAMS
457 install-exec: install-exec-recursive
459 install-data-am: install-man
460 install-data: install-data-recursive
462 install-am: all-am
463 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
464 install: install-recursive
465 uninstall-am: uninstall-binPROGRAMS uninstall-man
466 uninstall: uninstall-recursive
467 all-am: Makefile $(PROGRAMS) $(MANS)
468 all-redirect: all-recursive
469 install-strip:
470 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
471 installdirs: installdirs-recursive
472 installdirs-am:
473 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
476 mostlyclean-generic:
478 clean-generic:
480 distclean-generic:
481 -rm -f Makefile $(CONFIG_CLEAN_FILES)
482 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
484 maintainer-clean-generic:
485 -rm -f Makefile.in
486 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
487 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
488 mostlyclean-generic
490 mostlyclean: mostlyclean-recursive
492 clean-am: clean-binPROGRAMS clean-compile clean-kr clean-tags \
493 clean-depend clean-generic mostlyclean-am
495 clean: clean-recursive
497 distclean-am: distclean-binPROGRAMS distclean-compile distclean-kr \
498 distclean-tags distclean-depend distclean-generic \
499 clean-am
501 distclean: distclean-recursive
503 maintainer-clean-am: maintainer-clean-binPROGRAMS \
504 maintainer-clean-compile maintainer-clean-kr \
505 maintainer-clean-tags maintainer-clean-depend \
506 maintainer-clean-generic distclean-am
507 @echo "This command is intended for maintainers to use;"
508 @echo "it deletes files that may require special tools to rebuild."
510 maintainer-clean: maintainer-clean-recursive
512 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
513 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
514 mostlyclean-compile distclean-compile clean-compile \
515 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
516 maintainer-clean-kr install-man1 uninstall-man1 install-man \
517 uninstall-man install-recursive uninstall-recursive \
518 install-data-recursive uninstall-data-recursive install-exec-recursive \
519 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
520 all-recursive check-recursive installcheck-recursive info-recursive \
521 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
522 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
523 distclean-tags clean-tags maintainer-clean-tags mostlyclean-depend \
524 distclean-depend clean-depend maintainer-clean-depend distdir info-am \
525 info dvi-am dvi check check-am installcheck-am installcheck \
526 install-exec-am install-exec install-data-am install-data install-am \
527 install uninstall-am uninstall all-redirect all-am all install-strip \
528 installdirs-am installdirs mostlyclean-generic distclean-generic \
529 clean-generic maintainer-clean-generic clean mostlyclean distclean \
530 maintainer-clean
533 $(PROGRAMS): ../find/version.o ../lib/libfind.a
535 # Tell versions [3.59,3.63) of GNU make to not export all variables.
536 # Otherwise a system limit (for SysV at least) may be exceeded.
537 .NOEXPORT: