.
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.1l 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 GENCAT = @GENCAT@
42 PERL = @PERL@
43 MV = @MV@
44 GMSGFMT = @GMSGFMT@
45 CC = @CC@
46 RANLIB = @RANLIB@
47 LN = @LN@
48 RM = @RM@
49
50 noinst_LIBRARIES = libfu.a
51
52 EXTRA_DIST = chown.c mkdir.c rmdir.c getline.c mktime.c strftime.c getgroups.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 getdate.h getline.h getopt.h group-member.h long-options.h \
68 makepath.h modechange.h 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 chown.c \
96 error.c error.h euidaccess.c fileblocks.c fnmatch.c fsusage.c \
97 ftruncate.c getdate.c getgroups.c getline.c group-member.c interlock \
98 memcmp.c memcpy.c memset.c mkdir.c mktime.c mountlist.c obstack.c \
99 obstack.h posixtm.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c \
100 rx.h stpcpy.c strcasecmp.c strdup.c strftime.c strndup.c strstr.c \
101 strtol.c strtoul.c ylwrap
102
103
104 PACKAGE = @PACKAGE@
105 VERSION = @VERSION@
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
108         $(TEXINFOS) $(MANS) $(EXTRA_DIST)
109
110 TAR = tar
111 DEP_FILES =  .deps/alloca.P .deps/argmatch.P .deps/backupfile.P \
112 .deps/basename.P .deps/chown.P .deps/dirname.P .deps/error.P \
113 .deps/euidaccess.P .deps/fileblocks.P .deps/filemode.P .deps/fnmatch.P \
114 .deps/fsusage.P .deps/ftruncate.P .deps/full-write.P .deps/getdate.P \
115 .deps/getgroups.P .deps/getline.P .deps/getopt.P .deps/getopt1.P \
116 .deps/getversion.P .deps/group-member.P .deps/idcache.P .deps/isdir.P \
117 .deps/long-options.P .deps/makepath.P .deps/memcmp.P .deps/memcpy.P \
118 .deps/memset.P .deps/mkdir.P .deps/mktime.P .deps/modechange.P \
119 .deps/mountlist.P .deps/obstack.P .deps/path-concat.P .deps/posixtm.P \
120 .deps/regex.P .deps/rename.P .deps/rmdir.P .deps/rpmatch.P .deps/rx.P \
121 .deps/safe-read.P .deps/save-cwd.P .deps/savedir.P .deps/stpcpy.P \
122 .deps/strcasecmp.P .deps/strdup.P .deps/strftime.P .deps/stripslash.P \
123 .deps/strndup.P .deps/strstr.P .deps/strtol.P .deps/strtoul.P \
124 .deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P \
125 .deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P
126 SOURCES = $(libfu_a_SOURCES)
127 OBJECTS = $(libfu_a_OBJECTS)
128
129 default: all
130
131 .SUFFIXES:
132 .SUFFIXES: .c .o .y
133 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
134         cd $(top_srcdir) && automake --gnu lib/Makefile
135
136 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
137         cd $(top_builddir) \
138           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
139
140
141 mostlyclean-noinstLIBRARIES:
142
143 clean-noinstLIBRARIES:
144         test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
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 $(libfu_a_OBJECTS): ../config.h
163
164 libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
165         rm -f libfu.a
166         $(AR) cru libfu.a $(libfu_a_OBJECTS) $(libfu_a_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 tags: TAGS
172
173 ID: $(HEADERS) $(SOURCES)
174         here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
175
176 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
177         tags=; \
178         here=`pwd`; \
179         list="$(SUBDIRS)"; for subdir in $$list; do \
180           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
181         done; \
182         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
183           || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS
184
185 mostlyclean-tags:
186
187 clean-tags:
188
189 distclean-tags:
190         rm -f TAGS ID
191
192 maintainer-clean-tags:
193
194 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
195
196 subdir = lib
197 distdir: $(DISTFILES)
198         @for file in $(DISTFILES); do \
199           d=$(srcdir); \
200           test -f $(distdir)/$$file \
201           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
202           || cp -p $$d/$$file $(distdir)/$$file; \
203         done
204
205 MKDEP = gcc -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
206
207 -include .deps/.P
208 .deps/.P:
209         test -d .deps || mkdir .deps
210         echo > $@
211
212 -include $(DEP_FILES)
213 $(DEP_FILES): .deps/.P
214
215 mostlyclean-depend:
216
217 clean-depend:
218
219 distclean-depend:
220
221 maintainer-clean-depend:
222         rm -rf .deps
223
224 .deps/%.P: $(srcdir)/%.c
225         @echo "Computing dependencies for $<..."
226         @o='o';                         \
227         test -n "$o" && o='$$o';        \
228         $(MKDEP) $< | sed "s/^\(.*\)\.o:/\1.$$o \1.l$$o:/" > $@
229 info:
230 dvi:
231 check: all
232         $(MAKE)
233 installcheck:
234 install-exec: 
235         $(NORMAL_INSTALL)
236
237 install-data: 
238         $(NORMAL_INSTALL)
239
240 install: install-exec install-data all
241         @:
242
243 uninstall: 
244
245 all: $(LIBRARIES) $(BUILT_SOURCES) $(HEADERS) Makefile
246
247 install-strip:
248         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
249 installdirs:
250
251
252 mostlyclean-generic:
253         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
254
255 clean-generic:
256         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
257
258 distclean-generic:
259         rm -f Makefile $(DISTCLEANFILES)
260         rm -f config.cache config.log stamp-h
261         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
262
263 maintainer-clean-generic:
264         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
265         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
266 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
267                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
268
269 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
270                 clean-generic mostlyclean
271
272 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
273                 distclean-depend distclean-generic clean
274         rm -f config.status
275
276 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
277                 maintainer-clean-compile maintainer-clean-tags \
278                 maintainer-clean-depend maintainer-clean-generic \
279                 distclean
280         @echo "This command is intended for maintainers to use;"
281         @echo "it deletes files that may require special tools to rebuild."
282
283 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
284 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
285 mostlyclean-compile distclean-compile clean-compile \
286 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
287 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
288 distclean-depend clean-depend maintainer-clean-depend info dvi \
289 installcheck install-exec install-data install uninstall all \
290 installdirs mostlyclean-generic distclean-generic clean-generic \
291 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
292
293
294 # Tell versions [3.59,3.63) of GNU make to not export all variables.
295 # Otherwise a system limit (for SysV at least) may be exceeded.
296 .NOEXPORT: