*** empty log message ***
[findutils.git] / lib / Makefile.in
blob20cd5168015e6e131ffad7735c0dbefd06c36df7
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../intl -DLOCALEDIR=\"$(localedir)\"
103 AUTOMAKE_OPTIONS = ansi2knr
104 SUBDIRS = posix
105 noinst_LIBRARIES = libfind.a
106 localedir = $(datadir)/locale
107 libfind_a_SOURCES = regex.h \
108 argmatch.h \
109 argmatch.c \
110 basename.h \
111 basename.c \
112 dirname.c \
113 dirname.h \
114 filemode.c \
115 filemode.h \
116 getopt.c \
117 getopt.h \
118 getopt1.c \
119 human.c \
120 human.h \
121 idcache.c \
122 listfile.c \
123 modechange.c \
124 modechange.h \
125 nextelem.c \
126 pathmax.h \
127 quotearg.c \
128 quotearg.h \
129 savedir.c \
130 savedir.h \
131 xmalloc.c \
132 xalloc.h \
133 xstrdup.c \
134 xgetcwd.c \
135 fnmatch.h \
136 xstrtol.c \
137 xstrtol.h \
138 xstrtoul.c \
139 xstrtoul.h \
140 xstrtoumax.c \
141 basename.c \
142 yesno.c
145 libfind_a_LIBADD = @LIBOBJS@ \
146 @ALLOCA@
149 # Are these really needed?
150 EXTRA_DIST = \
151 modetype.h \
152 mktime.c \
153 regex.c \
154 wait.h \
155 alloca.c \
156 getline.c \
157 getline.h \
158 xstat.in \
159 strcasecmp.c
162 BUILT_SOURCES = lstat.c stat.c
163 DISTCLEANFILES = lstat.c stat.c
164 EXEEXT =
165 OBJEXT = o
166 subdir = lib
167 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
168 CONFIG_HEADER = $(top_builddir)/config.h
169 CONFIG_CLEAN_FILES =
170 LIBRARIES = $(noinst_LIBRARIES)
172 libfind_a_AR = $(AR) cru
173 libfind_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
174 am_libfind_a_OBJECTS = argmatch$U.$(OBJEXT) basename$U.$(OBJEXT) \
175 dirname$U.$(OBJEXT) filemode$U.$(OBJEXT) getopt$U.$(OBJEXT) \
176 getopt1$U.$(OBJEXT) human$U.$(OBJEXT) idcache$U.$(OBJEXT) \
177 listfile$U.$(OBJEXT) modechange$U.$(OBJEXT) \
178 nextelem$U.$(OBJEXT) quotearg$U.$(OBJEXT) savedir$U.$(OBJEXT) \
179 xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT) xgetcwd$U.$(OBJEXT) \
180 xstrtol$U.$(OBJEXT) xstrtoul$U.$(OBJEXT) xstrtoumax$U.$(OBJEXT) \
181 basename$U.$(OBJEXT) yesno$U.$(OBJEXT)
182 libfind_a_OBJECTS = $(am_libfind_a_OBJECTS)
184 DEFS = @DEFS@
185 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
186 CPPFLAGS = @CPPFLAGS@
187 LDFLAGS = @LDFLAGS@
188 LIBS = @LIBS@
189 depcomp = $(SHELL) $(top_srcdir)/depcomp
190 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/argmatch$U.Po \
191 @AMDEP_TRUE@ $(DEPDIR)/basename$U.Po $(DEPDIR)/dirname$U.Po \
192 @AMDEP_TRUE@ $(DEPDIR)/error.Po $(DEPDIR)/fileblocks.Po \
193 @AMDEP_TRUE@ $(DEPDIR)/filemode$U.Po $(DEPDIR)/fnmatch.Po \
194 @AMDEP_TRUE@ $(DEPDIR)/getline.Po $(DEPDIR)/getopt$U.Po \
195 @AMDEP_TRUE@ $(DEPDIR)/getopt1$U.Po $(DEPDIR)/human$U.Po \
196 @AMDEP_TRUE@ $(DEPDIR)/idcache$U.Po $(DEPDIR)/listfile$U.Po \
197 @AMDEP_TRUE@ $(DEPDIR)/lstat.Po $(DEPDIR)/malloc.Po \
198 @AMDEP_TRUE@ $(DEPDIR)/memcmp.Po $(DEPDIR)/memcpy.Po \
199 @AMDEP_TRUE@ $(DEPDIR)/memset.Po $(DEPDIR)/mktime.Po \
200 @AMDEP_TRUE@ $(DEPDIR)/modechange$U.Po $(DEPDIR)/nextelem$U.Po \
201 @AMDEP_TRUE@ $(DEPDIR)/quotearg$U.Po $(DEPDIR)/realloc.Po \
202 @AMDEP_TRUE@ $(DEPDIR)/regex.Po $(DEPDIR)/rpmatch.Po \
203 @AMDEP_TRUE@ $(DEPDIR)/savedir$U.Po $(DEPDIR)/stat.Po \
204 @AMDEP_TRUE@ $(DEPDIR)/stpcpy.Po $(DEPDIR)/strdup.Po \
205 @AMDEP_TRUE@ $(DEPDIR)/strftime.Po $(DEPDIR)/strncasecmp.Po \
206 @AMDEP_TRUE@ $(DEPDIR)/strspn.Po $(DEPDIR)/strstr.Po \
207 @AMDEP_TRUE@ $(DEPDIR)/strtol.Po $(DEPDIR)/strtoul.Po \
208 @AMDEP_TRUE@ $(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po \
209 @AMDEP_TRUE@ $(DEPDIR)/waitpid.Po $(DEPDIR)/xgetcwd$U.Po \
210 @AMDEP_TRUE@ $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po \
211 @AMDEP_TRUE@ $(DEPDIR)/xstrtol$U.Po $(DEPDIR)/xstrtoul$U.Po \
212 @AMDEP_TRUE@ $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po
213 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
214 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
215 CCLD = $(CC)
216 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
217 CFLAGS = @CFLAGS@
218 DIST_SOURCES = $(libfind_a_SOURCES)
220 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
221 uninstall-info-recursive all-recursive install-data-recursive \
222 install-exec-recursive installdirs-recursive install-recursive \
223 uninstall-recursive check-recursive installcheck-recursive
224 DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
225 error.c error.h fileblocks.c fnmatch.c getline.c malloc.c \
226 memcmp.c memcpy.c memset.c mktime.c realloc.c regex.c rpmatch.c \
227 stpcpy.c strdup.c strftime.c strncasecmp.c strspn.c strstr.c \
228 strtol.c strtoul.c strtoull.c strtoumax.c waitpid.c
229 DIST_SUBDIRS = $(SUBDIRS)
230 SOURCES = $(libfind_a_SOURCES)
232 all: $(BUILT_SOURCES)
233 $(MAKE) $(AM_MAKEFLAGS) all-recursive
235 .SUFFIXES:
236 .SUFFIXES: .c .o .obj
237 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
238 cd $(top_srcdir) && \
239 $(AUTOMAKE) --gnu lib/Makefile
240 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241 cd $(top_builddir) && \
242 CONFIG_HEADERS= CONFIG_LINKS= \
243 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
245 clean-noinstLIBRARIES:
246 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
247 libfind.a: $(libfind_a_OBJECTS) $(libfind_a_DEPENDENCIES)
248 -rm -f libfind.a
249 $(libfind_a_AR) libfind.a $(libfind_a_OBJECTS) $(libfind_a_LIBADD)
250 $(RANLIB) libfind.a
252 mostlyclean-compile:
253 -rm -f *.$(OBJEXT) core *.core
255 distclean-compile:
256 -rm -f *.tab.c
258 ANSI2KNR = @ANSI2KNR@
259 ansi2knr: ansi2knr.$(OBJEXT)
260 $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
261 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
263 clean-krextra:
264 -rm -f ansi2knr
266 mostlyclean-kr:
267 -rm -f *_.c
269 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/alloca.Po@_am_quote@
270 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/argmatch$U.Po@_am_quote@
271 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/basename$U.Po@_am_quote@
272 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/dirname$U.Po@_am_quote@
273 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/error.Po@_am_quote@
274 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/fileblocks.Po@_am_quote@
275 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/filemode$U.Po@_am_quote@
276 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/fnmatch.Po@_am_quote@
277 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/getline.Po@_am_quote@
278 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/getopt$U.Po@_am_quote@
279 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/getopt1$U.Po@_am_quote@
280 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/human$U.Po@_am_quote@
281 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/idcache$U.Po@_am_quote@
282 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/listfile$U.Po@_am_quote@
283 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/lstat.Po@_am_quote@
284 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/malloc.Po@_am_quote@
285 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/memcmp.Po@_am_quote@
286 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/memcpy.Po@_am_quote@
287 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/memset.Po@_am_quote@
288 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mktime.Po@_am_quote@
289 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/modechange$U.Po@_am_quote@
290 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/nextelem$U.Po@_am_quote@
291 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/quotearg$U.Po@_am_quote@
292 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/realloc.Po@_am_quote@
293 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/regex.Po@_am_quote@
294 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/rpmatch.Po@_am_quote@
295 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/savedir$U.Po@_am_quote@
296 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/stat.Po@_am_quote@
297 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/stpcpy.Po@_am_quote@
298 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strdup.Po@_am_quote@
299 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strftime.Po@_am_quote@
300 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strncasecmp.Po@_am_quote@
301 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strspn.Po@_am_quote@
302 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strstr.Po@_am_quote@
303 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strtol.Po@_am_quote@
304 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strtoul.Po@_am_quote@
305 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strtoull.Po@_am_quote@
306 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strtoumax.Po@_am_quote@
307 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/waitpid.Po@_am_quote@
308 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xgetcwd$U.Po@_am_quote@
309 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xmalloc$U.Po@_am_quote@
310 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xstrdup$U.Po@_am_quote@
311 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xstrtol$U.Po@_am_quote@
312 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xstrtoul$U.Po@_am_quote@
313 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/xstrtoumax$U.Po@_am_quote@
314 @AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/yesno$U.Po@_am_quote@
316 distclean-depend:
317 -rm -rf $(DEPDIR)
319 .c.o:
320 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
322 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
325 .c.obj:
326 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
327 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
328 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 $(COMPILE) -c `cygpath -w $<`
330 CCDEPMODE = @CCDEPMODE@
331 alloca_.c: alloca.c $(ANSI2KNR)
332 $(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
333 argmatch_.c: argmatch.c $(ANSI2KNR)
334 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/argmatch.c; then echo $(srcdir)/argmatch.c; else echo argmatch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > argmatch_.c || rm -f argmatch_.c
335 basename_.c: basename.c $(ANSI2KNR)
336 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > basename_.c || rm -f basename_.c
337 dirname_.c: dirname.c $(ANSI2KNR)
338 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dirname_.c || rm -f dirname_.c
339 error_.c: error.c $(ANSI2KNR)
340 $(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
341 fileblocks_.c: fileblocks.c $(ANSI2KNR)
342 $(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
343 filemode_.c: filemode.c $(ANSI2KNR)
344 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/filemode.c; then echo $(srcdir)/filemode.c; else echo filemode.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > filemode_.c || rm -f filemode_.c
345 fnmatch_.c: fnmatch.c $(ANSI2KNR)
346 $(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
347 getline_.c: getline.c $(ANSI2KNR)
348 $(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
349 getopt_.c: getopt.c $(ANSI2KNR)
350 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c
351 getopt1_.c: getopt1.c $(ANSI2KNR)
352 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c
353 human_.c: human.c $(ANSI2KNR)
354 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/human.c; then echo $(srcdir)/human.c; else echo human.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > human_.c || rm -f human_.c
355 idcache_.c: idcache.c $(ANSI2KNR)
356 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/idcache.c; then echo $(srcdir)/idcache.c; else echo idcache.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > idcache_.c || rm -f idcache_.c
357 listfile_.c: listfile.c $(ANSI2KNR)
358 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/listfile.c; then echo $(srcdir)/listfile.c; else echo listfile.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > listfile_.c || rm -f listfile_.c
359 lstat_.c: lstat.c $(ANSI2KNR)
360 $(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
361 malloc_.c: malloc.c $(ANSI2KNR)
362 $(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
363 memcmp_.c: memcmp.c $(ANSI2KNR)
364 $(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
365 memcpy_.c: memcpy.c $(ANSI2KNR)
366 $(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
367 memset_.c: memset.c $(ANSI2KNR)
368 $(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
369 mktime_.c: mktime.c $(ANSI2KNR)
370 $(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
371 modechange_.c: modechange.c $(ANSI2KNR)
372 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/modechange.c; then echo $(srcdir)/modechange.c; else echo modechange.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > modechange_.c || rm -f modechange_.c
373 nextelem_.c: nextelem.c $(ANSI2KNR)
374 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/nextelem.c; then echo $(srcdir)/nextelem.c; else echo nextelem.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > nextelem_.c || rm -f nextelem_.c
375 quotearg_.c: quotearg.c $(ANSI2KNR)
376 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c
377 realloc_.c: realloc.c $(ANSI2KNR)
378 $(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
379 regex_.c: regex.c $(ANSI2KNR)
380 $(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
381 rpmatch_.c: rpmatch.c $(ANSI2KNR)
382 $(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
383 savedir_.c: savedir.c $(ANSI2KNR)
384 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > savedir_.c || rm -f savedir_.c
385 stat_.c: stat.c $(ANSI2KNR)
386 $(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
387 stpcpy_.c: stpcpy.c $(ANSI2KNR)
388 $(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
389 strdup_.c: strdup.c $(ANSI2KNR)
390 $(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
391 strftime_.c: strftime.c $(ANSI2KNR)
392 $(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
393 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
394 $(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
395 strspn_.c: strspn.c $(ANSI2KNR)
396 $(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
397 strstr_.c: strstr.c $(ANSI2KNR)
398 $(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
399 strtol_.c: strtol.c $(ANSI2KNR)
400 $(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
401 strtoul_.c: strtoul.c $(ANSI2KNR)
402 $(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
403 strtoull_.c: strtoull.c $(ANSI2KNR)
404 $(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
405 strtoumax_.c: strtoumax.c $(ANSI2KNR)
406 $(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
407 waitpid_.c: waitpid.c $(ANSI2KNR)
408 $(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
409 xgetcwd_.c: xgetcwd.c $(ANSI2KNR)
410 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xgetcwd.c; then echo $(srcdir)/xgetcwd.c; else echo xgetcwd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xgetcwd_.c || rm -f xgetcwd_.c
411 xmalloc_.c: xmalloc.c $(ANSI2KNR)
412 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c
413 xstrdup_.c: xstrdup.c $(ANSI2KNR)
414 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c || rm -f xstrdup_.c
415 xstrtol_.c: xstrtol.c $(ANSI2KNR)
416 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtol_.c || rm -f xstrtol_.c
417 xstrtoul_.c: xstrtoul.c $(ANSI2KNR)
418 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtoul_.c || rm -f xstrtoul_.c
419 xstrtoumax_.c: xstrtoumax.c $(ANSI2KNR)
420 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtoumax.c; then echo $(srcdir)/xstrtoumax.c; else echo xstrtoumax.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtoumax_.c || rm -f xstrtoumax_.c
421 yesno_.c: yesno.c $(ANSI2KNR)
422 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > yesno_.c || rm -f yesno_.c
423 alloca_.$(OBJEXT) argmatch_.$(OBJEXT) basename_.$(OBJEXT) \
424 dirname_.$(OBJEXT) error_.$(OBJEXT) fileblocks_.$(OBJEXT) \
425 filemode_.$(OBJEXT) fnmatch_.$(OBJEXT) getline_.$(OBJEXT) \
426 getopt_.$(OBJEXT) getopt1_.$(OBJEXT) human_.$(OBJEXT) \
427 idcache_.$(OBJEXT) listfile_.$(OBJEXT) lstat_.$(OBJEXT) \
428 malloc_.$(OBJEXT) memcmp_.$(OBJEXT) memcpy_.$(OBJEXT) memset_.$(OBJEXT) \
429 mktime_.$(OBJEXT) modechange_.$(OBJEXT) nextelem_.$(OBJEXT) \
430 quotearg_.$(OBJEXT) realloc_.$(OBJEXT) regex_.$(OBJEXT) \
431 rpmatch_.$(OBJEXT) savedir_.$(OBJEXT) stat_.$(OBJEXT) stpcpy_.$(OBJEXT) \
432 strdup_.$(OBJEXT) strftime_.$(OBJEXT) strncasecmp_.$(OBJEXT) \
433 strspn_.$(OBJEXT) strstr_.$(OBJEXT) strtol_.$(OBJEXT) \
434 strtoul_.$(OBJEXT) strtoull_.$(OBJEXT) strtoumax_.$(OBJEXT) \
435 waitpid_.$(OBJEXT) xgetcwd_.$(OBJEXT) xmalloc_.$(OBJEXT) \
436 xstrdup_.$(OBJEXT) xstrtol_.$(OBJEXT) xstrtoul_.$(OBJEXT) \
437 xstrtoumax_.$(OBJEXT) yesno_.$(OBJEXT) : $(ANSI2KNR)
438 uninstall-info-am:
440 # This directory's subdirectories are mostly independent; you can cd
441 # into them and run `make' without going through this Makefile.
442 # To change the values of `make' variables: instead of editing Makefiles,
443 # (1) if the variable is set in `config.status', edit `config.status'
444 # (which will cause the Makefiles to be regenerated when you run `make');
445 # (2) otherwise, pass the desired values on the `make' command line.
446 $(RECURSIVE_TARGETS):
447 @set fnord $(MAKEFLAGS); amf=$$2; \
448 dot_seen=no; \
449 target=`echo $@ | sed s/-recursive//`; \
450 list='$(SUBDIRS)'; for subdir in $$list; do \
451 echo "Making $$target in $$subdir"; \
452 if test "$$subdir" = "."; then \
453 dot_seen=yes; \
454 local_target="$$target-am"; \
455 else \
456 local_target="$$target"; \
457 fi; \
458 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
459 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
460 done; \
461 if test "$$dot_seen" = "no"; then \
462 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
463 fi; test -z "$$fail"
465 mostlyclean-recursive clean-recursive distclean-recursive \
466 maintainer-clean-recursive:
467 @set fnord $(MAKEFLAGS); amf=$$2; \
468 dot_seen=no; \
469 case "$@" in \
470 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
471 *) list='$(SUBDIRS)' ;; \
472 esac; \
473 rev=''; for subdir in $$list; do \
474 if test "$$subdir" = "."; then :; else \
475 rev="$$subdir $$rev"; \
476 fi; \
477 done; \
478 rev="$$rev ."; \
479 target=`echo $@ | sed s/-recursive//`; \
480 for subdir in $$rev; do \
481 echo "Making $$target in $$subdir"; \
482 if test "$$subdir" = "."; then \
483 local_target="$$target-am"; \
484 else \
485 local_target="$$target"; \
486 fi; \
487 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
489 done && test -z "$$fail"
490 tags-recursive:
491 list='$(SUBDIRS)'; for subdir in $$list; do \
492 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
493 done
495 tags: TAGS
497 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
498 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
499 unique=`for i in $$list; do \
500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 done | \
502 $(AWK) ' { files[$$0] = 1; } \
503 END { for (i in files) print i; }'`; \
504 mkid -fID $$unique $(LISP)
506 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
507 $(TAGS_FILES) $(LISP)
508 tags=; \
509 here=`pwd`; \
510 list='$(SUBDIRS)'; for subdir in $$list; do \
511 if test "$$subdir" = .; then :; else \
512 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
513 fi; \
514 done; \
515 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
516 unique=`for i in $$list; do \
517 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
518 done | \
519 $(AWK) ' { files[$$0] = 1; } \
520 END { for (i in files) print i; }'`; \
521 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
522 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
524 GTAGS:
525 here=`CDPATH=: && cd $(top_builddir) && pwd` \
526 && cd $(top_srcdir) \
527 && gtags -i $$here
529 distclean-tags:
530 -rm -f TAGS ID
532 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
534 top_distdir = ..
535 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
537 distdir: $(DISTFILES)
538 @for file in $(DISTFILES); do \
539 if test -f $$file; then d=.; else d=$(srcdir); fi; \
540 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
541 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
542 $(mkinstalldirs) "$(distdir)/$$dir"; \
543 fi; \
544 if test -d $$d/$$file; then \
545 cp -pR $$d/$$file $(distdir) \
546 || exit 1; \
547 else \
548 test -f $(distdir)/$$file \
549 || cp -p $$d/$$file $(distdir)/$$file \
550 || exit 1; \
551 fi; \
552 done
553 for subdir in $(SUBDIRS); do \
554 if test "$$subdir" = .; then :; else \
555 test -d $(distdir)/$$subdir \
556 || mkdir $(distdir)/$$subdir \
557 || exit 1; \
558 (cd $$subdir && \
559 $(MAKE) $(AM_MAKEFLAGS) \
560 top_distdir="$(top_distdir)" \
561 distdir=../$(distdir)/$$subdir \
562 distdir) \
563 || exit 1; \
564 fi; \
565 done
566 check-am: all-am
567 check: check-recursive
568 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
569 installdirs: installdirs-recursive
570 installdirs-am:
572 install: install-recursive
573 install-exec: install-exec-recursive
574 install-data: install-data-recursive
575 uninstall: uninstall-recursive
577 install-am: all-am
578 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
580 installcheck: installcheck-recursive
581 install-strip:
582 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
583 `test -z '$(STRIP)' || \
584 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
585 mostlyclean-generic:
587 clean-generic:
589 distclean-generic:
590 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
591 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
593 maintainer-clean-generic:
594 @echo "This command is intended for maintainers to use"
595 @echo "it deletes files that may require special tools to rebuild."
596 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
597 clean: clean-recursive
599 clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
600 mostlyclean-am
602 distclean: distclean-recursive
604 distclean-am: clean-am distclean-compile distclean-depend \
605 distclean-generic distclean-tags
607 dvi: dvi-recursive
609 dvi-am:
611 info: info-recursive
613 info-am:
615 install-data-am:
617 install-exec-am:
619 install-info: install-info-recursive
621 install-man:
623 installcheck-am:
625 maintainer-clean: maintainer-clean-recursive
627 maintainer-clean-am: distclean-am maintainer-clean-generic
629 mostlyclean: mostlyclean-recursive
631 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
633 uninstall-am: uninstall-info-am
635 uninstall-info: uninstall-info-recursive
637 .PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \
638 clean-generic clean-krextra clean-noinstLIBRARIES \
639 clean-recursive distclean distclean-compile distclean-depend \
640 distclean-generic distclean-recursive distclean-tags distdir \
641 dvi dvi-am dvi-recursive info info-am info-recursive install \
642 install-am install-data install-data-am install-data-recursive \
643 install-exec install-exec-am install-exec-recursive \
644 install-info install-info-recursive install-man \
645 install-recursive install-strip installcheck installcheck-am \
646 installdirs installdirs-am installdirs-recursive \
647 maintainer-clean maintainer-clean-generic \
648 maintainer-clean-recursive mostlyclean mostlyclean-compile \
649 mostlyclean-generic mostlyclean-kr mostlyclean-recursive tags \
650 tags-recursive uninstall uninstall-am uninstall-info-recursive \
651 uninstall-recursive
654 lstat.c: xstat.in
655 sed \
656 -e '/@IGNORE@/d' \
657 -e 's/@xstat@/lstat/g' \
658 -e '/_LSTAT_ONLY@/d' \
659 -e '/@BEGIN_STAT_ONLY@/,/@END_STAT_ONLY@/d' \
660 $(srcdir)/xstat.in > $@-t
661 mv $@-t $@
663 stat.c: xstat.in
664 sed \
665 -e '/@IGNORE@/d' \
666 -e 's/@xstat@/stat/g' \
667 -e '/_STAT_ONLY@/d' \
668 -e '/@BEGIN_LSTAT_ONLY@/,/@END_LSTAT_ONLY@/d' \
669 $(srcdir)/xstat.in > $@-t
670 mv $@-t $@
671 # Tell versions [3.59,3.63) of GNU make to not export all variables.
672 # Otherwise a system limit (for SysV at least) may be exceeded.
673 .NOEXPORT: