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