]> git.saurik.com Git - bison.git/blob - tests/Makefile.in
* Makefile.am (AUTOMAKE_OPTIONS): 1.5.
[bison.git] / tests / Makefile.in
1 # Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
5 # This Makefile.in is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
8
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE.
13
14 @SET_MAKE@
15
16 # Distribute the testsuite since GNU M4 is needed to build it.
17
18 SHELL = @SHELL@
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 prefix = @prefix@
24 exec_prefix = @exec_prefix@
25
26 bindir = @bindir@
27 sbindir = @sbindir@
28 libexecdir = @libexecdir@
29 datadir = @datadir@
30 sysconfdir = @sysconfdir@
31 sharedstatedir = @sharedstatedir@
32 localstatedir = @localstatedir@
33 libdir = @libdir@
34 infodir = @infodir@
35 mandir = @mandir@
36 includedir = @includedir@
37 oldincludedir = /usr/include
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
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 AMTAR = @AMTAR@
63 AT_TESTPATH = @AT_TESTPATH@
64 AWK = @AWK@
65 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
66 CATALOGS = @CATALOGS@
67 CATOBJEXT = @CATOBJEXT@
68 CC = @CC@
69 CPP = @CPP@
70 DATADIRNAME = @DATADIRNAME@
71 DEPDIR = @DEPDIR@
72 ECHO_C = @ECHO_C@
73 ECHO_N = @ECHO_N@
74 ECHO_T = @ECHO_T@
75 EXEEXT = @EXEEXT@
76 GENCAT = @GENCAT@
77 GLIBC21 = @GLIBC21@
78 GMOFILES = @GMOFILES@
79 GMSGFMT = @GMSGFMT@
80 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
81 INSTOBJEXT = @INSTOBJEXT@
82 INTLBISON = @INTLBISON@
83 INTLLIBS = @INTLLIBS@
84 INTLOBJS = @INTLOBJS@
85 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
86 LIBICONV = @LIBICONV@
87 LIBOBJS = @LIBOBJS@
88 M4 = @M4@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
90 MSGFMT = @MSGFMT@
91 OBJEXT = @OBJEXT@
92 PACKAGE = @PACKAGE@
93 POFILES = @POFILES@
94 POSUB = @POSUB@
95 RANLIB = @RANLIB@
96 U = @U@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 USE_NLS = @USE_NLS@
99 VERSION = @VERSION@
100 WARNING_CFLAGS = @WARNING_CFLAGS@
101 am__include = @am__include@
102 am__quote = @am__quote@
103 install_sh = @install_sh@
104
105 noinst_SCRIPTS = testsuite
106
107 SUITE = calc.at regression.at
108
109 EXTRA_DIST = atgeneral.m4 suite.at $(SUITE) $(noinst_SCRIPTS)
110
111 CLEANFILES = debug-*.sh empty
112 DISTCLEANFILES = atconfig
113 MAINTAINERCLEANFILES = testsuite
114 subdir = tests
115 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
116 CONFIG_HEADER = $(top_builddir)/config.h
117 CONFIG_CLEAN_FILES = atconfig
118 SCRIPTS = $(noinst_SCRIPTS)
119
120 DIST_SOURCES =
121 DIST_COMMON = Makefile.am Makefile.in atconfig.in
122 all: all-am
123
124 .SUFFIXES:
125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126 cd $(top_srcdir) && \
127 $(AUTOMAKE) --gnu tests/Makefile
128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
129 cd $(top_builddir) && \
130 CONFIG_HEADERS= CONFIG_LINKS= \
131 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
132 atconfig: $(top_builddir)/config.status atconfig.in
133 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
134 uninstall-info-am:
135 tags: TAGS
136 TAGS:
137
138
139 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
141 top_distdir = ..
142 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
143
144 distdir: $(DISTFILES)
145 @for file in $(DISTFILES); do \
146 if test -f $$file; then d=.; else d=$(srcdir); fi; \
147 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
148 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
149 $(mkinstalldirs) "$(distdir)/$$dir"; \
150 fi; \
151 if test -d $$d/$$file; then \
152 cp -pR $$d/$$file $(distdir) \
153 || exit 1; \
154 else \
155 test -f $(distdir)/$$file \
156 || cp -p $$d/$$file $(distdir)/$$file \
157 || exit 1; \
158 fi; \
159 done
160 check-am: all-am
161 $(MAKE) $(AM_MAKEFLAGS) check-local
162 check: check-am
163 all-am: Makefile $(SCRIPTS)
164
165 installdirs:
166
167 install: install-am
168 install-exec: install-exec-am
169 install-data: install-data-am
170 uninstall: uninstall-am
171
172 install-am: all-am
173 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174
175 installcheck: installcheck-am
176 install-strip:
177 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
178 `test -z '$(STRIP)' || \
179 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
180 mostlyclean-generic:
181
182 clean-generic:
183 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
184
185 distclean-generic:
186 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
187 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
188
189 maintainer-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)
193 clean: clean-am
194
195 clean-am: clean-generic mostlyclean-am
196
197 distclean: distclean-am
198
199 distclean-am: clean-am distclean-generic
200
201 dvi: dvi-am
202
203 dvi-am:
204
205 info: info-am
206
207 info-am:
208
209 install-data-am:
210
211 install-exec-am:
212
213 install-info: install-info-am
214
215 install-man:
216
217 installcheck-am:
218
219 maintainer-clean: maintainer-clean-am
220
221 maintainer-clean-am: distclean-am maintainer-clean-generic
222
223 mostlyclean: mostlyclean-am
224
225 mostlyclean-am: mostlyclean-generic
226
227 uninstall-am: uninstall-info-am
228
229 .PHONY: all all-am check check-am check-local clean clean-generic \
230 distclean distclean-generic distdir dvi dvi-am info info-am \
231 install install-am install-data install-data-am install-exec \
232 install-exec-am install-info install-info-am install-man \
233 install-strip installcheck installcheck-am installdirs \
234 maintainer-clean maintainer-clean-generic mostlyclean \
235 mostlyclean-generic uninstall uninstall-am uninstall-info-am
236
237
238 check-local: atconfig $(srcdir)/testsuite
239 $(SHELL) $(srcdir)/testsuite
240
241 testsuite: atgeneral.m4 suite.at $(SUITE)
242 $(M4) -I $(srcdir) atgeneral.m4 suite.at | \
243 sed -e 's/[ ]*$$//' | \
244 sed -e '/^$$/N;/\n$$/D' > $@-tmp
245 chmod +x $@-tmp
246 mv $@-tmp $@
247 # Tell versions [3.59,3.63) of GNU make to not export all variables.
248 # Otherwise a system limit (for SysV at least) may be exceeded.
249 .NOEXPORT: