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