0b5eb74d3780fbb19cf5017177aedfd6b92a021e
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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.
7
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.
12
13 SHELL = @SHELL@
14
15 srcdir = @srcdir@
16 top_srcdir = @top_srcdir@
17 VPATH = @srcdir@
18 prefix = @prefix@
19 exec_prefix = @exec_prefix@
20
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
33
34 DESTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 INSTALL_STRIP_FLAG =
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
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 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
77 GMOFILES = @GMOFILES@
78 GMSGFMT = @GMSGFMT@
79 GNU_PACKAGE = @GNU_PACKAGE@
80 GT_NO = @GT_NO@
81 GT_YES = @GT_YES@
82 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
83 INSTOBJEXT = @INSTOBJEXT@
84 INTLDEPS = @INTLDEPS@
85 INTLLIBS = @INTLLIBS@
86 INTLOBJS = @INTLOBJS@
87 KMEM_GROUP = @KMEM_GROUP@
88 LIBOBJS = @LIBOBJS@
89 MAKEINFO = @MAKEINFO@
90 MAN = @MAN@
91 MKINSTALLDIRS = @MKINSTALLDIRS@
92 MSGFMT = @MSGFMT@
93 NEED_SETGID = @NEED_SETGID@
94 OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@
95 OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@
96 PACKAGE = @PACKAGE@
97 PERL = @PERL@
98 POFILES = @POFILES@
99 POSUB = @POSUB@
100 POW_LIBM = @POW_LIBM@
101 RANLIB = @RANLIB@
102 U = @U@
103 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
104 USE_NLS = @USE_NLS@
105 VERSION = @VERSION@
106 YACC = @YACC@
107 install_sh = @install_sh@
108 l = @l@
109
110
111 AUTOMAKE_OPTIONS = ../src/ansi2knr
112
113 noinst_LIBRARIES = libfetish.a
114
115 INCLUDES = -I.. -I$(srcdir) -I../intl
116
117 libfetish_a_SOURCES = \
118   getdate.y posixtm.c addext.c argmatch.c backupfile.c basename.c \
119   canon-host.c closeout.c dirname.c exclude.c filemode.c diacrit.c \
120   full-write.c getopt.c getopt1.c getugroups.c hard-locale.c hash.c \
121   human.c idcache.c isdir.c linebuffer.c long-options.c makepath.c \
122   md5.c memcasecmp.c memcoll.c modechange.c path-concat.c \
123   quotearg.c readtokens.c readutmp.c safe-read.c same.c save-cwd.c \
124   savedir.c stripslash.c userspec.c version-etc.c xgetcwd.c xgethostname.c \
125   xmalloc.c xstrdup.c xstrtod.c xstrtol.c xstrtoul.c xstrtoumax.c yesno.c
126
127
128 libfetish_a_LIBADD = @LIBOBJS@ @ALLOCA@
129 libfetish_a_DEPENDENCIES = $(libfetish_a_LIBADD)
130
131 noinst_HEADERS = \
132   argmatch.h backupfile.h bumpalloc.h closeout.h diacrit.h dirname.h error.h \
133   exclude.h filemode.h fnmatch.h fsusage.h getdate.h getline.h getopt.h \
134   getpagesize.h group-member.h hard-locale.h hash.h human.h lchown.h \
135   linebuffer.h long-options.h md5.h memcasecmp.h memcoll.h \
136   makepath.h modechange.h mountlist.h nanosleep.h obstack.h \
137   path-concat.h pathmax.h posixtm.h quotearg.h readtokens.h \
138   readutmp.h regex.h safe-read.h same.h save-cwd.h savedir.h \
139   strverscmp.h version-etc.h xalloc.h xstrtod.h xstrtol.h
140
141
142 BUILT_SOURCES = getdate.c lstat.c stat.c
143 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
144 DISTCLEANFILES = lstat.c stat.c
145
146 EXTRA_DIST = xstat.in
147 subdir = lib
148 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
149 CONFIG_HEADER = ../config.h
150 CONFIG_CLEAN_FILES = 
151 LIBRARIES =  $(noinst_LIBRARIES)
152
153
154 DEFS = @DEFS@ -I. -I$(srcdir) -I..
155 CPPFLAGS = @CPPFLAGS@
156 LDFLAGS = @LDFLAGS@
157 LIBS = @LIBS@
158 ANSI2KNR = ../src/ansi2knr
159 libfetish_a_AR = $(AR) cru
160 am_libfetish_a_OBJECTS =  getdate$U.o posixtm$U.o addext$U.o \
161 argmatch$U.o backupfile$U.o basename$U.o canon-host$U.o closeout$U.o \
162 dirname$U.o exclude$U.o filemode$U.o diacrit$U.o full-write$U.o \
163 getopt$U.o getopt1$U.o getugroups$U.o hard-locale$U.o hash$U.o \
164 human$U.o idcache$U.o isdir$U.o linebuffer$U.o long-options$U.o \
165 makepath$U.o md5$U.o memcasecmp$U.o memcoll$U.o modechange$U.o \
166 path-concat$U.o quotearg$U.o readtokens$U.o readutmp$U.o safe-read$U.o \
167 same$U.o save-cwd$U.o savedir$U.o stripslash$U.o userspec$U.o \
168 version-etc$U.o xgetcwd$U.o xgethostname$U.o xmalloc$U.o xstrdup$U.o \
169 xstrtod$U.o xstrtol$U.o xstrtoul$U.o xstrtoumax$U.o yesno$U.o
170 libfetish_a_OBJECTS =  $(am_libfetish_a_OBJECTS)
171 AR = ar
172 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 CFLAGS = @CFLAGS@
174 CCLD = $(CC)
175 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
176 DIST_SOURCES =  $(libfetish_a_SOURCES)
177 HEADERS =  $(noinst_HEADERS)
178
179 DIST_COMMON =  $(noinst_HEADERS) ChangeLog Makefile.am Makefile.in TODO \
180 alloca.c chown.c dup2.c error.c error.h euidaccess.c fileblocks.c \
181 fnmatch.c fsusage.c ftruncate.c getdate.c getgroups.c gethostname.c \
182 getline.c getloadavg.c getusershell.c group-member.c lchown.c malloc.c \
183 memchr.c memcmp.c memcpy.c memmove.c memset.c mkdir.c mktime.c \
184 mountlist.c nanosleep.c obstack.c obstack.h putenv.c realloc.c regex.c \
185 rmdir.c rpmatch.c stime.c stpcpy.c strcasecmp.c strcspn.c strdup.c \
186 strftime.c strncasecmp.c strndup.c strpbrk.c strstr.c strtod.c strtol.c \
187 strtoul.c strtoull.c strtoumax.c strverscmp.c utime.c
188
189
190 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191
192 GZIP_ENV = --best
193 depcomp = $(SHELL) $(top_srcdir)/depcomp
194 DEP_FILES =  @AMDEP@ $(DEPDIR)/addext$U.Po $(DEPDIR)/alloca.Po \
195 $(DEPDIR)/argmatch$U.Po $(DEPDIR)/backupfile$U.Po \
196 $(DEPDIR)/basename$U.Po $(DEPDIR)/canon-host$U.Po $(DEPDIR)/chown.Po \
197 $(DEPDIR)/closeout$U.Po $(DEPDIR)/diacrit$U.Po $(DEPDIR)/dirname$U.Po \
198 $(DEPDIR)/dup2.Po $(DEPDIR)/error.Po $(DEPDIR)/euidaccess.Po \
199 $(DEPDIR)/exclude$U.Po $(DEPDIR)/fileblocks.Po $(DEPDIR)/filemode$U.Po \
200 $(DEPDIR)/fnmatch.Po $(DEPDIR)/fsusage.Po $(DEPDIR)/ftruncate.Po \
201 $(DEPDIR)/full-write$U.Po $(DEPDIR)/getdate$U.Po $(DEPDIR)/getgroups.Po \
202 $(DEPDIR)/gethostname.Po $(DEPDIR)/getline.Po $(DEPDIR)/getloadavg.Po \
203 $(DEPDIR)/getopt$U.Po $(DEPDIR)/getopt1$U.Po $(DEPDIR)/getugroups$U.Po \
204 $(DEPDIR)/getusershell.Po $(DEPDIR)/group-member.Po \
205 $(DEPDIR)/hard-locale$U.Po $(DEPDIR)/hash$U.Po $(DEPDIR)/human$U.Po \
206 $(DEPDIR)/idcache$U.Po $(DEPDIR)/isdir$U.Po $(DEPDIR)/lchown.Po \
207 $(DEPDIR)/linebuffer$U.Po $(DEPDIR)/long-options$U.Po \
208 $(DEPDIR)/lstat.Po $(DEPDIR)/makepath$U.Po $(DEPDIR)/malloc.Po \
209 $(DEPDIR)/md5$U.Po $(DEPDIR)/memcasecmp$U.Po $(DEPDIR)/memchr.Po \
210 $(DEPDIR)/memcmp.Po $(DEPDIR)/memcoll$U.Po $(DEPDIR)/memcpy.Po \
211 $(DEPDIR)/memmove.Po $(DEPDIR)/memset.Po $(DEPDIR)/mkdir.Po \
212 $(DEPDIR)/mktime.Po $(DEPDIR)/modechange$U.Po $(DEPDIR)/mountlist.Po \
213 $(DEPDIR)/nanosleep.Po $(DEPDIR)/obstack.Po $(DEPDIR)/path-concat$U.Po \
214 $(DEPDIR)/posixtm$U.Po $(DEPDIR)/putenv.Po $(DEPDIR)/quotearg$U.Po \
215 $(DEPDIR)/readtokens$U.Po $(DEPDIR)/readutmp$U.Po $(DEPDIR)/realloc.Po \
216 $(DEPDIR)/regex.Po $(DEPDIR)/rmdir.Po $(DEPDIR)/rpmatch.Po \
217 $(DEPDIR)/safe-read$U.Po $(DEPDIR)/same$U.Po $(DEPDIR)/save-cwd$U.Po \
218 $(DEPDIR)/savedir$U.Po $(DEPDIR)/stat.Po $(DEPDIR)/stime.Po \
219 $(DEPDIR)/stpcpy.Po $(DEPDIR)/strcasecmp.Po $(DEPDIR)/strcspn.Po \
220 $(DEPDIR)/strdup.Po $(DEPDIR)/strftime.Po $(DEPDIR)/stripslash$U.Po \
221 $(DEPDIR)/strncasecmp.Po $(DEPDIR)/strndup.Po $(DEPDIR)/strpbrk.Po \
222 $(DEPDIR)/strstr.Po $(DEPDIR)/strtod.Po $(DEPDIR)/strtol.Po \
223 $(DEPDIR)/strtoul.Po $(DEPDIR)/strtoull.Po $(DEPDIR)/strtoumax.Po \
224 $(DEPDIR)/strverscmp.Po $(DEPDIR)/userspec$U.Po $(DEPDIR)/utime.Po \
225 $(DEPDIR)/version-etc$U.Po $(DEPDIR)/xgetcwd$U.Po \
226 $(DEPDIR)/xgethostname$U.Po $(DEPDIR)/xmalloc$U.Po \
227 $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrtod$U.Po $(DEPDIR)/xstrtol$U.Po \
228 $(DEPDIR)/xstrtoul$U.Po $(DEPDIR)/xstrtoumax$U.Po $(DEPDIR)/yesno$U.Po
229 SOURCES = $(libfetish_a_SOURCES)
230 OBJECTS = $(am_libfetish_a_OBJECTS)
231
232 all: all-redirect
233 .SUFFIXES:
234 .SUFFIXES: .c .o .y
235 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
236         cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile
237
238 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
239         cd $(top_builddir) \
240           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
241
242
243 mostlyclean-noinstLIBRARIES:
244
245 clean-noinstLIBRARIES:
246         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
247
248 distclean-noinstLIBRARIES:
249
250 maintainer-clean-noinstLIBRARIES:
251
252 mostlyclean-compile:
253         -rm -f *.o core *.core
254
255 clean-compile:
256
257 distclean-compile:
258         -rm -f *.tab.c
259
260 maintainer-clean-compile:
261 ../src/ansi2knr: ../src/ansi2knr.o
262         cd ../src && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
263
264 ../src/ansi2knr.o:
265         cd ../src && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
266
267
268 mostlyclean-kr:
269         -rm -f *_.c
270
271 clean-kr:
272
273 distclean-kr:
274
275 maintainer-clean-kr:
276
277 libfetish.a: $(libfetish_a_OBJECTS) $(libfetish_a_DEPENDENCIES)
278         -rm -f libfetish.a
279         $(libfetish_a_AR) libfetish.a $(libfetish_a_OBJECTS) $(libfetish_a_LIBADD)
280         $(RANLIB) libfetish.a
281 addext_.c: addext.c $(ANSI2KNR)
282         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/addext.c; then echo $(srcdir)/addext.c; else echo addext.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > addext_.c
283 alloca_.c: alloca.c $(ANSI2KNR)
284         $(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
285 argmatch_.c: argmatch.c $(ANSI2KNR)
286         $(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
287 backupfile_.c: backupfile.c $(ANSI2KNR)
288         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/backupfile.c; then echo $(srcdir)/backupfile.c; else echo backupfile.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > backupfile_.c
289 basename_.c: basename.c $(ANSI2KNR)
290         $(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
291 canon-host_.c: canon-host.c $(ANSI2KNR)
292         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/canon-host.c; then echo $(srcdir)/canon-host.c; else echo canon-host.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > canon-host_.c
293 chown_.c: chown.c $(ANSI2KNR)
294         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/chown.c; then echo $(srcdir)/chown.c; else echo chown.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > chown_.c
295 closeout_.c: closeout.c $(ANSI2KNR)
296         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/closeout.c; then echo $(srcdir)/closeout.c; else echo closeout.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > closeout_.c
297 diacrit_.c: diacrit.c $(ANSI2KNR)
298         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/diacrit.c; then echo $(srcdir)/diacrit.c; else echo diacrit.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > diacrit_.c
299 dirname_.c: dirname.c $(ANSI2KNR)
300         $(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
301 dup2_.c: dup2.c $(ANSI2KNR)
302         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dup2.c; then echo $(srcdir)/dup2.c; else echo dup2.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dup2_.c
303 error_.c: error.c $(ANSI2KNR)
304         $(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
305 euidaccess_.c: euidaccess.c $(ANSI2KNR)
306         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/euidaccess.c; then echo $(srcdir)/euidaccess.c; else echo euidaccess.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > euidaccess_.c
307 exclude_.c: exclude.c $(ANSI2KNR)
308         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > exclude_.c
309 fileblocks_.c: fileblocks.c $(ANSI2KNR)
310         $(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
311 filemode_.c: filemode.c $(ANSI2KNR)
312         $(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
313 fnmatch_.c: fnmatch.c $(ANSI2KNR)
314         $(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
315 fsusage_.c: fsusage.c $(ANSI2KNR)
316         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fsusage.c; then echo $(srcdir)/fsusage.c; else echo fsusage.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fsusage_.c
317 ftruncate_.c: ftruncate.c $(ANSI2KNR)
318         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ftruncate.c; then echo $(srcdir)/ftruncate.c; else echo ftruncate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ftruncate_.c
319 full-write_.c: full-write.c $(ANSI2KNR)
320         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/full-write.c; then echo $(srcdir)/full-write.c; else echo full-write.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > full-write_.c
321 getdate_.c: getdate.c $(ANSI2KNR)
322         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getdate.c; then echo $(srcdir)/getdate.c; else echo getdate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getdate_.c
323 getgroups_.c: getgroups.c $(ANSI2KNR)
324         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getgroups.c; then echo $(srcdir)/getgroups.c; else echo getgroups.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getgroups_.c
325 gethostname_.c: gethostname.c $(ANSI2KNR)
326         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gethostname.c; then echo $(srcdir)/gethostname.c; else echo gethostname.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gethostname_.c
327 getline_.c: getline.c $(ANSI2KNR)
328         $(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
329 getloadavg_.c: getloadavg.c $(ANSI2KNR)
330         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getloadavg.c; then echo $(srcdir)/getloadavg.c; else echo getloadavg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getloadavg_.c
331 getopt_.c: getopt.c $(ANSI2KNR)
332         $(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
333 getopt1_.c: getopt1.c $(ANSI2KNR)
334         $(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
335 getugroups_.c: getugroups.c $(ANSI2KNR)
336         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getugroups.c; then echo $(srcdir)/getugroups.c; else echo getugroups.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getugroups_.c
337 getusershell_.c: getusershell.c $(ANSI2KNR)
338         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getusershell.c; then echo $(srcdir)/getusershell.c; else echo getusershell.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getusershell_.c
339 group-member_.c: group-member.c $(ANSI2KNR)
340         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/group-member.c; then echo $(srcdir)/group-member.c; else echo group-member.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > group-member_.c
341 hard-locale_.c: hard-locale.c $(ANSI2KNR)
342         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hard-locale.c; then echo $(srcdir)/hard-locale.c; else echo hard-locale.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hard-locale_.c
343 hash_.c: hash.c $(ANSI2KNR)
344         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hash_.c
345 human_.c: human.c $(ANSI2KNR)
346         $(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
347 idcache_.c: idcache.c $(ANSI2KNR)
348         $(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
349 isdir_.c: isdir.c $(ANSI2KNR)
350         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/isdir.c; then echo $(srcdir)/isdir.c; else echo isdir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > isdir_.c
351 lchown_.c: lchown.c $(ANSI2KNR)
352         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lchown.c; then echo $(srcdir)/lchown.c; else echo lchown.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lchown_.c
353 linebuffer_.c: linebuffer.c $(ANSI2KNR)
354         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/linebuffer.c; then echo $(srcdir)/linebuffer.c; else echo linebuffer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > linebuffer_.c
355 long-options_.c: long-options.c $(ANSI2KNR)
356         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/long-options.c; then echo $(srcdir)/long-options.c; else echo long-options.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > long-options_.c
357 lstat_.c: lstat.c $(ANSI2KNR)
358         $(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
359 makepath_.c: makepath.c $(ANSI2KNR)
360         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/makepath.c; then echo $(srcdir)/makepath.c; else echo makepath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > makepath_.c
361 malloc_.c: malloc.c $(ANSI2KNR)
362         $(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
363 md5_.c: md5.c $(ANSI2KNR)
364         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/md5.c; then echo $(srcdir)/md5.c; else echo md5.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > md5_.c
365 memcasecmp_.c: memcasecmp.c $(ANSI2KNR)
366         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcasecmp.c; then echo $(srcdir)/memcasecmp.c; else echo memcasecmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcasecmp_.c
367 memchr_.c: memchr.c $(ANSI2KNR)
368         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c
369 memcmp_.c: memcmp.c $(ANSI2KNR)
370         $(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
371 memcoll_.c: memcoll.c $(ANSI2KNR)
372         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memcoll.c; then echo $(srcdir)/memcoll.c; else echo memcoll.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memcoll_.c
373 memcpy_.c: memcpy.c $(ANSI2KNR)
374         $(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
375 memmove_.c: memmove.c $(ANSI2KNR)
376         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memmove.c; then echo $(srcdir)/memmove.c; else echo memmove.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memmove_.c
377 memset_.c: memset.c $(ANSI2KNR)
378         $(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
379 mkdir_.c: mkdir.c $(ANSI2KNR)
380         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mkdir.c; then echo $(srcdir)/mkdir.c; else echo mkdir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mkdir_.c
381 mktime_.c: mktime.c $(ANSI2KNR)
382         $(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
383 modechange_.c: modechange.c $(ANSI2KNR)
384         $(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
385 mountlist_.c: mountlist.c $(ANSI2KNR)
386         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mountlist.c; then echo $(srcdir)/mountlist.c; else echo mountlist.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mountlist_.c
387 nanosleep_.c: nanosleep.c $(ANSI2KNR)
388         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/nanosleep.c; then echo $(srcdir)/nanosleep.c; else echo nanosleep.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > nanosleep_.c
389 obstack_.c: obstack.c $(ANSI2KNR)
390         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c
391 path-concat_.c: path-concat.c $(ANSI2KNR)
392         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/path-concat.c; then echo $(srcdir)/path-concat.c; else echo path-concat.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > path-concat_.c
393 posixtm_.c: posixtm.c $(ANSI2KNR)
394         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/posixtm.c; then echo $(srcdir)/posixtm.c; else echo posixtm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > posixtm_.c
395 putenv_.c: putenv.c $(ANSI2KNR)
396         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/putenv.c; then echo $(srcdir)/putenv.c; else echo putenv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > putenv_.c
397 quotearg_.c: quotearg.c $(ANSI2KNR)
398         $(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
399 readtokens_.c: readtokens.c $(ANSI2KNR)
400         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/readtokens.c; then echo $(srcdir)/readtokens.c; else echo readtokens.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > readtokens_.c
401 readutmp_.c: readutmp.c $(ANSI2KNR)
402         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/readutmp.c; then echo $(srcdir)/readutmp.c; else echo readutmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > readutmp_.c
403 realloc_.c: realloc.c $(ANSI2KNR)
404         $(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
405 regex_.c: regex.c $(ANSI2KNR)
406         $(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
407 rmdir_.c: rmdir.c $(ANSI2KNR)
408         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/rmdir.c; then echo $(srcdir)/rmdir.c; else echo rmdir.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > rmdir_.c
409 rpmatch_.c: rpmatch.c $(ANSI2KNR)
410         $(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
411 safe-read_.c: safe-read.c $(ANSI2KNR)
412         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/safe-read.c; then echo $(srcdir)/safe-read.c; else echo safe-read.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > safe-read_.c
413 same_.c: same.c $(ANSI2KNR)
414         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/same.c; then echo $(srcdir)/same.c; else echo same.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > same_.c
415 save-cwd_.c: save-cwd.c $(ANSI2KNR)
416         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/save-cwd.c; then echo $(srcdir)/save-cwd.c; else echo save-cwd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > save-cwd_.c
417 savedir_.c: savedir.c $(ANSI2KNR)
418         $(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
419 stat_.c: stat.c $(ANSI2KNR)
420         $(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
421 stime_.c: stime.c $(ANSI2KNR)
422         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stime.c; then echo $(srcdir)/stime.c; else echo stime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stime_.c
423 stpcpy_.c: stpcpy.c $(ANSI2KNR)
424         $(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
425 strcasecmp_.c: strcasecmp.c $(ANSI2KNR)
426         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strcasecmp.c; then echo $(srcdir)/strcasecmp.c; else echo strcasecmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strcasecmp_.c
427 strcspn_.c: strcspn.c $(ANSI2KNR)
428         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strcspn.c; then echo $(srcdir)/strcspn.c; else echo strcspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strcspn_.c
429 strdup_.c: strdup.c $(ANSI2KNR)
430         $(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
431 strftime_.c: strftime.c $(ANSI2KNR)
432         $(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
433 stripslash_.c: stripslash.c $(ANSI2KNR)
434         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stripslash.c; then echo $(srcdir)/stripslash.c; else echo stripslash.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stripslash_.c
435 strncasecmp_.c: strncasecmp.c $(ANSI2KNR)
436         $(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
437 strndup_.c: strndup.c $(ANSI2KNR)
438         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strndup_.c
439 strpbrk_.c: strpbrk.c $(ANSI2KNR)
440         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strpbrk.c; then echo $(srcdir)/strpbrk.c; else echo strpbrk.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strpbrk_.c
441 strstr_.c: strstr.c $(ANSI2KNR)
442         $(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
443 strtod_.c: strtod.c $(ANSI2KNR)
444         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strtod.c; then echo $(srcdir)/strtod.c; else echo strtod.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strtod_.c
445 strtol_.c: strtol.c $(ANSI2KNR)
446         $(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
447 strtoul_.c: strtoul.c $(ANSI2KNR)
448         $(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
449 strtoull_.c: strtoull.c $(ANSI2KNR)
450         $(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
451 strtoumax_.c: strtoumax.c $(ANSI2KNR)
452         $(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
453 strverscmp_.c: strverscmp.c $(ANSI2KNR)
454         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strverscmp.c; then echo $(srcdir)/strverscmp.c; else echo strverscmp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strverscmp_.c
455 userspec_.c: userspec.c $(ANSI2KNR)
456         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/userspec.c; then echo $(srcdir)/userspec.c; else echo userspec.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > userspec_.c
457 utime_.c: utime.c $(ANSI2KNR)
458         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/utime.c; then echo $(srcdir)/utime.c; else echo utime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > utime_.c
459 version-etc_.c: version-etc.c $(ANSI2KNR)
460         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/version-etc.c; then echo $(srcdir)/version-etc.c; else echo version-etc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > version-etc_.c
461 xgetcwd_.c: xgetcwd.c $(ANSI2KNR)
462         $(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
463 xgethostname_.c: xgethostname.c $(ANSI2KNR)
464         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xgethostname.c; then echo $(srcdir)/xgethostname.c; else echo xgethostname.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xgethostname_.c
465 xmalloc_.c: xmalloc.c $(ANSI2KNR)
466         $(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
467 xstrdup_.c: xstrdup.c $(ANSI2KNR)
468         $(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
469 xstrtod_.c: xstrtod.c $(ANSI2KNR)
470         $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrtod.c; then echo $(srcdir)/xstrtod.c; else echo xstrtod.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrtod_.c
471 xstrtol_.c: xstrtol.c $(ANSI2KNR)
472         $(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
473 xstrtoul_.c: xstrtoul.c $(ANSI2KNR)
474         $(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
475 xstrtoumax_.c: xstrtoumax.c $(ANSI2KNR)
476         $(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
477 yesno_.c: yesno.c $(ANSI2KNR)
478         $(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
479 addext_.o alloca_.o argmatch_.o backupfile_.o basename_.o canon-host_.o \
480 chown_.o closeout_.o diacrit_.o dirname_.o dup2_.o error_.o \
481 euidaccess_.o exclude_.o fileblocks_.o filemode_.o fnmatch_.o \
482 fsusage_.o ftruncate_.o full-write_.o getdate_.o getgroups_.o \
483 gethostname_.o getline_.o getloadavg_.o getopt_.o getopt1_.o \
484 getugroups_.o getusershell_.o group-member_.o hard-locale_.o hash_.o \
485 human_.o idcache_.o isdir_.o lchown_.o linebuffer_.o long-options_.o \
486 lstat_.o makepath_.o malloc_.o md5_.o memcasecmp_.o memchr_.o memcmp_.o \
487 memcoll_.o memcpy_.o memmove_.o memset_.o mkdir_.o mktime_.o \
488 modechange_.o mountlist_.o nanosleep_.o obstack_.o path-concat_.o \
489 posixtm_.o putenv_.o quotearg_.o readtokens_.o readutmp_.o realloc_.o \
490 regex_.o rmdir_.o rpmatch_.o safe-read_.o same_.o save-cwd_.o \
491 savedir_.o stat_.o stime_.o stpcpy_.o strcasecmp_.o strcspn_.o \
492 strdup_.o strftime_.o stripslash_.o strncasecmp_.o strndup_.o \
493 strpbrk_.o strstr_.o strtod_.o strtol_.o strtoul_.o strtoull_.o \
494 strtoumax_.o strverscmp_.o userspec_.o utime_.o version-etc_.o \
495 xgetcwd_.o xgethostname_.o xmalloc_.o xstrdup_.o xstrtod_.o xstrtol_.o \
496 xstrtoul_.o xstrtoumax_.o yesno_.o : $(ANSI2KNR)
497 .y.c:
498         $(YACC) $(AM_YFLAGS) $(YFLAGS) $< && mv y.tab.c $*.c
499         if test -f y.tab.h; then \
500         if cmp -s y.tab.h $*.h; then rm -f y.tab.h; else mv y.tab.h $*.h; fi; \
501         else :; fi
502
503
504 tags: TAGS
505
506 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
507         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
508         unique=`for i in $$list; do \
509             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510           done | \
511           $(AWK) '    { files[$$0] = 1; } \
512                END { for (i in files) print i; }'`; \
513         mkid -f$$here/ID $$unique $(LISP)
514
515 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
516                 $(TAGS_FILES) $(LISP)
517         tags=; \
518         here=`pwd`; \
519         list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
520         unique=`for i in $$list; do \
521             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
522           done | \
523           $(AWK) '    { files[$$0] = 1; } \
524                END { for (i in files) print i; }'`; \
525         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
526           || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
527
528 mostlyclean-tags:
529
530 clean-tags:
531
532 distclean-tags:
533         -rm -f TAGS ID
534
535 maintainer-clean-tags:
536
537 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
538
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           else \
545             test -f $(distdir)/$$file \
546             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
547             || cp -p $$d/$$file $(distdir)/$$file || :; \
548           fi; \
549         done
550
551 @AMDEP@include $(DEPDIR)/addext$U.Po
552 @AMDEP@include $(DEPDIR)/alloca.Po
553 @AMDEP@include $(DEPDIR)/argmatch$U.Po
554 @AMDEP@include $(DEPDIR)/backupfile$U.Po
555 @AMDEP@include $(DEPDIR)/basename$U.Po
556 @AMDEP@include $(DEPDIR)/canon-host$U.Po
557 @AMDEP@include $(DEPDIR)/chown.Po
558 @AMDEP@include $(DEPDIR)/closeout$U.Po
559 @AMDEP@include $(DEPDIR)/diacrit$U.Po
560 @AMDEP@include $(DEPDIR)/dirname$U.Po
561 @AMDEP@include $(DEPDIR)/dup2.Po
562 @AMDEP@include $(DEPDIR)/error.Po
563 @AMDEP@include $(DEPDIR)/euidaccess.Po
564 @AMDEP@include $(DEPDIR)/exclude$U.Po
565 @AMDEP@include $(DEPDIR)/fileblocks.Po
566 @AMDEP@include $(DEPDIR)/filemode$U.Po
567 @AMDEP@include $(DEPDIR)/fnmatch.Po
568 @AMDEP@include $(DEPDIR)/fsusage.Po
569 @AMDEP@include $(DEPDIR)/ftruncate.Po
570 @AMDEP@include $(DEPDIR)/full-write$U.Po
571 @AMDEP@include $(DEPDIR)/getdate$U.Po
572 @AMDEP@include $(DEPDIR)/getgroups.Po
573 @AMDEP@include $(DEPDIR)/gethostname.Po
574 @AMDEP@include $(DEPDIR)/getline.Po
575 @AMDEP@include $(DEPDIR)/getloadavg.Po
576 @AMDEP@include $(DEPDIR)/getopt$U.Po
577 @AMDEP@include $(DEPDIR)/getopt1$U.Po
578 @AMDEP@include $(DEPDIR)/getugroups$U.Po
579 @AMDEP@include $(DEPDIR)/getusershell.Po
580 @AMDEP@include $(DEPDIR)/group-member.Po
581 @AMDEP@include $(DEPDIR)/hard-locale$U.Po
582 @AMDEP@include $(DEPDIR)/hash$U.Po
583 @AMDEP@include $(DEPDIR)/human$U.Po
584 @AMDEP@include $(DEPDIR)/idcache$U.Po
585 @AMDEP@include $(DEPDIR)/isdir$U.Po
586 @AMDEP@include $(DEPDIR)/lchown.Po
587 @AMDEP@include $(DEPDIR)/linebuffer$U.Po
588 @AMDEP@include $(DEPDIR)/long-options$U.Po
589 @AMDEP@include $(DEPDIR)/lstat.Po
590 @AMDEP@include $(DEPDIR)/makepath$U.Po
591 @AMDEP@include $(DEPDIR)/malloc.Po
592 @AMDEP@include $(DEPDIR)/md5$U.Po
593 @AMDEP@include $(DEPDIR)/memcasecmp$U.Po
594 @AMDEP@include $(DEPDIR)/memchr.Po
595 @AMDEP@include $(DEPDIR)/memcmp.Po
596 @AMDEP@include $(DEPDIR)/memcoll$U.Po
597 @AMDEP@include $(DEPDIR)/memcpy.Po
598 @AMDEP@include $(DEPDIR)/memmove.Po
599 @AMDEP@include $(DEPDIR)/memset.Po
600 @AMDEP@include $(DEPDIR)/mkdir.Po
601 @AMDEP@include $(DEPDIR)/mktime.Po
602 @AMDEP@include $(DEPDIR)/modechange$U.Po
603 @AMDEP@include $(DEPDIR)/mountlist.Po
604 @AMDEP@include $(DEPDIR)/nanosleep.Po
605 @AMDEP@include $(DEPDIR)/obstack.Po
606 @AMDEP@include $(DEPDIR)/path-concat$U.Po
607 @AMDEP@include $(DEPDIR)/posixtm$U.Po
608 @AMDEP@include $(DEPDIR)/putenv.Po
609 @AMDEP@include $(DEPDIR)/quotearg$U.Po
610 @AMDEP@include $(DEPDIR)/readtokens$U.Po
611 @AMDEP@include $(DEPDIR)/readutmp$U.Po
612 @AMDEP@include $(DEPDIR)/realloc.Po
613 @AMDEP@include $(DEPDIR)/regex.Po
614 @AMDEP@include $(DEPDIR)/rmdir.Po
615 @AMDEP@include $(DEPDIR)/rpmatch.Po
616 @AMDEP@include $(DEPDIR)/safe-read$U.Po
617 @AMDEP@include $(DEPDIR)/same$U.Po
618 @AMDEP@include $(DEPDIR)/save-cwd$U.Po
619 @AMDEP@include $(DEPDIR)/savedir$U.Po
620 @AMDEP@include $(DEPDIR)/stat.Po
621 @AMDEP@include $(DEPDIR)/stime.Po
622 @AMDEP@include $(DEPDIR)/stpcpy.Po
623 @AMDEP@include $(DEPDIR)/strcasecmp.Po
624 @AMDEP@include $(DEPDIR)/strcspn.Po
625 @AMDEP@include $(DEPDIR)/strdup.Po
626 @AMDEP@include $(DEPDIR)/strftime.Po
627 @AMDEP@include $(DEPDIR)/stripslash$U.Po
628 @AMDEP@include $(DEPDIR)/strncasecmp.Po
629 @AMDEP@include $(DEPDIR)/strndup.Po
630 @AMDEP@include $(DEPDIR)/strpbrk.Po
631 @AMDEP@include $(DEPDIR)/strstr.Po
632 @AMDEP@include $(DEPDIR)/strtod.Po
633 @AMDEP@include $(DEPDIR)/strtol.Po
634 @AMDEP@include $(DEPDIR)/strtoul.Po
635 @AMDEP@include $(DEPDIR)/strtoull.Po
636 @AMDEP@include $(DEPDIR)/strtoumax.Po
637 @AMDEP@include $(DEPDIR)/strverscmp.Po
638 @AMDEP@include $(DEPDIR)/userspec$U.Po
639 @AMDEP@include $(DEPDIR)/utime.Po
640 @AMDEP@include $(DEPDIR)/version-etc$U.Po
641 @AMDEP@include $(DEPDIR)/xgetcwd$U.Po
642 @AMDEP@include $(DEPDIR)/xgethostname$U.Po
643 @AMDEP@include $(DEPDIR)/xmalloc$U.Po
644 @AMDEP@include $(DEPDIR)/xstrdup$U.Po
645 @AMDEP@include $(DEPDIR)/xstrtod$U.Po
646 @AMDEP@include $(DEPDIR)/xstrtol$U.Po
647 @AMDEP@include $(DEPDIR)/xstrtoul$U.Po
648 @AMDEP@include $(DEPDIR)/xstrtoumax$U.Po
649 @AMDEP@include $(DEPDIR)/yesno$U.Po
650
651 mostlyclean-depend:
652
653 clean-depend:
654
655 distclean-depend:
656         -rm -rf $(DEPDIR)
657
658 maintainer-clean-depend:
659
660 @AMDEP@CCDEPMODE = @CCDEPMODE@
661
662 .c.o:
663 @AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
664 @AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
665 @AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
666         $(COMPILE) -c -o $@ $<
667
668 info-am:
669 info: info-am
670 dvi-am:
671 dvi: dvi-am
672 check-am: all-am
673 check: check-am
674 installcheck-am:
675 installcheck: installcheck-am
676 install-exec-am:
677 install-exec: install-exec-am
678
679 install-data-am:
680 install-data: install-data-am
681
682 install-am: all-am
683         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
684 install: install-am
685 uninstall-am:
686 uninstall: uninstall-am
687 all-am: Makefile $(LIBRARIES) $(HEADERS)
688 all-redirect: all-am
689 install-strip:
690         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
691 installdirs:
692
693
694 mostlyclean-generic:
695
696 clean-generic:
697
698 distclean-generic:
699         -rm -f Makefile $(CONFIG_CLEAN_FILES)
700         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
701         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
702
703 maintainer-clean-generic:
704         -rm -f Makefile.in
705         -test -z "getdate.c$(BUILT_SOURCES)$(MAINTAINERCLEANFILES)" || rm -f getdate.c $(BUILT_SOURCES) $(MAINTAINERCLEANFILES)
706 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
707                 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
708                 mostlyclean-generic
709
710 mostlyclean: mostlyclean-am
711
712 clean-am:  clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
713                 clean-depend clean-generic mostlyclean-am
714
715 clean: clean-am
716
717 distclean-am:  distclean-noinstLIBRARIES distclean-compile distclean-kr \
718                 distclean-tags distclean-depend distclean-generic \
719                 clean-am
720
721 distclean: distclean-am
722
723 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
724                 maintainer-clean-compile maintainer-clean-kr \
725                 maintainer-clean-tags maintainer-clean-depend \
726                 maintainer-clean-generic distclean-am
727         @echo "This command is intended for maintainers to use;"
728         @echo "it deletes files that may require special tools to rebuild."
729
730 maintainer-clean: maintainer-clean-am
731
732 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
733 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
734 mostlyclean-compile distclean-compile clean-compile \
735 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
736 maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
737 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
738 clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
739 check-am installcheck-am installcheck install-exec-am install-exec \
740 install-data-am install-data install-am install uninstall-am uninstall \
741 all-redirect all-am all install-strip installdirs mostlyclean-generic \
742 distclean-generic clean-generic maintainer-clean-generic clean \
743 mostlyclean distclean maintainer-clean
744
745 lstat.c: xstat.in
746         sed \
747           -e '/@IGNORE@/d' \
748           -e 's/@xstat@/lstat/g' \
749           -e '/_LSTAT_ONLY@/d' \
750           -e '/@BEGIN_STAT_ONLY@/,/@END_STAT_ONLY@/d' \
751           $(srcdir)/xstat.in > $@-t
752         mv $@-t $@
753
754 stat.c: xstat.in
755         sed \
756           -e '/@IGNORE@/d' \
757           -e 's/@xstat@/stat/g' \
758           -e '/_STAT_ONLY@/d' \
759           -e '/@BEGIN_LSTAT_ONLY@/,/@END_LSTAT_ONLY@/d' \
760           $(srcdir)/xstat.in > $@-t
761         mv $@-t $@
762
763 # Tell versions [3.59,3.63) of GNU make to not export all variables.
764 # Otherwise a system limit (for SysV at least) may be exceeded.
765 .NOEXPORT: