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