]> git.saurik.com Git - bison.git/blame_incremental - tests/Makefile.in
* tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
[bison.git] / tests / Makefile.in
... / ...
CommitLineData
1# Makefile.in generated by automake 1.5a from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
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
17SHELL = @SHELL@
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22prefix = @prefix@
23exec_prefix = @exec_prefix@
24
25bindir = @bindir@
26sbindir = @sbindir@
27libexecdir = @libexecdir@
28datadir = @datadir@
29sysconfdir = @sysconfdir@
30sharedstatedir = @sharedstatedir@
31localstatedir = @localstatedir@
32libdir = @libdir@
33infodir = @infodir@
34mandir = @mandir@
35includedir = @includedir@
36oldincludedir = /usr/include
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40top_builddir = ..
41
42ACLOCAL = @ACLOCAL@
43AUTOCONF = @AUTOCONF@
44AUTOMAKE = @AUTOMAKE@
45AUTOHEADER = @AUTOHEADER@
46
47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62
63EXEEXT = @EXEEXT@
64OBJEXT = @OBJEXT@
65PATH_SEPARATOR = @PATH_SEPARATOR@
66AMTAR = @AMTAR@
67AWK = @AWK@
68BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
69CATALOGS = @CATALOGS@
70CATOBJEXT = @CATOBJEXT@
71CC = @CC@
72CPP = @CPP@
73DATADIRNAME = @DATADIRNAME@
74DEPDIR = @DEPDIR@
75GCC = @GCC@
76GENCAT = @GENCAT@
77GLIBC21 = @GLIBC21@
78GMOFILES = @GMOFILES@
79GMSGFMT = @GMSGFMT@
80INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81INSTOBJEXT = @INSTOBJEXT@
82INTLBISON = @INTLBISON@
83INTLLIBS = @INTLLIBS@
84INTLOBJS = @INTLOBJS@
85INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
86LIB = @LIB@
87LIBICONV = @LIBICONV@
88M4 = @M4@
89MKINSTALLDIRS = @MKINSTALLDIRS@
90MSGFMT = @MSGFMT@
91PACKAGE = @PACKAGE@
92POFILES = @POFILES@
93POSUB = @POSUB@
94RANLIB = @RANLIB@
95U = @U@
96USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97USE_NLS = @USE_NLS@
98VERSION = @VERSION@
99WARNING_CFLAGS = @WARNING_CFLAGS@
100am__include = @am__include@
101am__quote = @am__quote@
102install_sh = @install_sh@
103
104EXTRA_DIST = $(TESTSUITE_AT) testsuite
105
106DISTCLEANFILES = atconfig atlocal bison package.m4
107MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
108
109TESTSUITE_AT = \
110 testsuite.at \
111 output.at reduce.at calc.at torture.at regression.at
112
113TESTSUITE = $(srcdir)/testsuite
114
115AUTOM4TE = autom4te
116AUTOTEST = $(AUTOM4TE) --language=autotest
117subdir = tests
118mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
119CONFIG_HEADER = $(top_builddir)/config.h
120CONFIG_CLEAN_FILES = atlocal bison
121DIST_SOURCES =
122DIST_COMMON = Makefile.am Makefile.in atlocal.in bison.in
123all: all-am
124
125.SUFFIXES:
126$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && \
128 $(AUTOMAKE) --gnu tests/Makefile
129Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
131atlocal: $(top_builddir)/config.status atlocal.in
132 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
133bison: $(top_builddir)/config.status bison.in
134 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
135uninstall-info-am:
136tags: TAGS
137TAGS:
138
139
140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
142top_distdir = ..
143distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
144
145distdir: $(DISTFILES)
146 @for file in $(DISTFILES); do \
147 if test -f $$file; then d=.; else d=$(srcdir); fi; \
148 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
149 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
150 $(mkinstalldirs) "$(distdir)/$$dir"; \
151 fi; \
152 if test -d $$d/$$file; then \
153 cp -pR $$d/$$file $(distdir) \
154 || exit 1; \
155 else \
156 test -f $(distdir)/$$file \
157 || cp -p $$d/$$file $(distdir)/$$file \
158 || exit 1; \
159 fi; \
160 done
161check-am: all-am
162 $(MAKE) $(AM_MAKEFLAGS) check-local
163check: check-am
164all-am: Makefile
165
166installdirs:
167
168install: install-am
169install-exec: install-exec-am
170install-data: install-data-am
171uninstall: uninstall-am
172
173install-am: all-am
174 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
175
176installcheck: installcheck-am
177install-strip:
178 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
179 `test -z '$(STRIP)' || \
180 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
181mostlyclean-generic:
182
183clean-generic:
184
185distclean-generic:
186 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
187 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
188
189maintainer-clean-generic:
190 @echo "This command is intended for maintainers to use"
191 @echo "it deletes files that may require special tools to rebuild."
192 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
193clean: clean-am
194
195clean-am: clean-generic clean-local mostlyclean-am
196
197distclean: distclean-am
198
199distclean-am: clean-am distclean-generic
200
201dvi: dvi-am
202
203dvi-am:
204
205info: info-am
206
207info-am:
208
209install-data-am:
210
211install-exec-am:
212
213install-info: install-info-am
214
215install-man:
216
217installcheck-am: installcheck-local
218
219maintainer-clean: maintainer-clean-am
220
221maintainer-clean-am: distclean-am maintainer-clean-generic
222
223mostlyclean: mostlyclean-am
224
225mostlyclean-am: mostlyclean-generic
226
227uninstall-am: uninstall-info-am
228
229.PHONY: all all-am check check-am check-local clean clean-generic \
230 clean-local distclean distclean-generic distdir dvi dvi-am info \
231 info-am install install-am install-data install-data-am \
232 install-exec install-exec-am install-info install-info-am \
233 install-man install-strip installcheck installcheck-am \
234 installcheck-local installdirs maintainer-clean \
235 maintainer-clean-generic mostlyclean mostlyclean-generic \
236 uninstall uninstall-am uninstall-info-am
237
238$(srcdir)/$(TESTSUITE): $(TESTSUITE_AT)
239 $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
240 mv $@.tmp $@
241
242atconfig: $(top_builddir)/config.status
243 cd $(top_builddir) && ./config.status tests/$@
244
245clean-local:
246 $(SHELL) $(TESTSUITE) --clean
247
248check-local: atconfig atlocal $(TESTSUITE)
249 $(SHELL) $(TESTSUITE)
250
251# Run the test suite on the *installed* tree.
252installcheck-local:
253 $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
254# Tell versions [3.59,3.63) of GNU make to not export all variables.
255# Otherwise a system limit (for SysV at least) may be exceeded.
256.NOEXPORT: