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