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