]> git.saurik.com Git - bison.git/blame - lib/Makefile.in
* lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
[bison.git] / lib / Makefile.in
CommitLineData
705db0b5
AD
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60AT_TESTPATH = @AT_TESTPATH@
61CATALOGS = @CATALOGS@
62CATOBJEXT = @CATOBJEXT@
63CC = @CC@
64CPP = @CPP@
65DATADIRNAME = @DATADIRNAME@
66ECHO_C = @ECHO_C@
67ECHO_N = @ECHO_N@
68ECHO_T = @ECHO_T@
69GENCAT = @GENCAT@
70GMOFILES = @GMOFILES@
71GMSGFMT = @GMSGFMT@
72GT_NO = @GT_NO@
73GT_YES = @GT_YES@
74INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
75INSTOBJEXT = @INSTOBJEXT@
76INTLDEPS = @INTLDEPS@
77INTLLIBS = @INTLLIBS@
78INTLOBJS = @INTLOBJS@
79LIBOBJS = @LIBOBJS@
80M4 = @M4@
81MAKEINFO = @MAKEINFO@
82MKINSTALLDIRS = @MKINSTALLDIRS@
83MSGFMT = @MSGFMT@
84PACKAGE = @PACKAGE@
85POFILES = @POFILES@
86POSUB = @POSUB@
87RANLIB = @RANLIB@
88U = @U@
89USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
90USE_NLS = @USE_NLS@
91VERSION = @VERSION@
92WARNING_CFLAGS = @WARNING_CFLAGS@
93l = @l@
94
95AUTOMAKE_OPTIONS = ansi2knr
96
97noinst_LIBRARIES = libbison.a
98
99INCLUDES = -I.. -I$(srcdir) -I../intl
100
101libbison_a_SOURCES = error.c error.h getopt.h getopt.c getopt1.c obstack.h obstack.c quote.h quote.c quotearg.h quotearg.c xalloc.h xmalloc.c xstrdup.c
102
103
104libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
105libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
106mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107CONFIG_HEADER = ../config.h
108CONFIG_CLEAN_FILES =
109LIBRARIES = $(noinst_LIBRARIES)
110
111
112DEFS = @DEFS@ -I. -I$(srcdir) -I..
113CPPFLAGS = @CPPFLAGS@
114LDFLAGS = @LDFLAGS@
115LIBS = @LIBS@
116ANSI2KNR = @ANSI2KNR@
117libbison_a_OBJECTS = error$U.o getopt$U.o getopt1$U.o obstack$U.o \
118quote$U.o quotearg$U.o xmalloc$U.o xstrdup$U.o
119AR = ar
120CFLAGS = @CFLAGS@
121COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122CCLD = $(CC)
123LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
124DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c
125
126
127DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
128
129TAR = tar
130GZIP_ENV = --best
131DEP_FILES = .deps/alloca.P .deps/error.P .deps/getopt.P .deps/getopt1.P \
132.deps/obstack.P .deps/quote.P .deps/quotearg.P .deps/xmalloc.P \
133.deps/xstrdup.P
134SOURCES = $(libbison_a_SOURCES)
135OBJECTS = $(libbison_a_OBJECTS)
136
137all: all-redirect
138.SUFFIXES:
139.SUFFIXES: .S .c .o .s
140$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
141 cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile
142
143Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
144 cd $(top_builddir) \
145 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
146
147
148mostlyclean-noinstLIBRARIES:
149
150clean-noinstLIBRARIES:
151 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
152
153distclean-noinstLIBRARIES:
154
155maintainer-clean-noinstLIBRARIES:
156
157.s.o:
158 $(COMPILE) -c $<
159
160.S.o:
161 $(COMPILE) -c $<
162
163mostlyclean-compile:
164 -rm -f *.o core *.core
165
166clean-compile:
167
168distclean-compile:
169 -rm -f *.tab.c
170
171maintainer-clean-compile:
172
173mostlyclean-krextra:
174
175clean-krextra:
176 -rm -f ansi2knr
177
178distclean-krextra:
179
180maintainer-clean-krextra:
181ansi2knr: ansi2knr.o
182 $(LINK) ansi2knr.o $(LIBS)
183ansi2knr.o: $(CONFIG_HEADER)
184
185
186mostlyclean-kr:
187 -rm -f *_.c
188
189clean-kr:
190
191distclean-kr:
192
193maintainer-clean-kr:
194
195libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
196 -rm -f libbison.a
197 $(AR) cru libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
198 $(RANLIB) libbison.a
199alloca_.c: alloca.c $(ANSI2KNR)
200 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c
201error_.c: error.c $(ANSI2KNR)
202 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c
203getopt_.c: getopt.c $(ANSI2KNR)
204 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c
205getopt1_.c: getopt1.c $(ANSI2KNR)
206 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c
207obstack_.c: obstack.c $(ANSI2KNR)
208 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c
209quote_.c: quote.c $(ANSI2KNR)
210 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quote.c; then echo $(srcdir)/quote.c; else echo quote.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quote_.c
211quotearg_.c: quotearg.c $(ANSI2KNR)
212 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c
213xmalloc_.c: xmalloc.c $(ANSI2KNR)
214 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c
215xstrdup_.c: xstrdup.c $(ANSI2KNR)
216 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c
217alloca_.o error_.o getopt_.o getopt1_.o obstack_.o quote_.o quotearg_.o \
218xmalloc_.o xstrdup_.o : $(ANSI2KNR)
219
220tags: TAGS
221
222ID: $(HEADERS) $(SOURCES) $(LISP)
223 list='$(SOURCES) $(HEADERS)'; \
224 unique=`for i in $$list; do echo $$i; done | \
225 awk ' { files[$$0] = 1; } \
226 END { for (i in files) print i; }'`; \
227 here=`pwd` && cd $(srcdir) \
228 && mkid -f$$here/ID $$unique $(LISP)
229
230TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
231 tags=; \
232 here=`pwd`; \
233 list='$(SOURCES) $(HEADERS)'; \
234 unique=`for i in $$list; do echo $$i; done | \
235 awk ' { files[$$0] = 1; } \
236 END { for (i in files) print i; }'`; \
237 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
239
240mostlyclean-tags:
241
242clean-tags:
243
244distclean-tags:
245 -rm -f TAGS ID
246
247maintainer-clean-tags:
248
249distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
251subdir = lib
252
253distdir: $(DISTFILES)
254 here=`cd $(top_builddir) && pwd`; \
255 top_distdir=`cd $(top_distdir) && pwd`; \
256 distdir=`cd $(distdir) && pwd`; \
257 cd $(top_srcdir) \
258 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile
259 @for file in $(DISTFILES); do \
260 d=$(srcdir); \
261 if test -d $$d/$$file; then \
262 cp -pr $$d/$$file $(distdir)/$$file; \
263 else \
264 test -f $(distdir)/$$file \
265 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
266 || cp -p $$d/$$file $(distdir)/$$file || :; \
267 fi; \
268 done
269
270DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
271
272-include $(DEP_FILES)
273
274mostlyclean-depend:
275
276clean-depend:
277
278distclean-depend:
279 -rm -rf .deps
280
281maintainer-clean-depend:
282
283%.o: %.c
284 @echo '$(COMPILE) -c $<'; \
285 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
286 @-cp .deps/$(*F).pp .deps/$(*F).P; \
287 tr ' ' '\012' < .deps/$(*F).pp \
288 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
289 >> .deps/$(*F).P; \
290 rm .deps/$(*F).pp
291
292%.lo: %.c
293 @echo '$(LTCOMPILE) -c $<'; \
294 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
295 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
296 < .deps/$(*F).pp > .deps/$(*F).P; \
297 tr ' ' '\012' < .deps/$(*F).pp \
298 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
299 >> .deps/$(*F).P; \
300 rm -f .deps/$(*F).pp
301info-am:
302info: info-am
303dvi-am:
304dvi: dvi-am
305check-am: all-am
306check: check-am
307installcheck-am:
308installcheck: installcheck-am
309install-exec-am:
310install-exec: install-exec-am
311
312install-data-am:
313install-data: install-data-am
314
315install-am: all-am
316 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317install: install-am
318uninstall-am:
319uninstall: uninstall-am
320all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
321all-redirect: all-am
322install-strip:
323 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324installdirs:
325
326
327mostlyclean-generic:
328
329clean-generic:
330
331distclean-generic:
332 -rm -f Makefile $(CONFIG_CLEAN_FILES)
333 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
334
335maintainer-clean-generic:
336mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
337 mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
338 mostlyclean-depend mostlyclean-generic
339
340mostlyclean: mostlyclean-am
341
342clean-am: clean-noinstLIBRARIES clean-compile clean-krextra clean-kr \
343 clean-tags clean-depend clean-generic mostlyclean-am
344
345clean: clean-am
346
347distclean-am: distclean-noinstLIBRARIES distclean-compile \
348 distclean-krextra distclean-kr distclean-tags \
349 distclean-depend distclean-generic clean-am
350
351distclean: distclean-am
352
353maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
354 maintainer-clean-compile maintainer-clean-krextra \
355 maintainer-clean-kr maintainer-clean-tags \
356 maintainer-clean-depend maintainer-clean-generic \
357 distclean-am
358 @echo "This command is intended for maintainers to use;"
359 @echo "it deletes files that may require special tools to rebuild."
360
361maintainer-clean: maintainer-clean-am
362
363.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
364clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
365mostlyclean-compile distclean-compile clean-compile \
366maintainer-clean-compile mostlyclean-krextra distclean-krextra \
367clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
368clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
369clean-tags maintainer-clean-tags distdir mostlyclean-depend \
370distclean-depend clean-depend maintainer-clean-depend info-am info \
371dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
372install-exec install-data-am install-data install-am install \
373uninstall-am uninstall all-redirect all-am all installdirs \
374mostlyclean-generic distclean-generic clean-generic \
375maintainer-clean-generic clean mostlyclean distclean maintainer-clean
376
377
378# Tell versions [3.59,3.63) of GNU make to not export all variables.
379# Otherwise a system limit (for SysV at least) may be exceeded.
380.NOEXPORT: