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