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