]> git.saurik.com Git - bison.git/blame - lib/Makefile.in
2001-08-20 Robert Anisko <robert.anisko@epita.fr>
[bison.git] / lib / Makefile.in
CommitLineData
1e24cc5b 1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
705db0b5
AD
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 = :
1e24cc5b
AD
60host_alias = @host_alias@
61host_triplet = @host@
705db0b5 62AT_TESTPATH = @AT_TESTPATH@
1e24cc5b 63BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
705db0b5
AD
64CATALOGS = @CATALOGS@
65CATOBJEXT = @CATOBJEXT@
66CC = @CC@
67CPP = @CPP@
68DATADIRNAME = @DATADIRNAME@
69ECHO_C = @ECHO_C@
70ECHO_N = @ECHO_N@
71ECHO_T = @ECHO_T@
72GENCAT = @GENCAT@
1e24cc5b 73GLIBC21 = @GLIBC21@
705db0b5
AD
74GMOFILES = @GMOFILES@
75GMSGFMT = @GMSGFMT@
705db0b5 76INSTOBJEXT = @INSTOBJEXT@
1e24cc5b 77INTLBISON = @INTLBISON@
705db0b5
AD
78INTLLIBS = @INTLLIBS@
79INTLOBJS = @INTLOBJS@
1e24cc5b
AD
80INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
81LIBICONV = @LIBICONV@
705db0b5
AD
82LIBOBJS = @LIBOBJS@
83M4 = @M4@
84MAKEINFO = @MAKEINFO@
85MKINSTALLDIRS = @MKINSTALLDIRS@
86MSGFMT = @MSGFMT@
87PACKAGE = @PACKAGE@
88POFILES = @POFILES@
89POSUB = @POSUB@
90RANLIB = @RANLIB@
91U = @U@
92USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
93USE_NLS = @USE_NLS@
94VERSION = @VERSION@
95WARNING_CFLAGS = @WARNING_CFLAGS@
705db0b5
AD
96
97AUTOMAKE_OPTIONS = ansi2knr
98
99noinst_LIBRARIES = libbison.a
100
83cd972a 101INCLUDES = -I.. -I$(srcdir) -I../intl -I$(top_srcdir)/src
705db0b5 102
18569462
AD
103# Heck, we are still using an old version of Automake which does not
104# understand LIBOBJ additions using $objext...
105
106EXTRA_DIST = malloc.c realloc.c
107
83cd972a 108libbison_a_SOURCES = error.c error.h getopt.h getopt.c getopt1.c hash.h hash.c obstack.h obstack.c quote.h quote.c quotearg.h quotearg.c xalloc.h xmalloc.c xstrdup.c
705db0b5
AD
109
110
79282c6c 111libbison_a_LIBADD = @LIBOBJS@
705db0b5 112libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
1e24cc5b 113mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
705db0b5
AD
114CONFIG_HEADER = ../config.h
115CONFIG_CLEAN_FILES =
116LIBRARIES = $(noinst_LIBRARIES)
117
118
119DEFS = @DEFS@ -I. -I$(srcdir) -I..
120CPPFLAGS = @CPPFLAGS@
121LDFLAGS = @LDFLAGS@
122LIBS = @LIBS@
123ANSI2KNR = @ANSI2KNR@
83cd972a
RA
124libbison_a_OBJECTS = error$U.o getopt$U.o getopt1$U.o hash$U.o \
125obstack$U.o quote$U.o quotearg$U.o xmalloc$U.o xstrdup$U.o
705db0b5
AD
126AR = ar
127CFLAGS = @CFLAGS@
128COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129CCLD = $(CC)
130LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
79282c6c
AD
131DIST_COMMON = Makefile.am Makefile.in ansi2knr.1 ansi2knr.c memchr.c \
132stpcpy.c strndup.c strnlen.c strspn.c
705db0b5
AD
133
134
135DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
136
137TAR = tar
138GZIP_ENV = --best
83cd972a
RA
139DEP_FILES = .deps/error.P .deps/getopt.P .deps/getopt1.P .deps/hash.P \
140.deps/memchr.P .deps/obstack.P .deps/quote.P .deps/quotearg.P \
141.deps/stpcpy.P .deps/strndup.P .deps/strnlen.P .deps/strspn.P \
142.deps/xmalloc.P .deps/xstrdup.P
705db0b5
AD
143SOURCES = $(libbison_a_SOURCES)
144OBJECTS = $(libbison_a_OBJECTS)
145
146all: all-redirect
147.SUFFIXES:
148.SUFFIXES: .S .c .o .s
149$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
150 cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile
151
152Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
153 cd $(top_builddir) \
154 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
155
156
157mostlyclean-noinstLIBRARIES:
158
159clean-noinstLIBRARIES:
160 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
161
162distclean-noinstLIBRARIES:
163
164maintainer-clean-noinstLIBRARIES:
165
166.s.o:
167 $(COMPILE) -c $<
168
169.S.o:
170 $(COMPILE) -c $<
171
172mostlyclean-compile:
173 -rm -f *.o core *.core
174
175clean-compile:
176
177distclean-compile:
178 -rm -f *.tab.c
179
180maintainer-clean-compile:
181
182mostlyclean-krextra:
183
184clean-krextra:
185 -rm -f ansi2knr
186
187distclean-krextra:
188
189maintainer-clean-krextra:
190ansi2knr: ansi2knr.o
191 $(LINK) ansi2knr.o $(LIBS)
192ansi2knr.o: $(CONFIG_HEADER)
193
194
195mostlyclean-kr:
196 -rm -f *_.c
197
198clean-kr:
199
200distclean-kr:
201
202maintainer-clean-kr:
203
204libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
205 -rm -f libbison.a
206 $(AR) cru libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
207 $(RANLIB) libbison.a
208alloca_.c: alloca.c $(ANSI2KNR)
209 $(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
210error_.c: error.c $(ANSI2KNR)
211 $(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
212getopt_.c: getopt.c $(ANSI2KNR)
213 $(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
214getopt1_.c: getopt1.c $(ANSI2KNR)
215 $(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
83cd972a
RA
216hash_.c: hash.c $(ANSI2KNR)
217 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hash_.c
18569462
AD
218memchr_.c: memchr.c $(ANSI2KNR)
219 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c
705db0b5
AD
220obstack_.c: obstack.c $(ANSI2KNR)
221 $(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
222quote_.c: quote.c $(ANSI2KNR)
223 $(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
224quotearg_.c: quotearg.c $(ANSI2KNR)
225 $(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
18569462
AD
226stpcpy_.c: stpcpy.c $(ANSI2KNR)
227 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c
228strndup_.c: strndup.c $(ANSI2KNR)
229 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strndup.c; then echo $(srcdir)/strndup.c; else echo strndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strndup_.c
230strnlen_.c: strnlen.c $(ANSI2KNR)
231 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strnlen.c; then echo $(srcdir)/strnlen.c; else echo strnlen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strnlen_.c
53b74c0c
AD
232strspn_.c: strspn.c $(ANSI2KNR)
233 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c
705db0b5
AD
234xmalloc_.c: xmalloc.c $(ANSI2KNR)
235 $(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
236xstrdup_.c: xstrdup.c $(ANSI2KNR)
237 $(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
83cd972a
RA
238alloca_.o error_.o getopt_.o getopt1_.o hash_.o memchr_.o obstack_.o \
239quote_.o quotearg_.o stpcpy_.o strndup_.o strnlen_.o strspn_.o \
240xmalloc_.o xstrdup_.o : $(ANSI2KNR)
705db0b5
AD
241
242tags: TAGS
243
244ID: $(HEADERS) $(SOURCES) $(LISP)
245 list='$(SOURCES) $(HEADERS)'; \
246 unique=`for i in $$list; do echo $$i; done | \
247 awk ' { files[$$0] = 1; } \
248 END { for (i in files) print i; }'`; \
249 here=`pwd` && cd $(srcdir) \
250 && mkid -f$$here/ID $$unique $(LISP)
251
252TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
253 tags=; \
254 here=`pwd`; \
255 list='$(SOURCES) $(HEADERS)'; \
256 unique=`for i in $$list; do echo $$i; done | \
257 awk ' { files[$$0] = 1; } \
258 END { for (i in files) print i; }'`; \
259 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
260 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
261
262mostlyclean-tags:
263
264clean-tags:
265
266distclean-tags:
267 -rm -f TAGS ID
268
269maintainer-clean-tags:
270
271distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
272
273subdir = lib
274
275distdir: $(DISTFILES)
276 here=`cd $(top_builddir) && pwd`; \
277 top_distdir=`cd $(top_distdir) && pwd`; \
278 distdir=`cd $(distdir) && pwd`; \
279 cd $(top_srcdir) \
280 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile
281 @for file in $(DISTFILES); do \
282 d=$(srcdir); \
283 if test -d $$d/$$file; then \
284 cp -pr $$d/$$file $(distdir)/$$file; \
285 else \
286 test -f $(distdir)/$$file \
287 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
288 || cp -p $$d/$$file $(distdir)/$$file || :; \
289 fi; \
290 done
291
292DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
293
294-include $(DEP_FILES)
295
296mostlyclean-depend:
297
298clean-depend:
299
300distclean-depend:
301 -rm -rf .deps
302
303maintainer-clean-depend:
304
305%.o: %.c
306 @echo '$(COMPILE) -c $<'; \
307 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
308 @-cp .deps/$(*F).pp .deps/$(*F).P; \
309 tr ' ' '\012' < .deps/$(*F).pp \
310 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
311 >> .deps/$(*F).P; \
312 rm .deps/$(*F).pp
313
314%.lo: %.c
315 @echo '$(LTCOMPILE) -c $<'; \
316 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
317 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
318 < .deps/$(*F).pp > .deps/$(*F).P; \
319 tr ' ' '\012' < .deps/$(*F).pp \
320 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
321 >> .deps/$(*F).P; \
322 rm -f .deps/$(*F).pp
323info-am:
324info: info-am
325dvi-am:
326dvi: dvi-am
327check-am: all-am
328check: check-am
329installcheck-am:
330installcheck: installcheck-am
331install-exec-am:
332install-exec: install-exec-am
333
334install-data-am:
335install-data: install-data-am
336
337install-am: all-am
338 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
339install: install-am
340uninstall-am:
341uninstall: uninstall-am
342all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
343all-redirect: all-am
344install-strip:
345 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
346installdirs:
347
348
349mostlyclean-generic:
350
351clean-generic:
352
353distclean-generic:
354 -rm -f Makefile $(CONFIG_CLEAN_FILES)
355 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
356
357maintainer-clean-generic:
358mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
359 mostlyclean-krextra mostlyclean-kr mostlyclean-tags \
360 mostlyclean-depend mostlyclean-generic
361
362mostlyclean: mostlyclean-am
363
364clean-am: clean-noinstLIBRARIES clean-compile clean-krextra clean-kr \
365 clean-tags clean-depend clean-generic mostlyclean-am
366
367clean: clean-am
368
369distclean-am: distclean-noinstLIBRARIES distclean-compile \
370 distclean-krextra distclean-kr distclean-tags \
371 distclean-depend distclean-generic clean-am
372
373distclean: distclean-am
374
375maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
376 maintainer-clean-compile maintainer-clean-krextra \
377 maintainer-clean-kr maintainer-clean-tags \
378 maintainer-clean-depend maintainer-clean-generic \
379 distclean-am
380 @echo "This command is intended for maintainers to use;"
381 @echo "it deletes files that may require special tools to rebuild."
382
383maintainer-clean: maintainer-clean-am
384
385.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
386clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
387mostlyclean-compile distclean-compile clean-compile \
388maintainer-clean-compile mostlyclean-krextra distclean-krextra \
389clean-krextra maintainer-clean-krextra mostlyclean-kr distclean-kr \
390clean-kr maintainer-clean-kr tags mostlyclean-tags distclean-tags \
391clean-tags maintainer-clean-tags distdir mostlyclean-depend \
392distclean-depend clean-depend maintainer-clean-depend info-am info \
393dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
394install-exec install-data-am install-data install-am install \
395uninstall-am uninstall all-redirect all-am all installdirs \
396mostlyclean-generic distclean-generic clean-generic \
397maintainer-clean-generic clean mostlyclean distclean maintainer-clean
398
399
400# Tell versions [3.59,3.63) of GNU make to not export all variables.
401# Otherwise a system limit (for SysV at least) may be exceeded.
402.NOEXPORT: