c11e9bb7876574cc851938df8b9ee29ae40faa0b
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 0.32 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 posixtm.y rename.c rmdir.c \
46 stpcpy.c strcasecmp.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 mkinstalldirs = $(top_srcdir)/mkinstalldirs
65 CONFIG_HEADER = ../config.h
66 LIBRARIES = $(noinst_LIBRARIES)
67
68 noinst_LIBFILES = libfu.a
69
70 CC = @CC@
71 LEX = @LEX@
72 YACC = @YACC@
73
74 DEFS = @DEFS@ -I. -I$(srcdir) -I..
75 CPPFLAGS = @CPPFLAGS@
76 CFLAGS = @CFLAGS@
77 LDFLAGS = @LDFLAGS@
78 LIBS = @LIBS@
79
80 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
81 LINK = $(CC) $(LDFLAGS) -o $@
82 fu_OBJECTS = getdate.o posixtm.o argmatch.o backupfile.o basename.o \
83 dirname.o error.o fileblocks.o filemode.o full-write.o getversion.o \
84 group-member.o idcache.o isdir.o long-options.o makepath.o modechange.o \
85 obstack.o safe-read.o save-cwd.o savedir.o stripslash.o userspec.o \
86 xgetcwd.o xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
87 EXTRA_fu_SOURCES =
88 LIBFILES =  libfu.a
89 AR = ar
90 RANLIB = @RANLIB@
91 HEADERS = $(noinst_HEADERS)
92
93 DIST_COMMON = Makefile.am Makefile.in
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
104 TAR = tar
105 SOURCES = $(fu_SOURCES)
106 OBJECTS = $(fu_OBJECTS)
107
108 default: all
109
110
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
112         cd $(top_srcdir) && automake $(subdir)/Makefile
113
114 Makefile: $(top_builddir)/config.status Makefile.in
115         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
116
117 mostlyclean-noinstLIBRARIES:
118
119 clean-noinstLIBRARIES:
120         rm -f $(noinst_LIBFILES)
121
122 distclean-noinstLIBRARIES:
123
124 maintainer-clean-noinstLIBRARIES:
125
126 .c.o:
127         $(COMPILE) $<
128
129 mostlyclean-compile:
130         rm -f *.o core
131
132 clean-compile:
133
134 distclean-compile:
135         rm -f *.tab.c
136
137 maintainer-clean-compile:
138 $(fu_OBJECTS): ../config.h
139
140 libfu.a: $(fu_OBJECTS) $(fu_LIBADD)
141         rm -f libfu.a
142         $(AR) cru libfu.a $(fu_OBJECTS) $(fu_LIBADD)
143         $(RANLIB) libfu.a
144
145 ID: $(HEADERS) $(SOURCES)
146         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
147
148 tags: TAGS
149
150 TAGS:
151         here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
152
153 mostlyclean-tags:
154
155 clean-tags:
156
157 distclean-tags:
158         rm -f TAGS ID
159
160 maintainer-clean-tags:
161
162 subdir = lib
163 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
164 distdir: $(DEP_DISTFILES)
165         @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
166           test -f $(distdir)/$$file \
167           || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
168           || cp -p $(srcdir)/$$file $(distdir)/$$file; \
169         done
170 alloca.o: alloca.c
171 argmatch.o: argmatch.c
172 backupfile.o: backupfile.c backupfile.h
173 basename.o: basename.c
174 dirname.o: dirname.c
175 error.o: error.c
176 fileblocks.o: fileblocks.c
177 filemode.o: filemode.c
178 fnmatch.o: fnmatch.c
179 fsusage.o: fsusage.c fsusage.h
180 ftruncate.o: ftruncate.c
181 full-write.o: full-write.c
182 getdate.o: getdate.c
183 getopt.o: getopt.c
184 getopt1.o: getopt1.c getopt.h
185 getversion.o: getversion.c backupfile.h
186 group-member.o: group-member.c group-member.h
187 idcache.o: idcache.c
188 isdir.o: isdir.c
189 long-options.o: long-options.c long-options.h
190 makepath.o: makepath.c makepath.h
191 modechange.o: modechange.c modechange.h
192 mountlist.o: mountlist.c mountlist.h
193 obstack.o: obstack.c obstack.h
194 posixtm.o: posixtm.c
195 safe-read.o: safe-read.c
196 save-cwd.o: save-cwd.c ../config.h save-cwd.h error.h
197 savedir.o: savedir.c
198 stripslash.o: stripslash.c
199 userspec.o: userspec.c
200 xgetcwd.o: xgetcwd.c pathmax.h
201 xmalloc.o: xmalloc.c
202 xstrdup.o: xstrdup.c
203 xstrtol.o: xstrtol.c xstrtol.h
204 xstrtoul.o: xstrtoul.c xstrtol.c xstrtol.h
205 yesno.o: yesno.c
206
207 info:
208
209 dvi:
210
211 check: all
212
213 installcheck:
214
215 install-exec: 
216
217 install-data: 
218
219 install: install-exec install-data all
220         @:
221
222 uninstall: 
223
224 all: $(LIBFILES) $(HEADERS) Makefile
225
226 install-strip:
227         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
228 installdirs:
229
230
231 mostlyclean-generic:
232         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
233
234 clean-generic:
235         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
236
237 distclean-generic:
238         rm -f Makefile $(DISTCLEANFILES)
239         rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
240
241 maintainer-clean-generic:
242         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
243         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
244 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
245                 mostlyclean-tags mostlyclean-generic
246
247 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
248                 mostlyclean 
249
250 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
251                 distclean-generic clean 
252         rm -f config.status
253
254 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
255                 maintainer-clean-compile maintainer-clean-tags \
256                 maintainer-clean-generic distclean 
257         @echo "This command is intended for maintainers to use;"
258         @echo "it deletes files that may require special tools to rebuild."
259
260 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
261 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
262 mostlyclean-compile distclean-compile clean-compile \
263 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
264 clean-tags maintainer-clean-tags distdir info dvi check installcheck \
265 install-exec install-data install uninstall all installdirs \
266 mostlyclean-generic distclean-generic clean-generic \
267 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
268
269
270 # Since this directory contains two parsers, we have to be careful to avoid
271 # running two $(YACC)s during parallel makes.  See below.
272 getdate.c: getdate.y
273         @echo expect 10 shift/reduce conflicts
274         $(YACC) $(srcdir)/getdate.y
275         mv y.tab.c getdate.c
276
277 # Make the rename atomic, in case sed is interrupted and later rerun.
278 # The artificial dependency on getdate.c keeps the two parsers from being
279 # built in parallel.  Enforcing this little bit of sequentiality lets
280 # everyone (even those without bison) still run mostly parallel builds.
281 posixtm.c: posixtm.y getdate.c
282         $(YACC) $(srcdir)/posixtm.y
283         mv y.tab.c posixtm.tab.c
284         sed -e 's/yy/zz/g' posixtm.tab.c > tposixtm.c
285         mv tposixtm.c posixtm.c
286         rm -f posixtm.tab.c
287 .SUFFIXES:
288 .SUFFIXES: .c .o
289
290 # Tell versions [3.59,3.63) of GNU make to not export all variables.
291 # Otherwise a system limit (for SysV at least) may be exceeded.
292 .NOEXPORT: