]> git.saurik.com Git - bison.git/blame - tests/Makefile.in
* config/: New.
[bison.git] / tests / Makefile.in
CommitLineData
1e24cc5b 1# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
705db0b5
AD
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# Distribute the testsuite since GNU M4 is needed to build it.
14
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = ..
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
1e24cc5b
AD
62host_alias = @host_alias@
63host_triplet = @host@
705db0b5 64AT_TESTPATH = @AT_TESTPATH@
1e24cc5b 65BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
705db0b5
AD
66CATALOGS = @CATALOGS@
67CATOBJEXT = @CATOBJEXT@
68CC = @CC@
69CPP = @CPP@
70DATADIRNAME = @DATADIRNAME@
71ECHO_C = @ECHO_C@
72ECHO_N = @ECHO_N@
73ECHO_T = @ECHO_T@
74GENCAT = @GENCAT@
1e24cc5b 75GLIBC21 = @GLIBC21@
705db0b5
AD
76GMOFILES = @GMOFILES@
77GMSGFMT = @GMSGFMT@
705db0b5 78INSTOBJEXT = @INSTOBJEXT@
1e24cc5b 79INTLBISON = @INTLBISON@
705db0b5
AD
80INTLLIBS = @INTLLIBS@
81INTLOBJS = @INTLOBJS@
1e24cc5b
AD
82INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
83LIBICONV = @LIBICONV@
705db0b5
AD
84LIBOBJS = @LIBOBJS@
85M4 = @M4@
86MAKEINFO = @MAKEINFO@
87MKINSTALLDIRS = @MKINSTALLDIRS@
88MSGFMT = @MSGFMT@
89PACKAGE = @PACKAGE@
90POFILES = @POFILES@
91POSUB = @POSUB@
92RANLIB = @RANLIB@
93U = @U@
94USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95USE_NLS = @USE_NLS@
96VERSION = @VERSION@
97WARNING_CFLAGS = @WARNING_CFLAGS@
705db0b5
AD
98
99noinst_SCRIPTS = testsuite
100
101SUITE = calc.at regression.at
102
103EXTRA_DIST = atgeneral.m4 suite.at $(SUITE)
104
105CLEANFILES = debug-*.sh
106DISTCLEANFILES = atconfig
107MAINTAINERCLEANFILES = testsuite
1e24cc5b 108mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
705db0b5
AD
109CONFIG_HEADER = ../config.h
110CONFIG_CLEAN_FILES = atconfig
111SCRIPTS = $(noinst_SCRIPTS)
112
113DIST_COMMON = Makefile.am Makefile.in atconfig.in
114
115
116DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118TAR = tar
119GZIP_ENV = --best
120all: all-redirect
121.SUFFIXES:
122$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
124
125Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
126 cd $(top_builddir) \
127 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129atconfig: $(top_builddir)/config.status atconfig.in
130 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131tags: TAGS
132TAGS:
133
134
135distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
136
137subdir = tests
138
139distdir: $(DISTFILES)
140 here=`cd $(top_builddir) && pwd`; \
141 top_distdir=`cd $(top_distdir) && pwd`; \
142 distdir=`cd $(distdir) && pwd`; \
143 cd $(top_srcdir) \
144 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/Makefile
145 @for file in $(DISTFILES); do \
146 d=$(srcdir); \
147 if test -d $$d/$$file; then \
148 cp -pr $$d/$$file $(distdir)/$$file; \
149 else \
150 test -f $(distdir)/$$file \
151 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
152 || cp -p $$d/$$file $(distdir)/$$file || :; \
153 fi; \
154 done
155info-am:
156info: info-am
157dvi-am:
158dvi: dvi-am
159check-am: all-am
160 $(MAKE) $(AM_MAKEFLAGS) check-local
161check: check-am
162installcheck-am:
163installcheck: installcheck-am
164install-exec-am:
165install-exec: install-exec-am
166
167install-data-am:
168install-data: install-data-am
169
170install-am: all-am
171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172install: install-am
173uninstall-am:
174uninstall: uninstall-am
175all-am: Makefile $(SCRIPTS)
176all-redirect: all-am
177install-strip:
178 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179installdirs:
180
181
182mostlyclean-generic:
183
184clean-generic:
185 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
186
187distclean-generic:
188 -rm -f Makefile $(CONFIG_CLEAN_FILES)
189 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
190 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
191
192maintainer-clean-generic:
193 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
194mostlyclean-am: mostlyclean-generic
195
196mostlyclean: mostlyclean-am
197
198clean-am: clean-generic mostlyclean-am
199
200clean: clean-am
201
202distclean-am: distclean-generic clean-am
203
204distclean: distclean-am
205
206maintainer-clean-am: maintainer-clean-generic distclean-am
207 @echo "This command is intended for maintainers to use;"
208 @echo "it deletes files that may require special tools to rebuild."
209
210maintainer-clean: maintainer-clean-am
211
212.PHONY: tags distdir info-am info dvi-am dvi check-local check check-am \
213installcheck-am installcheck install-exec-am install-exec \
214install-data-am install-data install-am install uninstall-am uninstall \
215all-redirect all-am all installdirs mostlyclean-generic \
216distclean-generic clean-generic maintainer-clean-generic clean \
217mostlyclean distclean maintainer-clean
218
219
220check-local: atconfig testsuite
221 $(SHELL) testsuite
222
223testsuite: atgeneral.m4 suite.at $(SUITE)
224 $(M4) -I $(srcdir) atgeneral.m4 suite.at | \
225 sed -e 's/[ ]*$$//' | \
226 sed -e '/^$$/N;/\n$$/D' > $@-tmp
227 chmod +x $@-tmp
228 mv $@-tmp $@
229
230# Tell versions [3.59,3.63) of GNU make to not export all variables.
231# Otherwise a system limit (for SysV at least) may be exceeded.
232.NOEXPORT: