*** empty log message ***
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.2d from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997 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
14 SHELL = /bin/sh
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
51
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 CATALOGS = @CATALOGS@
59 CATOBJEXT = @CATOBJEXT@
60 CC = @CC@
61 CPP = @CPP@
62 DATADIRNAME = @DATADIRNAME@
63 DF_PROG = @DF_PROG@
64 GENCAT = @GENCAT@
65 GMOFILES = @GMOFILES@
66 GMSGFMT = @GMSGFMT@
67 GT_NO = @GT_NO@
68 GT_YES = @GT_YES@
69 INSTOBJEXT = @INSTOBJEXT@
70 INTLDEPS = @INTLDEPS@
71 INTLLIBS = @INTLLIBS@
72 INTLOBJS = @INTLOBJS@
73 LIBOBJS = @LIBOBJS@
74 MAINT = @MAINT@
75 MAKEINFO = @MAKEINFO@
76 MKINSTALLDIRS = @MKINSTALLDIRS@
77 MSGFMT = @MSGFMT@
78 MVDIR_PROG = @MVDIR_PROG@
79 PACKAGE = @PACKAGE@
80 PERL = @PERL@
81 POFILES = @POFILES@
82 POSUB = @POSUB@
83 RANLIB = @RANLIB@
84 U = @U@
85 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
86 USE_NLS = @USE_NLS@
87 VERSION = @VERSION@
88 YACC = @YACC@
89 l = @l@
90
91 AUTOMAKE_OPTIONS = ../src/ansi2knr
92
93 noinst_LIBRARIES = libfu.a
94
95 EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \
96   realloc.c stat.c strftime.c
97
98 INCLUDES = -I.. -I$(srcdir) -I../intl
99
100 libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
101 addext.c argmatch.c backupfile.c basename.c \
102 closeout.c dirname.c exclude.c filemode.c \
103 full-write.c human.c idcache.c \
104 isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
105 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
106 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
107
108 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
109 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
110
111 noinst_HEADERS = argmatch.h backupfile.h closeout.h \
112 error.h exclude.h fnmatch.h fsusage.h \
113 getdate.h getline.h getopt.h group-member.h human.h long-options.h \
114 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
115 save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h
116
117 BUILT_SOURCES = getdate.c posixtm.c
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = ../config.h
120 CONFIG_CLEAN_FILES = 
121 LIBRARIES =  $(noinst_LIBRARIES)
122
123
124 DEFS = @DEFS@ -I. -I$(srcdir) -I..
125 CPPFLAGS = @CPPFLAGS@
126 LDFLAGS = @LDFLAGS@
127 LIBS = @LIBS@
128 ANSI2KNR = ../src/ansi2knr
129 libfu_a_OBJECTS =  getdate$U.o posixtm$U.o getopt$U.o getopt1$U.o \
130 addext$U.o argmatch$U.o backupfile$U.o basename$U.o closeout$U.o \
131 dirname$U.o exclude$U.o filemode$U.o full-write$U.o human$U.o \
132 idcache$U.o isdir$U.o long-options$U.o makepath$U.o modechange$U.o \
133 hash$U.o path-concat$U.o safe-read$U.o save-cwd$U.o savedir$U.o \
134 stripslash$U.o userspec$U.o xgetcwd$U.o xmalloc$U.o xstrdup$U.o \
135 xstrtol$U.o xstrtoul$U.o yesno$U.o
136 AR = ar
137 YLWRAP = $(srcdir)/ylwrap
138 CFLAGS = @CFLAGS@
139 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
140 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
141 HEADERS =  $(noinst_HEADERS)
142
143 DIST_COMMON =  Makefile.am Makefile.in alloca.c chown.c error.c error.h \
144 euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \
145 getgroups.c getline.c group-member.c lstat.c malloc.c memcmp.c memcpy.c \
146 memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h posixtm.c \
147 realloc.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stat.c \
148 stpcpy.c strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c \
149 strtoul.c strverscmp.c ylwrap
150
151
152 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
153
154 TAR = tar
155 GZIP = --best
156 DEP_FILES =  .deps/addext.P .deps/alloca.P .deps/argmatch.P \
157 .deps/backupfile.P .deps/basename.P .deps/chown.P .deps/closeout.P \
158 .deps/dirname.P .deps/error.P .deps/euidaccess.P .deps/exclude.P \
159 .deps/fileblocks.P .deps/filemode.P .deps/fnmatch.P .deps/fsusage.P \
160 .deps/ftruncate.P .deps/full-write.P .deps/getdate.P .deps/getgroups.P \
161 .deps/getline.P .deps/getopt.P .deps/getopt1.P .deps/group-member.P \
162 .deps/hash.P .deps/human.P .deps/idcache.P .deps/isdir.P \
163 .deps/long-options.P .deps/lstat.P .deps/makepath.P .deps/malloc.P \
164 .deps/memcmp.P .deps/memcpy.P .deps/memset.P .deps/mkdir.P \
165 .deps/mktime.P .deps/modechange.P .deps/mountlist.P .deps/obstack.P \
166 .deps/path-concat.P .deps/posixtm.P .deps/realloc.P .deps/regex.P \
167 .deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \
168 .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stat.P \
169 .deps/stpcpy.P .deps/strcasecmp.P .deps/strdup.P .deps/strftime.P \
170 .deps/stripslash.P .deps/strndup.P .deps/strstr.P .deps/strtol.P \
171 .deps/strtoul.P .deps/strverscmp.P .deps/userspec.P .deps/xgetcwd.P \
172 .deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P .deps/xstrtoul.P \
173 .deps/yesno.P
174 SOURCES = $(libfu_a_SOURCES)
175 OBJECTS = $(libfu_a_OBJECTS)
176
177 default: all
178
179 .SUFFIXES:
180 .SUFFIXES: .S .c .h .o .s .y
181 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
182         cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile
183
184 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
185         cd $(top_builddir) \
186           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
187
188
189 mostlyclean-noinstLIBRARIES:
190
191 clean-noinstLIBRARIES:
192         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
193
194 distclean-noinstLIBRARIES:
195
196 maintainer-clean-noinstLIBRARIES:
197
198 .c.o:
199         $(COMPILE) -c $<
200
201 .s.o:
202         $(COMPILE) -c $<
203
204 .S.o:
205         $(COMPILE) -c $<
206
207 mostlyclean-compile:
208         -rm -f *.o core
209
210 clean-compile:
211
212 distclean-compile:
213         -rm -f *.tab.c
214
215 maintainer-clean-compile:
216 ../src/ansi2knr: ../src/ansi2knr.o
217         cd ../src && $(MAKE) ansi2knr
218
219
220 mostlyclean-kr:
221         -rm -f *_.c
222
223 clean-kr:
224
225 distclean-kr:
226
227 maintainer-clean-kr:
228
229 libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
230         -rm -f libfu.a
231         $(AR) cru libfu.a $(libfu_a_OBJECTS) $(libfu_a_LIBADD)
232         $(RANLIB) libfu.a
233 .y.c:
234         $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
235 .y.h:
236         $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
237 addext_.c: addext.c $(ANSI2KNR)
238         $(ANSI2KNR) `if test -f $(srcdir)/addext.c; then echo $(srcdir)/addext.c; else echo addext.c; fi` addext_.c
239 alloca_.c: alloca.c $(ANSI2KNR)
240         $(ANSI2KNR) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` alloca_.c
241 argmatch_.c: argmatch.c $(ANSI2KNR)
242         $(ANSI2KNR) `if test -f $(srcdir)/argmatch.c; then echo $(srcdir)/argmatch.c; else echo argmatch.c; fi` argmatch_.c
243 backupfile_.c: backupfile.c $(ANSI2KNR)
244         $(ANSI2KNR) `if test -f $(srcdir)/backupfile.c; then echo $(srcdir)/backupfile.c; else echo backupfile.c; fi` backupfile_.c
245 basename_.c: basename.c $(ANSI2KNR)
246         $(ANSI2KNR) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` basename_.c
247 chown_.c: chown.c $(ANSI2KNR)
248         $(ANSI2KNR) `if test -f $(srcdir)/chown.c; then echo $(srcdir)/chown.c; else echo chown.c; fi` chown_.c
249 closeout_.c: closeout.c $(ANSI2KNR)
250         $(ANSI2KNR) `if test -f $(srcdir)/closeout.c; then echo $(srcdir)/closeout.c; else echo closeout.c; fi` closeout_.c
251 dirname_.c: dirname.c $(ANSI2KNR)
252         $(ANSI2KNR) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` dirname_.c
253 error_.c: error.c $(ANSI2KNR)
254         $(ANSI2KNR) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` error_.c
255 euidaccess_.c: euidaccess.c $(ANSI2KNR)
256         $(ANSI2KNR) `if test -f $(srcdir)/euidaccess.c; then echo $(srcdir)/euidaccess.c; else echo euidaccess.c; fi` euidaccess_.c
257 exclude_.c: exclude.c $(ANSI2KNR)
258         $(ANSI2KNR) `if test -f $(srcdir)/exclude.c; then echo $(srcdir)/exclude.c; else echo exclude.c; fi` exclude_.c
259 fileblocks_.c: fileblocks.c $(ANSI2KNR)
260         $(ANSI2KNR) `if test -f $(srcdir)/fileblocks.c; then echo $(srcdir)/fileblocks.c; else echo fileblocks.c; fi` fileblocks_.c
261 filemode_.c: filemode.c $(ANSI2KNR)
262         $(ANSI2KNR) `if test -f $(srcdir)/filemode.c; then echo $(srcdir)/filemode.c; else echo filemode.c; fi` filemode_.c
263 fnmatch_.c: fnmatch.c $(ANSI2KNR)
264         $(ANSI2KNR) `if test -f $(srcdir)/fnmatch.c; then echo $(srcdir)/fnmatch.c; else echo fnmatch.c; fi` fnmatch_.c
265 fsusage_.c: fsusage.c $(ANSI2KNR)
266         $(ANSI2KNR) `if test -f $(srcdir)/fsusage.c; then echo $(srcdir)/fsusage.c; else echo fsusage.c; fi` fsusage_.c
267 ftruncate_.c: ftruncate.c $(ANSI2KNR)
268         $(ANSI2KNR) `if test -f $(srcdir)/ftruncate.c; then echo $(srcdir)/ftruncate.c; else echo ftruncate.c; fi` ftruncate_.c
269 full-write_.c: full-write.c $(ANSI2KNR)
270         $(ANSI2KNR) `if test -f $(srcdir)/full-write.c; then echo $(srcdir)/full-write.c; else echo full-write.c; fi` full-write_.c
271 getdate_.c: getdate.c $(ANSI2KNR)
272         $(ANSI2KNR) `if test -f $(srcdir)/getdate.c; then echo $(srcdir)/getdate.c; else echo getdate.c; fi` getdate_.c
273 getgroups_.c: getgroups.c $(ANSI2KNR)
274         $(ANSI2KNR) `if test -f $(srcdir)/getgroups.c; then echo $(srcdir)/getgroups.c; else echo getgroups.c; fi` getgroups_.c
275 getline_.c: getline.c $(ANSI2KNR)
276         $(ANSI2KNR) `if test -f $(srcdir)/getline.c; then echo $(srcdir)/getline.c; else echo getline.c; fi` getline_.c
277 getopt_.c: getopt.c $(ANSI2KNR)
278         $(ANSI2KNR) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` getopt_.c
279 getopt1_.c: getopt1.c $(ANSI2KNR)
280         $(ANSI2KNR) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` getopt1_.c
281 group-member_.c: group-member.c $(ANSI2KNR)
282         $(ANSI2KNR) `if test -f $(srcdir)/group-member.c; then echo $(srcdir)/group-member.c; else echo group-member.c; fi` group-member_.c
283 hash_.c: hash.c $(ANSI2KNR)
284         $(ANSI2KNR) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` hash_.c
285 human_.c: human.c $(ANSI2KNR)
286         $(ANSI2KNR) `if test -f $(srcdir)/human.c; then echo $(srcdir)/human.c; else echo human.c; fi` human_.c
287 idcache_.c: idcache.c $(ANSI2KNR)
288         $(ANSI2KNR) `if test -f $(srcdir)/idcache.c; then echo $(srcdir)/idcache.c; else echo idcache.c; fi` idcache_.c
289 isdir_.c: isdir.c $(ANSI2KNR)
290         $(ANSI2KNR) `if test -f $(srcdir)/isdir.c; then echo $(srcdir)/isdir.c; else echo isdir.c; fi` isdir_.c
291 long-options_.c: long-options.c $(ANSI2KNR)
292         $(ANSI2KNR) `if test -f $(srcdir)/long-options.c; then echo $(srcdir)/long-options.c; else echo long-options.c; fi` long-options_.c
293 lstat_.c: lstat.c $(ANSI2KNR)
294         $(ANSI2KNR) `if test -f $(srcdir)/lstat.c; then echo $(srcdir)/lstat.c; else echo lstat.c; fi` lstat_.c
295 makepath_.c: makepath.c $(ANSI2KNR)
296         $(ANSI2KNR) `if test -f $(srcdir)/makepath.c; then echo $(srcdir)/makepath.c; else echo makepath.c; fi` makepath_.c
297 malloc_.c: malloc.c $(ANSI2KNR)
298         $(ANSI2KNR) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` malloc_.c
299 memcmp_.c: memcmp.c $(ANSI2KNR)
300         $(ANSI2KNR) `if test -f $(srcdir)/memcmp.c; then echo $(srcdir)/memcmp.c; else echo memcmp.c; fi` memcmp_.c
301 memcpy_.c: memcpy.c $(ANSI2KNR)
302         $(ANSI2KNR) `if test -f $(srcdir)/memcpy.c; then echo $(srcdir)/memcpy.c; else echo memcpy.c; fi` memcpy_.c
303 memset_.c: memset.c $(ANSI2KNR)
304         $(ANSI2KNR) `if test -f $(srcdir)/memset.c; then echo $(srcdir)/memset.c; else echo memset.c; fi` memset_.c
305 mkdir_.c: mkdir.c $(ANSI2KNR)
306         $(ANSI2KNR) `if test -f $(srcdir)/mkdir.c; then echo $(srcdir)/mkdir.c; else echo mkdir.c; fi` mkdir_.c
307 mktime_.c: mktime.c $(ANSI2KNR)
308         $(ANSI2KNR) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` mktime_.c
309 modechange_.c: modechange.c $(ANSI2KNR)
310         $(ANSI2KNR) `if test -f $(srcdir)/modechange.c; then echo $(srcdir)/modechange.c; else echo modechange.c; fi` modechange_.c
311 mountlist_.c: mountlist.c $(ANSI2KNR)
312         $(ANSI2KNR) `if test -f $(srcdir)/mountlist.c; then echo $(srcdir)/mountlist.c; else echo mountlist.c; fi` mountlist_.c
313 obstack_.c: obstack.c $(ANSI2KNR)
314         $(ANSI2KNR) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` obstack_.c
315 path-concat_.c: path-concat.c $(ANSI2KNR)
316         $(ANSI2KNR) `if test -f $(srcdir)/path-concat.c; then echo $(srcdir)/path-concat.c; else echo path-concat.c; fi` path-concat_.c
317 posixtm_.c: posixtm.c $(ANSI2KNR)
318         $(ANSI2KNR) `if test -f $(srcdir)/posixtm.c; then echo $(srcdir)/posixtm.c; else echo posixtm.c; fi` posixtm_.c
319 realloc_.c: realloc.c $(ANSI2KNR)
320         $(ANSI2KNR) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` realloc_.c
321 regex_.c: regex.c $(ANSI2KNR)
322         $(ANSI2KNR) `if test -f $(srcdir)/regex.c; then echo $(srcdir)/regex.c; else echo regex.c; fi` regex_.c
323 rename_.c: rename.c $(ANSI2KNR)
324         $(ANSI2KNR) `if test -f $(srcdir)/rename.c; then echo $(srcdir)/rename.c; else echo rename.c; fi` rename_.c
325 rmdir_.c: rmdir.c $(ANSI2KNR)
326         $(ANSI2KNR) `if test -f $(srcdir)/rmdir.c; then echo $(srcdir)/rmdir.c; else echo rmdir.c; fi` rmdir_.c
327 rpmatch_.c: rpmatch.c $(ANSI2KNR)
328         $(ANSI2KNR) `if test -f $(srcdir)/rpmatch.c; then echo $(srcdir)/rpmatch.c; else echo rpmatch.c; fi` rpmatch_.c
329 rx_.c: rx.c $(ANSI2KNR)
330         $(ANSI2KNR) `if test -f $(srcdir)/rx.c; then echo $(srcdir)/rx.c; else echo rx.c; fi` rx_.c
331 safe-read_.c: safe-read.c $(ANSI2KNR)
332         $(ANSI2KNR) `if test -f $(srcdir)/safe-read.c; then echo $(srcdir)/safe-read.c; else echo safe-read.c; fi` safe-read_.c
333 save-cwd_.c: save-cwd.c $(ANSI2KNR)
334         $(ANSI2KNR) `if test -f $(srcdir)/save-cwd.c; then echo $(srcdir)/save-cwd.c; else echo save-cwd.c; fi` save-cwd_.c
335 savedir_.c: savedir.c $(ANSI2KNR)
336         $(ANSI2KNR) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` savedir_.c
337 stat_.c: stat.c $(ANSI2KNR)
338         $(ANSI2KNR) `if test -f $(srcdir)/stat.c; then echo $(srcdir)/stat.c; else echo stat.c; fi` stat_.c
339 stpcpy_.c: stpcpy.c $(ANSI2KNR)
340         $(ANSI2KNR) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` stpcpy_.c
341 strcasecmp_.c: strcasecmp.c $(ANSI2KNR)
342         $(ANSI2KNR) `if test -f $(srcdir)/strcasecmp.c; then echo $(srcdir)/strcasecmp.c; else echo strcasecmp.c; fi` strcasecmp_.c
343 strdup_.c: strdup.c $(ANSI2KNR)
344         $(ANSI2KNR) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` strdup_.c
345 strftime_.c: strftime.c $(ANSI2KNR)
346         $(ANSI2KNR) `if test -f $(srcdir)/strftime.c; then echo $(srcdir)/strftime.c; else echo strftime.c; fi` strftime_.c
347 stripslash_.c: stripslash.c $(ANSI2KNR)
348         $(ANSI2KNR) `if test -f $(srcdir)/stripslash.c; then echo $(srcdir)/stripslash.c; else echo stripslash.c; fi` stripslash_.c
349 strndup_.c: strndup.c $(ANSI2KNR)
350         $(ANSI2KNR) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` strndup_.c
351 strstr_.c: strstr.c $(ANSI2KNR)
352         $(ANSI2KNR) `if test -f $(srcdir)/strstr.c; then echo $(srcdir)/strstr.c; else echo strstr.c; fi` strstr_.c
353 strtol_.c: strtol.c $(ANSI2KNR)
354         $(ANSI2KNR) `if test -f $(srcdir)/strtol.c; then echo $(srcdir)/strtol.c; else echo strtol.c; fi` strtol_.c
355 strtoul_.c: strtoul.c $(ANSI2KNR)
356         $(ANSI2KNR) `if test -f $(srcdir)/strtoul.c; then echo $(srcdir)/strtoul.c; else echo strtoul.c; fi` strtoul_.c
357 strverscmp_.c: strverscmp.c $(ANSI2KNR)
358         $(ANSI2KNR) `if test -f $(srcdir)/strverscmp.c; then echo $(srcdir)/strverscmp.c; else echo strverscmp.c; fi` strverscmp_.c
359 userspec_.c: userspec.c $(ANSI2KNR)
360         $(ANSI2KNR) `if test -f $(srcdir)/userspec.c; then echo $(srcdir)/userspec.c; else echo userspec.c; fi` userspec_.c
361 xgetcwd_.c: xgetcwd.c $(ANSI2KNR)
362         $(ANSI2KNR) `if test -f $(srcdir)/xgetcwd.c; then echo $(srcdir)/xgetcwd.c; else echo xgetcwd.c; fi` xgetcwd_.c
363 xmalloc_.c: xmalloc.c $(ANSI2KNR)
364         $(ANSI2KNR) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` xmalloc_.c
365 xstrdup_.c: xstrdup.c $(ANSI2KNR)
366         $(ANSI2KNR) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` xstrdup_.c
367 xstrtol_.c: xstrtol.c $(ANSI2KNR)
368         $(ANSI2KNR) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` xstrtol_.c
369 xstrtoul_.c: xstrtoul.c $(ANSI2KNR)
370         $(ANSI2KNR) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` xstrtoul_.c
371 yesno_.c: yesno.c $(ANSI2KNR)
372         $(ANSI2KNR) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` yesno_.c
373 addext_.o alloca_.o argmatch_.o backupfile_.o basename_.o chown_.o \
374 closeout_.o dirname_.o error_.o euidaccess_.o exclude_.o fileblocks_.o \
375 filemode_.o fnmatch_.o fsusage_.o ftruncate_.o full-write_.o getdate_.o \
376 getgroups_.o getline_.o getopt_.o getopt1_.o group-member_.o hash_.o \
377 human_.o idcache_.o isdir_.o long-options_.o lstat_.o makepath_.o \
378 malloc_.o memcmp_.o memcpy_.o memset_.o mkdir_.o mktime_.o \
379 modechange_.o mountlist_.o obstack_.o path-concat_.o posixtm_.o \
380 realloc_.o regex_.o rename_.o rmdir_.o rpmatch_.o rx_.o safe-read_.o \
381 save-cwd_.o savedir_.o stat_.o stpcpy_.o strcasecmp_.o strdup_.o \
382 strftime_.o stripslash_.o strndup_.o strstr_.o strtol_.o strtoul_.o \
383 strverscmp_.o userspec_.o xgetcwd_.o xmalloc_.o xstrdup_.o xstrtol_.o \
384 xstrtoul_.o yesno_.o : $(ANSI2KNR)
385
386 tags: TAGS
387
388 ID: $(HEADERS) $(SOURCES) $(LISP)
389         here=`pwd` && cd $(srcdir) \
390           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
391
392 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
393         tags=; \
394         here=`pwd`; \
395         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$(LISP)$$tags" \
396           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) $(LISP) -o $$here/TAGS)
397
398 mostlyclean-tags:
399
400 clean-tags:
401
402 distclean-tags:
403         -rm -f TAGS ID
404
405 maintainer-clean-tags:
406
407 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
408
409 subdir = lib
410
411 distdir: $(DISTFILES)
412         here=`cd $(top_builddir) && pwd`; \
413         top_distdir=`cd $(top_distdir) && pwd`; \
414         distdir=`cd $(distdir) && pwd`; \
415         cd $(top_srcdir) \
416           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits lib/Makefile
417         @for file in $(DISTFILES); do \
418           d=$(srcdir); \
419           test -f $(distdir)/$$file \
420           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
421           || cp -p $$d/$$file $(distdir)/$$file; \
422         done
423
424 MKDEP = $(CC) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
425
426 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
427 -include .deps/.P
428 .deps/.P: $(BUILT_SOURCES)
429         echo > $@
430
431 -include $(DEP_FILES)
432
433 mostlyclean-depend:
434
435 clean-depend:
436
437 distclean-depend:
438
439 maintainer-clean-depend:
440         -rm -rf .deps
441
442 .deps/%.P: %.c
443         @echo "Computing dependencies for $<..."
444         @o='o'; \
445         test -n "$o" && o='$$o'; \
446         $(MKDEP) $< >$@.tmp \
447           && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
448           && rm -f $@.tmp
449 info:
450 dvi:
451 check: all
452         $(MAKE)
453 installcheck:
454 install-exec: 
455         @$(NORMAL_INSTALL)
456
457 install-data: 
458         @$(NORMAL_INSTALL)
459
460 install: install-exec install-data all
461         @:
462
463 uninstall: 
464
465 all: Makefile $(LIBRARIES) $(HEADERS)
466
467 install-strip:
468         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
469 installdirs:
470
471
472 mostlyclean-generic:
473         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
474
475 clean-generic:
476         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
477
478 distclean-generic:
479         -rm -f Makefile $(DISTCLEANFILES)
480         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
481         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482
483 maintainer-clean-generic:
484         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
485         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
486 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
487                 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
488                 mostlyclean-generic
489
490 clean:  clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
491                 clean-depend clean-generic mostlyclean
492
493 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-kr \
494                 distclean-tags distclean-depend distclean-generic clean
495         -rm -f config.status
496
497 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
498                 maintainer-clean-compile maintainer-clean-kr \
499                 maintainer-clean-tags maintainer-clean-depend \
500                 maintainer-clean-generic distclean
501         @echo "This command is intended for maintainers to use;"
502         @echo "it deletes files that may require special tools to rebuild."
503
504 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
505 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
506 mostlyclean-compile distclean-compile clean-compile \
507 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
508 maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
509 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
510 clean-depend maintainer-clean-depend info dvi installcheck install-exec \
511 install-data install uninstall all installdirs mostlyclean-generic \
512 distclean-generic clean-generic maintainer-clean-generic clean \
513 mostlyclean distclean maintainer-clean
514
515
516 # Tell versions [3.59,3.63) of GNU make to not export all variables.
517 # Otherwise a system limit (for SysV at least) may be exceeded.
518 .NOEXPORT: