]> git.saurik.com Git - bison.git/blob - tests/Makefile.in
* tests/regression.at, tests/torture.at, tests/calc.at: Adjust to
[bison.git] / tests / 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 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
107
108 DISTCLEANFILES = atconfig bison
109 MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
110
111 TESTSUITE_AT = \
112 testsuite.at \
113 input.at output.at sets.at reduce.at calc.at torture.at regression.at
114
115 TESTSUITE = $(srcdir)/testsuite
116
117 AUTOTEST = $(AUTOM4TE) --language=autotest
118 subdir = tests
119 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
120 CONFIG_HEADER = $(top_builddir)/config.h
121 CONFIG_CLEAN_FILES = bison atlocal
122 DIST_SOURCES =
123 DIST_COMMON = Makefile.am Makefile.in atlocal.in bison.in
124 all: all-am
125
126 .SUFFIXES:
127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && \
129 $(AUTOMAKE) --gnu tests/Makefile
130 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
131 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
132 bison: $(top_builddir)/config.status bison.in
133 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
134 atlocal: $(top_builddir)/config.status atlocal.in
135 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
136 uninstall-info-am:
137 tags: TAGS
138 TAGS:
139
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
142 top_distdir = ..
143 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
144
145 distdir: $(DISTFILES)
146 @for file in $(DISTFILES); do \
147 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
148 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
149 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
150 dir="/$$dir"; \
151 $(mkinstalldirs) "$(distdir)$$dir"; \
152 else \
153 dir=''; \
154 fi; \
155 if test -d $$d/$$file; then \
156 cp -pR $$d/$$file $(distdir)$$dir \
157 || exit 1; \
158 else \
159 test -f $(distdir)/$$file \
160 || cp -p $$d/$$file $(distdir)/$$file \
161 || exit 1; \
162 fi; \
163 done
164 check-am: all-am
165 $(MAKE) $(AM_MAKEFLAGS) check-local
166 check: check-am
167 all-am: Makefile
168
169 installdirs:
170
171 install: install-am
172 install-exec: install-exec-am
173 install-data: install-data-am
174 uninstall: uninstall-am
175
176 install-am: all-am
177 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178
179 installcheck: installcheck-am
180 install-strip:
181 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
182 INSTALL_STRIP_FLAG=-s \
183 `test -z '$(STRIP)' || \
184 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
185 mostlyclean-generic:
186
187 clean-generic:
188
189 distclean-generic:
190 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
191 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
192
193 maintainer-clean-generic:
194 @echo "This command is intended for maintainers to use"
195 @echo "it deletes files that may require special tools to rebuild."
196 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
197 clean: clean-am
198
199 clean-am: clean-generic clean-local mostlyclean-am
200
201 distclean: distclean-am
202
203 distclean-am: clean-am distclean-generic
204
205 dvi: dvi-am
206
207 dvi-am:
208
209 info: info-am
210
211 info-am:
212
213 install-data-am:
214
215 install-exec-am:
216
217 install-info: install-info-am
218
219 install-man:
220
221 installcheck-am: installcheck-local
222
223 maintainer-clean: maintainer-clean-am
224
225 maintainer-clean-am: distclean-am maintainer-clean-generic
226
227 mostlyclean: mostlyclean-am
228
229 mostlyclean-am: mostlyclean-generic
230
231 uninstall-am: uninstall-info-am
232
233 .PHONY: all all-am check check-am check-local clean clean-generic \
234 clean-local distclean distclean-generic distdir dvi dvi-am info \
235 info-am install install-am install-data install-data-am \
236 install-exec install-exec-am install-info install-info-am \
237 install-man install-strip installcheck installcheck-am \
238 installcheck-local installdirs maintainer-clean \
239 maintainer-clean-generic mostlyclean mostlyclean-generic \
240 uninstall uninstall-am uninstall-info-am
241
242
243 $(srcdir)/package.m4: $(top_srcdir)/configure.in
244 { \
245 echo '# Signature of the current package.'; \
246 echo 'm4_define([AT_PACKAGE_NAME], [@PACKAGE_NAME@])'; \
247 echo 'm4_define([AT_PACKAGE_TARNAME], [@PACKAGE_TARNAME@])'; \
248 echo 'm4_define([AT_PACKAGE_VERSION], [@PACKAGE_VERSION@])'; \
249 echo 'm4_define([AT_PACKAGE_STRING], [@PACKAGE_STRING@])'; \
250 echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
251 } >$(srcdir)/package.m4
252 $(srcdir)/$(TESTSUITE): package.m4 $(TESTSUITE_AT)
253 $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
254 mv $@.tmp $@
255
256 atconfig: $(top_builddir)/config.status
257 cd $(top_builddir) && ./config.status tests/$@
258
259 clean-local:
260 $(SHELL) $(TESTSUITE) --clean
261
262 check-local: atconfig atlocal $(TESTSUITE)
263 $(SHELL) $(TESTSUITE)
264
265 # Run the test suite on the *installed* tree.
266 installcheck-local:
267 $(SHELL) $(TESTSUITE) AUTOTEST_PATH=$(exec_prefix)/bin
268 # Tell versions [3.59,3.63) of GNU make to not export all variables.
269 # Otherwise a system limit (for SysV at least) may be exceeded.
270 .NOEXPORT: