]> git.saurik.com Git - bison.git/blob - tests/Makefile.in
* tests/atconfig.in (CPPFLAGS): Fix.
[bison.git] / tests / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
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
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
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 AT_TESTPATH = @AT_TESTPATH@
65 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66 CATALOGS = @CATALOGS@
67 CATOBJEXT = @CATOBJEXT@
68 CC = @CC@
69 CPP = @CPP@
70 DATADIRNAME = @DATADIRNAME@
71 ECHO_C = @ECHO_C@
72 ECHO_N = @ECHO_N@
73 ECHO_T = @ECHO_T@
74 GENCAT = @GENCAT@
75 GLIBC21 = @GLIBC21@
76 GMOFILES = @GMOFILES@
77 GMSGFMT = @GMSGFMT@
78 INSTOBJEXT = @INSTOBJEXT@
79 INTLBISON = @INTLBISON@
80 INTLLIBS = @INTLLIBS@
81 INTLOBJS = @INTLOBJS@
82 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
83 LIBICONV = @LIBICONV@
84 LIBOBJS = @LIBOBJS@
85 M4 = @M4@
86 MAKEINFO = @MAKEINFO@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
88 MSGFMT = @MSGFMT@
89 PACKAGE = @PACKAGE@
90 POFILES = @POFILES@
91 POSUB = @POSUB@
92 RANLIB = @RANLIB@
93 U = @U@
94 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
95 USE_NLS = @USE_NLS@
96 VERSION = @VERSION@
97 WARNING_CFLAGS = @WARNING_CFLAGS@
98
99 noinst_SCRIPTS = testsuite
100
101 SUITE = calc.at regression.at
102
103 EXTRA_DIST = atgeneral.m4 suite.at $(SUITE) $(noinst_SCRIPTS)
104
105 CLEANFILES = debug-*.sh empty
106 DISTCLEANFILES = atconfig
107 MAINTAINERCLEANFILES = testsuite
108 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
109 CONFIG_HEADER = ../config.h
110 CONFIG_CLEAN_FILES = atconfig
111 SCRIPTS = $(noinst_SCRIPTS)
112
113 DIST_COMMON = Makefile.am Makefile.in atconfig.in
114
115
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118 TAR = tar
119 GZIP_ENV = --best
120 all: 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
125 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
126 cd $(top_builddir) \
127 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129 atconfig: $(top_builddir)/config.status atconfig.in
130 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131 tags: TAGS
132 TAGS:
133
134
135 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
136
137 subdir = tests
138
139 distdir: $(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
155 info-am:
156 info: info-am
157 dvi-am:
158 dvi: dvi-am
159 check-am: all-am
160 $(MAKE) $(AM_MAKEFLAGS) check-local
161 check: check-am
162 installcheck-am:
163 installcheck: installcheck-am
164 install-exec-am:
165 install-exec: install-exec-am
166
167 install-data-am:
168 install-data: install-data-am
169
170 install-am: all-am
171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
172 install: install-am
173 uninstall-am:
174 uninstall: uninstall-am
175 all-am: Makefile $(SCRIPTS)
176 all-redirect: all-am
177 install-strip:
178 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
179 installdirs:
180
181
182 mostlyclean-generic:
183
184 clean-generic:
185 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
186
187 distclean-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
192 maintainer-clean-generic:
193 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
194 mostlyclean-am: mostlyclean-generic
195
196 mostlyclean: mostlyclean-am
197
198 clean-am: clean-generic mostlyclean-am
199
200 clean: clean-am
201
202 distclean-am: distclean-generic clean-am
203
204 distclean: distclean-am
205
206 maintainer-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
210 maintainer-clean: maintainer-clean-am
211
212 .PHONY: tags distdir info-am info dvi-am dvi check-local check check-am \
213 installcheck-am installcheck install-exec-am install-exec \
214 install-data-am install-data install-am install uninstall-am uninstall \
215 all-redirect all-am all installdirs mostlyclean-generic \
216 distclean-generic clean-generic maintainer-clean-generic clean \
217 mostlyclean distclean maintainer-clean
218
219
220 check-local: atconfig $(srcdir)/testsuite
221 $(SHELL) $(srcdir)/testsuite
222
223 testsuite: 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: