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