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