]> git.saurik.com Git - bison.git/blob - Makefile.in
* src/reader.c (parse_skel_decl): New.
[bison.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 INSTALL_HEADER = $(INSTALL_DATA)
51 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 host_alias = @host_alias@
59 host_triplet = @host@
60 AMTAR = @AMTAR@
61 AT_TESTPATH = @AT_TESTPATH@
62 AWK = @AWK@
63 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
64 CATALOGS = @CATALOGS@
65 CATOBJEXT = @CATOBJEXT@
66 CC = @CC@
67 CPP = @CPP@
68 DATADIRNAME = @DATADIRNAME@
69 DEPDIR = @DEPDIR@
70 ECHO_C = @ECHO_C@
71 ECHO_N = @ECHO_N@
72 ECHO_T = @ECHO_T@
73 EXEEXT = @EXEEXT@
74 GENCAT = @GENCAT@
75 GLIBC21 = @GLIBC21@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLBISON = @INTLBISON@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
84 LIBICONV = @LIBICONV@
85 LIBOBJS = @LIBOBJS@
86 M4 = @M4@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 OBJEXT = @OBJEXT@
90 PACKAGE = @PACKAGE@
91 POFILES = @POFILES@
92 POSUB = @POSUB@
93 RANLIB = @RANLIB@
94 U = @U@
95 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
96 USE_NLS = @USE_NLS@
97 VERSION = @VERSION@
98 WARNING_CFLAGS = @WARNING_CFLAGS@
99 am__include = @am__include@
100 am__quote = @am__quote@
101 install_sh = @install_sh@
102
103 AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha
104
105 ACLOCAL_AMFLAGS = -I m4
106
107 SUBDIRS = config intl po lib src doc m4 tests
108
109 EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile
110
111 DISTCLEANFILES = intl/libintl.h
112
113 move_if_change = $(srcdir)/config/move-if-change
114 prev_version_file = $(srcdir)/config/prev-version.txt
115 release_archive_dir = releases
116
117 # Uploading betas.
118 hosts = alpha
119 alpha_host = alpha.gnu.org
120 alpha_url_dir = gnu/bison
121
122 # Files to update automatically.
123 wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
124 $(srcdir)/config/texinfo.tex
125
126 subdir = .
127 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
128 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
129 CONFIG_HEADER = config.h
130 CONFIG_CLEAN_FILES = intl/Makefile
131 DIST_SOURCES =
132
133 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
134 uninstall-info-recursive all-recursive install-data-recursive \
135 install-exec-recursive installdirs-recursive install-recursive \
136 uninstall-recursive check-recursive installcheck-recursive
137 DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
138 INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS \
139 aclocal.m4 config.hin configure configure.in missing \
140 mkinstalldirs
141 DIST_SUBDIRS = $(SUBDIRS)
142 all: config.h
143 $(MAKE) $(AM_MAKEFLAGS) all-recursive
144
145 .SUFFIXES:
146 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
147 cd $(top_srcdir) && \
148 $(AUTOMAKE) --gnu Makefile
149 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
150 cd $(top_builddir) && \
151 CONFIG_HEADERS= CONFIG_LINKS= \
152 CONFIG_FILES=$@ $(SHELL) ./config.status
153
154 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
155 $(SHELL) ./config.status --recheck
156 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
157 cd $(srcdir) && $(AUTOCONF)
158
159 $(ACLOCAL_M4): configure.in m4/atconfig.m4 m4/c-bs-a.m4 m4/codeset.m4 m4/error.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/m4.m4 m4/malloc.m4 m4/mbstate_t.m4 m4/prereq.m4 m4/progtest.m4 m4/realloc.m4 m4/strerror_r.m4 m4/warning.m4
160 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
161 config.h: stamp-h
162 @if test ! -f $@; then \
163 rm -f stamp-h; \
164 $(MAKE) stamp-h; \
165 else :; fi
166 stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status
167 @rm -f stamp-h stamp-hT
168 @echo timestamp > stamp-hT 2> /dev/null
169 cd $(top_builddir) \
170 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \
171 $(SHELL) ./config.status
172 @mv stamp-hT stamp-h
173 $(srcdir)/config.hin: $(srcdir)/./stamp-h.in
174 @if test ! -f $@; then \
175 rm -f $(srcdir)/./stamp-h.in; \
176 $(MAKE) $(srcdir)/./stamp-h.in; \
177 else :; fi
178 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
179 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
180 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
181 cd $(top_srcdir) && $(AUTOHEADER)
182 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
183
184 distclean-hdr:
185 -rm -f config.h
186 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
187 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
188 uninstall-info-am:
189
190 # This directory's subdirectories are mostly independent; you can cd
191 # into them and run `make' without going through this Makefile.
192 # To change the values of `make' variables: instead of editing Makefiles,
193 # (1) if the variable is set in `config.status', edit `config.status'
194 # (which will cause the Makefiles to be regenerated when you run `make');
195 # (2) otherwise, pass the desired values on the `make' command line.
196 $(RECURSIVE_TARGETS):
197 @set fnord $(MAKEFLAGS); amf=$$2; \
198 dot_seen=no; \
199 target=`echo $@ | sed s/-recursive//`; \
200 list='$(SUBDIRS)'; for subdir in $$list; do \
201 echo "Making $$target in $$subdir"; \
202 if test "$$subdir" = "."; then \
203 dot_seen=yes; \
204 local_target="$$target-am"; \
205 else \
206 local_target="$$target"; \
207 fi; \
208 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
209 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
210 done; \
211 if test "$$dot_seen" = "no"; then \
212 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
213 fi; test -z "$$fail"
214
215 mostlyclean-recursive clean-recursive distclean-recursive \
216 maintainer-clean-recursive:
217 @set fnord $(MAKEFLAGS); amf=$$2; \
218 dot_seen=no; \
219 case "$@" in \
220 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
221 *) list='$(SUBDIRS)' ;; \
222 esac; \
223 rev=''; for subdir in $$list; do \
224 if test "$$subdir" = "."; then :; else \
225 rev="$$subdir $$rev"; \
226 fi; \
227 done; \
228 rev="$$rev ."; \
229 target=`echo $@ | sed s/-recursive//`; \
230 for subdir in $$rev; do \
231 echo "Making $$target in $$subdir"; \
232 if test "$$subdir" = "."; then \
233 local_target="$$target-am"; \
234 else \
235 local_target="$$target"; \
236 fi; \
237 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
238 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
239 done && test -z "$$fail"
240 tags-recursive:
241 list='$(SUBDIRS)'; for subdir in $$list; do \
242 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
243 done
244
245 tags: TAGS
246
247 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
248 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
249 unique=`for i in $$list; do \
250 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251 done | \
252 $(AWK) ' { files[$$0] = 1; } \
253 END { for (i in files) print i; }'`; \
254 mkid -fID $$unique $(LISP)
255
256 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
257 $(TAGS_FILES) $(LISP)
258 tags=; \
259 here=`pwd`; \
260 list='$(SUBDIRS)'; for subdir in $$list; do \
261 if test "$$subdir" = .; then :; else \
262 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
263 fi; \
264 done; \
265 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
266 unique=`for i in $$list; do \
267 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268 done | \
269 $(AWK) ' { files[$$0] = 1; } \
270 END { for (i in files) print i; }'`; \
271 test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \
272 || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP)
273
274 GTAGS:
275 here=`CDPATH=: && cd $(top_builddir) && pwd` \
276 && cd $(top_srcdir) \
277 && gtags -i $(GTAGS_ARGS) $$here
278
279 distclean-tags:
280 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
281
282 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
283
284 top_distdir = .
285 # Avoid unsightly `./'.
286 distdir = $(PACKAGE)-$(VERSION)
287
288 GZIP_ENV = --best
289
290 distdir: $(DISTFILES)
291 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \
292 then :; else \
293 echo "NEWS not updated; not releasing" 1>&2; \
294 exit 1; \
295 fi
296 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
297 mkdir $(distdir)
298 $(mkinstalldirs) $(distdir)/intl $(distdir)/po $(distdir)/tests
299 @for file in $(DISTFILES); do \
300 if test -f $$file; then d=.; else d=$(srcdir); fi; \
301 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
302 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
303 $(mkinstalldirs) "$(distdir)/$$dir"; \
304 fi; \
305 if test -d $$d/$$file; then \
306 cp -pR $$d/$$file $(distdir) \
307 || exit 1; \
308 else \
309 test -f $(distdir)/$$file \
310 || cp -p $$d/$$file $(distdir)/$$file \
311 || exit 1; \
312 fi; \
313 done
314 for subdir in $(SUBDIRS); do \
315 if test "$$subdir" = .; then :; else \
316 test -d $(distdir)/$$subdir \
317 || mkdir $(distdir)/$$subdir \
318 || exit 1; \
319 (cd $$subdir && \
320 $(MAKE) $(AM_MAKEFLAGS) \
321 top_distdir="$(top_distdir)" \
322 distdir=../$(distdir)/$$subdir \
323 distdir) \
324 || exit 1; \
325 fi; \
326 done
327 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
328 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
329 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
330 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
331 || chmod -R a+r $(distdir)
332 dist: distdir
333 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
334 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
335
336 # This target untars the dist file and tries a VPATH configuration. Then
337 # it guarantees that the distribution is self-contained by making another
338 # tarfile.
339 distcheck: dist
340 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
341 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
342 chmod -R a-w $(distdir); chmod a+w $(distdir)
343 mkdir $(distdir)/=build
344 mkdir $(distdir)/=inst
345 chmod a-w $(distdir)
346 dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
347 && cd $(distdir)/=build \
348 && ../configure --srcdir=.. --prefix=$$dc_install_base \
349 --with-included-gettext \
350 && $(MAKE) $(AM_MAKEFLAGS) \
351 && $(MAKE) $(AM_MAKEFLAGS) dvi \
352 && $(MAKE) $(AM_MAKEFLAGS) check \
353 && $(MAKE) $(AM_MAKEFLAGS) install \
354 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
355 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
356 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
357 || (echo "Error: files left after uninstall" 1>&2; \
358 exit 1) ) \
359 && $(MAKE) $(AM_MAKEFLAGS) dist \
360 && $(MAKE) $(AM_MAKEFLAGS) distclean \
361 && rm -f $(distdir).tar.gz \
362 && (test `find . -type f -print | wc -l` -eq 0 \
363 || (echo "Error: files left after distclean" 1>&2; \
364 exit 1) )
365 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
366 @echo "$(distdir).tar.gz is ready for distribution" | \
367 sed 'h;s/./=/g;p;x;p;x'
368 check-am: all-am
369 check: check-recursive
370 all-am: Makefile config.h
371 installdirs: installdirs-recursive
372 installdirs-am:
373
374 install: install-recursive
375 install-exec: install-exec-recursive
376 install-data: install-data-recursive
377 uninstall: uninstall-recursive
378
379 install-am: all-am
380 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381
382 installcheck: installcheck-recursive
383 install-strip:
384 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385 `test -z '$(STRIP)' || \
386 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387 mostlyclean-generic:
388
389 clean-generic:
390
391 distclean-generic:
392 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
393 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
394
395 maintainer-clean-generic:
396 @echo "This command is intended for maintainers to use"
397 @echo "it deletes files that may require special tools to rebuild."
398 clean: clean-recursive
399
400 clean-am: clean-generic mostlyclean-am
401
402 dist-all: distdir
403 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
404 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
405 distclean: distclean-recursive
406 -rm -f config.status config.cache config.log
407 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
408
409 dvi: dvi-recursive
410
411 dvi-am:
412
413 info: info-recursive
414
415 info-am:
416
417 install-data-am:
418
419 install-exec-am:
420
421 install-info: install-info-recursive
422
423 install-man:
424
425 installcheck-am:
426
427 maintainer-clean: maintainer-clean-recursive
428
429 maintainer-clean-am: distclean-am maintainer-clean-generic
430
431 mostlyclean: mostlyclean-recursive
432
433 mostlyclean-am: mostlyclean-generic
434
435 uninstall-am: uninstall-info-am
436
437 uninstall-info: uninstall-info-recursive
438
439 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
440 clean-generic clean-recursive dist dist-all distcheck distclean \
441 distclean-generic distclean-hdr distclean-recursive \
442 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
443 info-recursive install install-am install-data install-data-am \
444 install-data-recursive install-exec install-exec-am \
445 install-exec-recursive install-info install-info-am \
446 install-info-recursive install-man install-recursive \
447 install-strip installcheck installcheck-am installdirs \
448 installdirs-am installdirs-recursive maintainer-clean \
449 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
450 mostlyclean-generic mostlyclean-recursive tags tags-recursive \
451 uninstall uninstall-am uninstall-info-am \
452 uninstall-info-recursive uninstall-recursive
453
454 # Tell versions [3.59,3.63) of GNU make to not export all variables.
455 # Otherwise a system limit (for SysV at least) may be exceeded.
456 .NOEXPORT: