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