bdac345725bcbfcb7e3666d5560460df4eafb8b2
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 0.31 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
6
7
8 SHELL = /bin/sh
9
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
15
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
28
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32
33 top_builddir = ..
34
35 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
40
41 noinst_LIBRARIES = fu
42
43 EXTRA_DIST = alloca.c euidaccess.c fnmatch.c fsusage.c ftruncate.c \
44 getdate.y getopt.c getopt1.c memcmp.c memcpy.c memset.c \
45 mkdir.c mktime.c mountlist.c \
46 posixtm.y rename.c rmdir.c stpcpy.c strdup.c strstr.c strtol.c strtoul.c
47
48 INCLUDES = -I.. -I$(srcdir)
49
50 fu_SOURCES = getdate.c posixtm.c argmatch.c backupfile.c basename.c \
51 dirname.c error.c fileblocks.c filemode.c \
52 full-write.c getversion.c group-member.c idcache.c \
53 isdir.c long-options.c makepath.c modechange.c obstack.c \
54 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
55 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
56
57 fu_LIBADD = @LIBOBJS@ @ALLOCA@
58
59 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
60 getopt.h group-member.h long-options.h makepath.h modechange.h mountlist.h \
61 obstack.h pathmax.h save-cwd.h xstrtol.h xstrtoul.h
62
63 BUILT_SOURCES = getdate.c posixtm.c
64 CONFIG_HEADER = ../config.h
65 LIBRARIES = $(noinst_LIBRARIES)
66
67 noinst_LIBFILES = libfu.a
68
69 CC = @CC@
70 LEX = @LEX@
71 YACC = @YACC@
72
73 DEFS = @DEFS@ -I. -I$(srcdir) -I..
74 CPPFLAGS = @CPPFLAGS@
75 CFLAGS = @CFLAGS@
76 LDFLAGS = @LDFLAGS@
77 LIBS = @LIBS@
78
79 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
80 LINK = $(CC) $(LDFLAGS) -o $@
81 fu_OBJECTS = getdate.o posixtm.o argmatch.o backupfile.o basename.o \
82 dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
83 group-member.o idcache.o isdir.o long-options.o makepath.o modechange.o \
84 obstack.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \
85 xgetcwd.o xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
86 LIBFILES =  libfu.a
87
88 AR = ar
89 RANLIB = @RANLIB@
90 HEADERS = $(noinst_HEADERS)
91
92 DIST_COMMON = Makefile.am Makefile.in alloca.c fileblocks.c fnmatch.c \
93 fsusage.c ftruncate.c mountlist.c
94
95
96 PACKAGE = @PACKAGE@
97 VERSION = @VERSION@
98
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
100         $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
101 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
102         $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
103 SOURCES = $(fu_SOURCES)
104 OBJECTS = $(fu_OBJECTS)
105
106 default: all
107
108
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
110         cd $(top_srcdir) && automake $(subdir)/Makefile
111
112 Makefile: $(top_builddir)/config.status Makefile.in
113         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
114
115 mostlyclean-noinstLIBRARIES:
116
117 clean-noinstLIBRARIES:
118         rm -f $(noinst_LIBFILES)
119
120 distclean-noinstLIBRARIES:
121
122 maintainer-clean-noinstLIBRARIES:
123
124 .c.o:
125         $(COMPILE) $<
126
127 mostlyclean-compile:
128         rm -f *.o core
129
130 clean-compile:
131
132 distclean-compile:
133         rm -f *.tab.c
134
135 maintainer-clean-compile:
136 $(fu_OBJECTS): ../config.h
137
138 libfu.a: $(fu_OBJECTS) $(fu_LIBADD)
139         rm -f libfu.a
140         $(AR) cru libfu.a $(fu_OBJECTS) $(fu_LIBADD)
141         $(RANLIB) libfu.a
142
143 ID: $(HEADERS) $(SOURCES)
144         here=`pwd` && cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
145
146 tags: TAGS
147
148 TAGS:
149         here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
150
151 mostlyclean-tags:
152
153 clean-tags:
154
155 distclean-tags:
156         rm -f TAGS ID
157
158 maintainer-clean-tags:
159
160 subdir = lib
161 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
162 dist: $(DEP_DISTFILES)
163         @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
164           test -f $(distdir)/$$file \
165           || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
166           || cp -p $(srcdir)/$$file $(distdir)/$$file; \
167         done
168 alloca.o: alloca.c
169 argmatch.o: argmatch.c
170 backupfile.o: backupfile.c backupfile.h
171 basename.o: basename.c
172 dirname.o: dirname.c
173 error.o: error.c
174 fileblocks.o: fileblocks.c
175 filemode.o: filemode.c
176 fnmatch.o: fnmatch.c
177 fsusage.o: fsusage.c fsusage.h
178 ftruncate.o: ftruncate.c
179 full-write.o: full-write.c
180 getdate.o: getdate.c
181 getopt.o: getopt.c
182 getopt1.o: getopt1.c getopt.h
183 getversion.o: getversion.c backupfile.h
184 group-member.o: group-member.c group-member.h
185 idcache.o: idcache.c
186 isdir.o: isdir.c
187 long-options.o: long-options.c long-options.h
188 makepath.o: makepath.c makepath.h
189 modechange.o: modechange.c modechange.h
190 mountlist.o: mountlist.c mountlist.h
191 obstack.o: obstack.c obstack.h
192 posixtm.o: posixtm.c
193 safe-read.o: safe-read.c
194 save-cwd.o: save-cwd.c ../config.h save-cwd.h error.h
195 savedir.o: savedir.c
196 stripslash.o: stripslash.c
197 userspec.o: userspec.c
198 xgetcwd.o: xgetcwd.c pathmax.h
199 xmalloc.o: xmalloc.c
200 xstrdup.o: xstrdup.c
201 xstrtol.o: xstrtol.c xstrtol.h
202 xstrtoul.o: xstrtoul.c xstrtol.c xstrtol.h
203 yesno.o: yesno.c
204
205 info:
206
207 dvi:
208
209 check: all
210
211 installcheck:
212
213 install-exec: 
214
215 install-data: 
216
217 install: install-exec install-data
218         @:
219
220 uninstall: 
221
222 all: $(LIBFILES) $(HEADERS) Makefile
223
224 install-strip:
225         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
226 installdirs:
227
228
229 mostlyclean-generic:
230         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
231
232 clean-generic:
233         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
234
235 distclean-generic:
236         rm -f Makefile $(DISTCLEANFILES)
237         rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
238
239 maintainer-clean-generic:
240         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
241         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
242 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
243                 mostlyclean-tags mostlyclean-generic
244
245 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
246                 mostlyclean 
247
248 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
249                 distclean-generic clean 
250         rm -f config.status
251
252 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
253                 maintainer-clean-compile maintainer-clean-tags \
254                 maintainer-clean-generic distclean 
255         @echo "This command is intended for maintainers to use;"
256         @echo "it deletes files that may require special tools to rebuild."
257
258 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
259 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
260 mostlyclean-compile distclean-compile clean-compile \
261 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
262 clean-tags maintainer-clean-tags dist info dvi check installcheck \
263 install-exec install-data install uninstall all installdirs \
264 mostlyclean-generic distclean-generic clean-generic \
265 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
266
267
268 # Since this directory contains two parsers, we have to be careful to avoid
269 # running two $(YACC)s during parallel makes.  See below.
270 getdate.c: getdate.y
271         @echo expect 10 shift/reduce conflicts
272         $(YACC) $(srcdir)/getdate.y
273         mv y.tab.c getdate.c
274
275 # Make the rename atomic, in case sed is interrupted and later rerun.
276 # The artificial dependency on getdate.c keeps the two parsers from being
277 # built in parallel.  Enforcing this little bit of sequentiality lets
278 # everyone (even those without bison) still run mostly parallel builds.
279 posixtm.c: posixtm.y getdate.c
280         $(YACC) $(srcdir)/posixtm.y
281         mv y.tab.c posixtm.tab.c
282         sed -e 's/yy/zz/g' posixtm.tab.c > tposixtm.c
283         mv tposixtm.c posixtm.c
284         rm -f posixtm.tab.c
285 .SUFFIXES:
286 .SUFFIXES: .c .o
287
288 # Tell versions [3.59,3.63) of GNU make to not export all variables.
289 # Otherwise a system limit (for SysV at least) may be exceeded.
290 .NOEXPORT: