files created by new automake/autoconf.
[findutils.git] / xargs / Makefile.in
blob38e92789355b313aed5f0b3e78ac2c6e970de49e
1 # Makefile.in generated automatically by automake 1.4f from Makefile.am.
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
14 @SET_MAKE@
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AWK = @AWK@
62 CATALOGS = @CATALOGS@
63 CATOBJEXT = @CATOBJEXT@
64 CC = @CC@
65 CPP = @CPP@
66 DATADIRNAME = @DATADIRNAME@
67 DEPDIR = @DEPDIR@
68 DF_PROG = @DF_PROG@
69 GENCAT = @GENCAT@
70 GLIBC21 = @GLIBC21@
71 GMOFILES = @GMOFILES@
72 GMSGFMT = @GMSGFMT@
73 GNU_PACKAGE = @GNU_PACKAGE@
74 GT_NO = @GT_NO@
75 GT_YES = @GT_YES@
76 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
77 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
78 INSTOBJEXT = @INSTOBJEXT@
79 INTLDEPS = @INTLDEPS@
80 INTLLIBS = @INTLLIBS@
81 INTLOBJS = @INTLOBJS@
82 LIBICONV = @LIBICONV@
83 LIBOBJS = @LIBOBJS@
84 MAN = @MAN@
85 MKINSTALLDIRS = @MKINSTALLDIRS@
86 MSGFMT = @MSGFMT@
87 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
88 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
89 PACKAGE = @PACKAGE@
90 POFILES = @POFILES@
91 POSUB = @POSUB@
92 RANLIB = @RANLIB@
93 U = @U@
94 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95 USE_NLS = @USE_NLS@
96 VERSION = @VERSION@
97 _am_include = @_am_include@
98 _am_quote = @_am_quote@
99 install_sh = @install_sh@
100 l = @l@
101 INCLUDES = -I.. -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
103 AUTOMAKE_OPTIONS = ../lib/ansi2knr
104 localedir = $(datadir)/locale
105 bin_PROGRAMS = xargs
106 man_MANS = xargs.1
107 LDADD = ../find/version.o ../lib/libfind.a @INTLLIBS@
108 EXTRA_DIST = $(man_MANS)
109 SUBDIRS = testsuite
110 EXEEXT =
111 OBJEXT = o
112 subdir = xargs
113 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
114 CONFIG_HEADER = $(top_builddir)/config.h
115 CONFIG_CLEAN_FILES =
116 bin_PROGRAMS = xargs$(EXEEXT)
117 PROGRAMS = $(bin_PROGRAMS)
119 xargs_SOURCES = xargs.c
120 xargs_OBJECTS = xargs$U.$(OBJEXT)
121 xargs_LDADD = $(LDADD)
122 xargs_DEPENDENCIES = ../find/version.o ../lib/libfind.a
123 xargs_LDFLAGS =
125 DEFS = @DEFS@
126 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
127 CPPFLAGS = @CPPFLAGS@
128 LDFLAGS = @LDFLAGS@
129 LIBS = @LIBS@
130 depcomp = $(SHELL) $(top_srcdir)/depcomp
131 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/xargs$U.Po
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 CCLD = $(CC)
135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136 CFLAGS = @CFLAGS@
137 DIST_SOURCES = xargs.c
139 NROFF = nroff
140 MANS = $(man_MANS)
142 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
143 uninstall-info-recursive all-recursive install-data-recursive \
144 install-exec-recursive installdirs-recursive install-recursive \
145 uninstall-recursive check-recursive installcheck-recursive
146 DIST_COMMON = Makefile.am Makefile.in
147 DIST_SUBDIRS = $(SUBDIRS)
148 SOURCES = xargs.c
150 all: all-recursive
152 .SUFFIXES:
153 .SUFFIXES: .c .o .obj
154 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155 cd $(top_srcdir) && \
156 $(AUTOMAKE) --gnu xargs/Makefile
157 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
158 cd $(top_builddir) && \
159 CONFIG_HEADERS= CONFIG_LINKS= \
160 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
161 install-binPROGRAMS: $(bin_PROGRAMS)
162 @$(NORMAL_INSTALL)
163 $(mkinstalldirs) $(DESTDIR)$(bindir)
164 @list='$(bin_PROGRAMS)'; for p in $$list; do \
165 if test -f $$p; then \
166 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
167 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
168 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \
169 else :; fi; \
170 done
172 uninstall-binPROGRAMS:
173 @$(NORMAL_UNINSTALL)
174 @list='$(bin_PROGRAMS)'; for p in $$list; do \
175 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
176 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
177 rm -f $(DESTDIR)$(bindir)/$$f; \
178 done
180 clean-binPROGRAMS:
181 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
182 xargs$(EXEEXT): $(xargs_OBJECTS) $(xargs_DEPENDENCIES)
183 @rm -f xargs$(EXEEXT)
184 $(LINK) $(xargs_LDFLAGS) $(xargs_OBJECTS) $(xargs_LDADD) $(LIBS)
186 mostlyclean-compile:
187 -rm -f *.$(OBJEXT) core *.core
189 distclean-compile:
190 -rm -f *.tab.c
192 ANSI2KNR = ../lib/ansi2knr
193 ../lib/ansi2knr:
194 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
196 mostlyclean-kr:
197 -rm -f *_.c
199 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xargs$U.Po@_am_quote@
201 distclean-depend:
202 -rm -rf $(DEPDIR)
204 .c.o:
205 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
206 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
207 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
208 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
210 .c.obj:
211 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
212 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
213 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
214 $(COMPILE) -c `cygpath -w $<`
215 CCDEPMODE = @CCDEPMODE@
216 alloca_.c: alloca.c $(ANSI2KNR)
217 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f alloca_.c
218 error_.c: error.c $(ANSI2KNR)
219 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f error_.c
220 fileblocks_.c: fileblocks.c $(ANSI2KNR)
221 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f fileblocks_.c
222 fnmatch_.c: fnmatch.c $(ANSI2KNR)
223 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f fnmatch_.c
224 getline_.c: getline.c $(ANSI2KNR)
225 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getline.c; then echo $(srcdir)/getline.c; else echo getline.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getline_.c || rm -f getline_.c
226 lstat_.c: lstat.c $(ANSI2KNR)
227 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f lstat_.c
228 malloc_.c: malloc.c $(ANSI2KNR)
229 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f malloc_.c
230 memcmp_.c: memcmp.c $(ANSI2KNR)
231 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f memcmp_.c
232 memcpy_.c: memcpy.c $(ANSI2KNR)
233 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f memcpy_.c
234 memset_.c: memset.c $(ANSI2KNR)
235 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f memset_.c
236 mktime_.c: mktime.c $(ANSI2KNR)
237 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f mktime_.c
238 realloc_.c: realloc.c $(ANSI2KNR)
239 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f realloc_.c
240 regex_.c: regex.c $(ANSI2KNR)
241 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f regex_.c
242 rpmatch_.c: rpmatch.c $(ANSI2KNR)
243 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f rpmatch_.c
244 stat_.c: stat.c $(ANSI2KNR)
245 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f stat_.c
246 stpcpy_.c: stpcpy.c $(ANSI2KNR)
247 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f stpcpy_.c
248 strdup_.c: strdup.c $(ANSI2KNR)
249 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strdup_.c
250 strftime_.c: strftime.c $(ANSI2KNR)
251 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strftime_.c
252 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
253 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strncasecmp_.c
254 strspn_.c: strspn.c $(ANSI2KNR)
255 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strspn_.c
256 strstr_.c: strstr.c $(ANSI2KNR)
257 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strstr_.c
258 strtol_.c: strtol.c $(ANSI2KNR)
259 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strtol_.c
260 strtoul_.c: strtoul.c $(ANSI2KNR)
261 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strtoul_.c
262 strtoull_.c: strtoull.c $(ANSI2KNR)
263 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strtoull_.c
264 strtoumax_.c: strtoumax.c $(ANSI2KNR)
265 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f strtoumax_.c
266 waitpid_.c: waitpid.c $(ANSI2KNR)
267 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f waitpid_.c
268 xargs_.c: xargs.c $(ANSI2KNR)
269 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(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 || rm -f xargs_.c
270 alloca_.$(OBJEXT) error_.$(OBJEXT) fileblocks_.$(OBJEXT) \
271 fnmatch_.$(OBJEXT) getline_.$(OBJEXT) lstat_.$(OBJEXT) \
272 malloc_.$(OBJEXT) memcmp_.$(OBJEXT) memcpy_.$(OBJEXT) memset_.$(OBJEXT) \
273 mktime_.$(OBJEXT) realloc_.$(OBJEXT) regex_.$(OBJEXT) \
274 rpmatch_.$(OBJEXT) stat_.$(OBJEXT) stpcpy_.$(OBJEXT) strdup_.$(OBJEXT) \
275 strftime_.$(OBJEXT) strncasecmp_.$(OBJEXT) strspn_.$(OBJEXT) \
276 strstr_.$(OBJEXT) strtol_.$(OBJEXT) strtoul_.$(OBJEXT) \
277 strtoull_.$(OBJEXT) strtoumax_.$(OBJEXT) waitpid_.$(OBJEXT) \
278 xargs_.$(OBJEXT) : $(ANSI2KNR)
279 uninstall-info-am:
281 man1dir = $(mandir)/man1
282 install-man1: $(man1_MANS) $(man_MANS)
283 @$(NORMAL_INSTALL)
284 $(mkinstalldirs) $(DESTDIR)$(man1dir)
285 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
286 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
287 for i in $$l2; do \
288 case "$$i" in \
289 *.1*) list="$$list $$i" ;; \
290 esac; \
291 done; \
292 for i in $$list; do \
293 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
294 else file=$$i; fi; \
295 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
296 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
297 inst=`echo $$inst | sed -e 's/^.*\///'`; \
298 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
299 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
300 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
301 done
302 uninstall-man1:
303 @$(NORMAL_UNINSTALL)
304 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
305 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
306 for i in $$l2; do \
307 case "$$i" in \
308 *.1*) list="$$list $$i" ;; \
309 esac; \
310 done; \
311 for i in $$list; do \
312 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
313 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
314 inst=`echo $$inst | sed -e 's/^.*\///'`; \
315 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
316 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
317 rm -f $(DESTDIR)$(man1dir)/$$inst; \
318 done
320 # This directory's subdirectories are mostly independent; you can cd
321 # into them and run `make' without going through this Makefile.
322 # To change the values of `make' variables: instead of editing Makefiles,
323 # (1) if the variable is set in `config.status', edit `config.status'
324 # (which will cause the Makefiles to be regenerated when you run `make');
325 # (2) otherwise, pass the desired values on the `make' command line.
326 $(RECURSIVE_TARGETS):
327 @set fnord $(MAKEFLAGS); amf=$$2; \
328 dot_seen=no; \
329 target=`echo $@ | sed s/-recursive//`; \
330 list='$(SUBDIRS)'; for subdir in $$list; do \
331 echo "Making $$target in $$subdir"; \
332 if test "$$subdir" = "."; then \
333 dot_seen=yes; \
334 local_target="$$target-am"; \
335 else \
336 local_target="$$target"; \
337 fi; \
338 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
340 done; \
341 if test "$$dot_seen" = "no"; then \
342 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
343 fi; test -z "$$fail"
345 mostlyclean-recursive clean-recursive distclean-recursive \
346 maintainer-clean-recursive:
347 @set fnord $(MAKEFLAGS); amf=$$2; \
348 dot_seen=no; \
349 case "$@" in \
350 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
351 *) list='$(SUBDIRS)' ;; \
352 esac; \
353 rev=''; for subdir in $$list; do \
354 if test "$$subdir" = "."; then :; else \
355 rev="$$subdir $$rev"; \
356 fi; \
357 done; \
358 rev="$$rev ."; \
359 target=`echo $@ | sed s/-recursive//`; \
360 for subdir in $$rev; do \
361 echo "Making $$target in $$subdir"; \
362 if test "$$subdir" = "."; then \
363 local_target="$$target-am"; \
364 else \
365 local_target="$$target"; \
366 fi; \
367 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
369 done && test -z "$$fail"
370 tags-recursive:
371 list='$(SUBDIRS)'; for subdir in $$list; do \
372 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373 done
375 tags: TAGS
377 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) ' { files[$$0] = 1; } \
383 END { for (i in files) print i; }'`; \
384 mkid -fID $$unique $(LISP)
386 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
388 tags=; \
389 here=`pwd`; \
390 list='$(SUBDIRS)'; for subdir in $$list; do \
391 if test "$$subdir" = .; then :; else \
392 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
393 fi; \
394 done; \
395 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
396 unique=`for i in $$list; do \
397 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398 done | \
399 $(AWK) ' { files[$$0] = 1; } \
400 END { for (i in files) print i; }'`; \
401 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
402 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
404 GTAGS:
405 here=`CDPATH=: && cd $(top_builddir) && pwd` \
406 && cd $(top_srcdir) \
407 && gtags -i $$here
409 distclean-tags:
410 -rm -f TAGS ID
412 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
414 top_distdir = ..
415 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
417 distdir: $(DISTFILES)
418 @for file in $(DISTFILES); do \
419 if test -f $$file; then d=.; else d=$(srcdir); fi; \
420 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
421 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
422 $(mkinstalldirs) "$(distdir)/$$dir"; \
423 fi; \
424 if test -d $$d/$$file; then \
425 cp -pR $$d/$$file $(distdir) \
426 || exit 1; \
427 else \
428 test -f $(distdir)/$$file \
429 || cp -p $$d/$$file $(distdir)/$$file \
430 || exit 1; \
431 fi; \
432 done
433 for subdir in $(SUBDIRS); do \
434 if test "$$subdir" = .; then :; else \
435 test -d $(distdir)/$$subdir \
436 || mkdir $(distdir)/$$subdir \
437 || exit 1; \
438 (cd $$subdir && \
439 $(MAKE) $(AM_MAKEFLAGS) \
440 top_distdir="$(top_distdir)" \
441 distdir=../$(distdir)/$$subdir \
442 distdir) \
443 || exit 1; \
444 fi; \
445 done
446 check-am: all-am
447 check: check-recursive
448 all-am: Makefile $(PROGRAMS) $(MANS)
449 installdirs: installdirs-recursive
450 installdirs-am:
451 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
453 install: install-recursive
454 install-exec: install-exec-recursive
455 install-data: install-data-recursive
456 uninstall: uninstall-recursive
458 install-am: all-am
459 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
461 installcheck: installcheck-recursive
462 install-strip:
463 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
464 `test -z '$(STRIP)' || \
465 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
466 mostlyclean-generic:
468 clean-generic:
470 distclean-generic:
471 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
473 maintainer-clean-generic:
474 @echo "This command is intended for maintainers to use"
475 @echo "it deletes files that may require special tools to rebuild."
476 clean: clean-recursive
478 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
480 distclean: distclean-recursive
482 distclean-am: clean-am distclean-compile distclean-depend \
483 distclean-generic distclean-tags
485 dvi: dvi-recursive
487 dvi-am:
489 info: info-recursive
491 info-am:
493 install-data-am: install-man
495 install-exec-am: install-binPROGRAMS
497 install-info: install-info-recursive
499 install-man: install-man1
501 installcheck-am:
503 maintainer-clean: maintainer-clean-recursive
505 maintainer-clean-am: distclean-am maintainer-clean-generic
507 mostlyclean: mostlyclean-recursive
509 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
511 uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-man
513 uninstall-info: uninstall-info-recursive
515 uninstall-man: uninstall-man1
517 .PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \
518 clean-binPROGRAMS clean-generic clean-recursive distclean \
519 distclean-compile distclean-depend distclean-generic \
520 distclean-recursive distclean-tags distdir dvi dvi-am \
521 dvi-recursive info info-am info-recursive install install-am \
522 install-binPROGRAMS install-data install-data-am \
523 install-data-recursive install-exec install-exec-am \
524 install-exec-recursive install-info install-info-recursive \
525 install-man install-man1 install-recursive install-strip \
526 installcheck installcheck-am installdirs installdirs-am \
527 installdirs-recursive maintainer-clean maintainer-clean-generic \
528 maintainer-clean-recursive mostlyclean mostlyclean-compile \
529 mostlyclean-generic mostlyclean-kr mostlyclean-recursive tags \
530 tags-recursive uninstall uninstall-am uninstall-binPROGRAMS \
531 uninstall-info-recursive uninstall-man uninstall-man1 \
532 uninstall-recursive
535 $(PROGRAMS): ../find/version.o ../lib/libfind.a
536 # Tell versions [3.59,3.63) of GNU make to not export all variables.
537 # Otherwise a system limit (for SysV at least) may be exceeded.
538 .NOEXPORT: