791ff3ca16e306f1f57b34020bbad5916eab9c97
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.1g 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 YACC = @YACC@
41 DF_PROG = @DF_PROG@
42 PERL = @PERL@
43 MV = @MV@
44 CC = @CC@
45 RANLIB = @RANLIB@
46 MVDIR_PROG = @MVDIR_PROG@
47 LN = @LN@
48 RM = @RM@
49
50 noinst_LIBRARIES = fu
51
52 EXTRA_DIST = mkdir.c rmdir.c getline.c
53
54 INCLUDES = -I.. -I$(srcdir) -I../intl
55
56 fu_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
57 argmatch.c backupfile.c dirname.c filemode.c \
58 full-write.c getversion.c idcache.c \
59 isdir.c long-options.c makepath.c modechange.c path-concat.c \
60 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
61 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
62
63 fu_LIBADD = @LIBOBJS@ @ALLOCA@
64 fu_DEPENDENCIES = $(fu_LIBADD)
65
66 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
67 getline.h getopt.h group-member.h long-options.h makepath.h modechange.h \
68 mountlist.h path-concat.h pathmax.h \
69 save-cwd.h xstrtol.h xstrtoul.h
70
71 BUILT_SOURCES = getdate.c posixtm.c
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73 CONFIG_HEADER = ../config.h
74 CONFIG_CLEAN_FILES = 
75 LIBRARIES =  $(noinst_LIBRARIES)
76
77 noinst_LIBFILES =  libfu.a
78
79 DEFS = @DEFS@ -I. -I$(srcdir) -I..
80 CPPFLAGS = @CPPFLAGS@
81 LDFLAGS = @LDFLAGS@
82 LIBS = @LIBS@
83 fu_OBJECTS =  getdate.o posixtm.o getopt.o getopt1.o argmatch.o \
84 backupfile.o dirname.o filemode.o full-write.o getversion.o idcache.o \
85 isdir.o long-options.o makepath.o modechange.o path-concat.o \
86 safe-read.o save-cwd.o savedir.o stripslash.o userspec.o xgetcwd.o \
87 xmalloc.o xstrdup.o xstrtol.o xstrtoul.o yesno.o
88 EXTRA_fu_SOURCES = 
89 LIBFILES  =  $(pkglib_LIBFILES) $(noinst_LIBFILES) $(check_LIBFILES) \
90 $(lib_LIBFILES)
91 AR = ar
92 INTERLOCK = ./interlock
93 YLWRAP = ./ylwrap
94 CFLAGS = @CFLAGS@
95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
96 LINK = $(CC) $(LDFLAGS) -o $@
97 HEADERS =  $(noinst_HEADERS)
98
99 DIST_COMMON =  Makefile.am Makefile.in alloca.c basename.c error.c \
100 error.h euidaccess.c fileblocks.c fsusage.c ftruncate.c getdate.c \
101 group-member.c interlock memcmp.c memcpy.c memset.c mkdir.c mktime.c \
102 mountlist.c obstack.c obstack.h posixtm.c regex.c regex.h rename.c \
103 rmdir.c rpmatch.c rx.c rx.h stpcpy.c strcasecmp.c strdup.c strndup.c \
104 strstr.c strtol.c strtoul.c ylwrap
105
106
107 PACKAGE = @PACKAGE@
108 VERSION = @VERSION@
109
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
111         $(TEXINFOS) $(MANS) $(EXTRA_DIST)
112
113 TAR = tar
114 DEP_FILES =  .deps/alloca.P .deps/argmatch.P .deps/backupfile.P \
115 .deps/basename.P .deps/dirname.P .deps/error.P .deps/euidaccess.P \
116 .deps/fileblocks.P .deps/filemode.P .deps/fsusage.P .deps/ftruncate.P \
117 .deps/full-write.P .deps/getdate.P .deps/getopt.P .deps/getopt1.P \
118 .deps/getversion.P .deps/group-member.P .deps/idcache.P .deps/isdir.P \
119 .deps/long-options.P .deps/makepath.P .deps/memcmp.P .deps/memcpy.P \
120 .deps/memset.P .deps/mkdir.P .deps/mktime.P .deps/modechange.P \
121 .deps/mountlist.P .deps/obstack.P .deps/path-concat.P .deps/posixtm.P \
122 .deps/regex.P .deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \
123 .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stpcpy.P \
124 .deps/strcasecmp.P .deps/strdup.P .deps/stripslash.P .deps/strndup.P \
125 .deps/strstr.P .deps/strtol.P .deps/strtoul.P .deps/userspec.P \
126 .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P .deps/xstrtol.P \
127 .deps/xstrtoul.P .deps/yesno.P
128 SOURCES = $(fu_SOURCES)
129 OBJECTS = $(fu_OBJECTS)
130
131 default: all
132
133
134 $(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
135         cd $(top_srcdir) && automake --strictness=gnu $(subdir)/Makefile
136
137 Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES)
138         cd $(top_builddir) \
139           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
140
141 mostlyclean-noinstLIBRARIES:
142
143 clean-noinstLIBRARIES:
144         test -z "$(noinst_LIBFILES)" || rm -f $(noinst_LIBFILES)
145
146 distclean-noinstLIBRARIES:
147
148 maintainer-clean-noinstLIBRARIES:
149
150 .c.o:
151         $(COMPILE) -c $<
152
153 mostlyclean-compile:
154         rm -f *.o core
155
156 clean-compile:
157
158 distclean-compile:
159         rm -f *.tab.c
160
161 maintainer-clean-compile:
162 $(fu_OBJECTS): ../config.h
163
164 libfu.a: $(fu_OBJECTS) $(fu_DEPENDENCIES)
165         rm -f libfu.a
166         $(AR) cru libfu.a $(fu_OBJECTS) $(fu_LIBADD)
167         $(RANLIB) libfu.a
168 .y.c:
169         $(SHELL) $(INTERLOCK) =yacclockdir $(YLWRAP) "$(YACC)" y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS) $<
170
171 ID: $(HEADERS) $(SOURCES)
172         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
173
174 tags: TAGS
175
176 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
177         here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
178
179 mostlyclean-tags:
180
181 clean-tags:
182
183 distclean-tags:
184         rm -f TAGS ID
185
186 maintainer-clean-tags:
187
188 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
189
190 subdir = lib
191 distdir: $(DISTFILES)
192         @for file in $(DISTFILES); do \
193           d=$(srcdir); \
194           test -f $(distdir)/$$file \
195           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
196           || cp -p $$d/$$file $(distdir)/$$file; \
197         done
198
199 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
200
201 -include .deps/.P
202 .deps/.P:
203         test -d .deps || mkdir .deps
204         echo > $@
205
206 -include $(DEP_FILES)
207 $(DEP_FILES): .deps/.P
208
209 mostlyclean-depend:
210
211 clean-depend:
212
213 distclean-depend:
214
215 maintainer-clean-depend:
216         rm -rf .deps
217
218 .deps/%.P: $(srcdir)/%.c
219         $(MKDEP) $< > $@-tmp
220         if test -n "$o"; then                   \
221           sed 's/\.o:/$$o:/' $@-tmp > $@;       \
222           rm $@-tmp;                            \
223         else                                    \
224           mv $@-tmp $@;                         \
225         fi
226 info:
227 dvi:
228 check: all
229 installcheck:
230 install-exec: 
231         $(NORMAL_INSTALL)
232
233 install-data: 
234         $(NORMAL_INSTALL)
235
236 install: install-exec install-data all
237         @:
238
239 uninstall: 
240
241 all: $(LIBFILES) $(BUILT_SOURCES) $(HEADERS) Makefile
242
243 install-strip:
244         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
245 installdirs:
246
247
248 mostlyclean-generic:
249         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
250
251 clean-generic:
252         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
253
254 distclean-generic:
255         rm -f Makefile $(DISTCLEANFILES)
256         rm -f config.cache config.log stamp-h
257         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
258
259 maintainer-clean-generic:
260         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
261         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
262 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
263                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
264
265 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
266                 clean-generic mostlyclean 
267
268 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
269                 distclean-depend distclean-generic clean 
270         rm -f config.status
271
272 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
273                 maintainer-clean-compile maintainer-clean-tags \
274                 maintainer-clean-depend maintainer-clean-generic \
275                 distclean 
276         @echo "This command is intended for maintainers to use;"
277         @echo "it deletes files that may require special tools to rebuild."
278
279 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
280 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
281 mostlyclean-compile distclean-compile clean-compile \
282 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
283 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
284 distclean-depend clean-depend maintainer-clean-depend info dvi check \
285 installcheck install-exec install-data install uninstall all \
286 installdirs mostlyclean-generic distclean-generic clean-generic \
287 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
288
289 .SUFFIXES:
290 .SUFFIXES: .c .o .y
291
292 # Tell versions [3.59,3.63) of GNU make to not export all variables.
293 # Otherwise a system limit (for SysV at least) may be exceeded.
294 .NOEXPORT: