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