1 # Makefile.in generated by automake 1.5c from Makefile.am.
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.
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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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@
60 host_alias = @host_alias@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
71 CATOBJEXT = @CATOBJEXT@
74 DATADIRNAME = @DATADIRNAME@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLBISON = @INTLBISON@
86 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
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@
106 EXTRA_DIST = $(TESTSUITE_AT) testsuite package.m4
108 DISTCLEANFILES = atconfig bison
109 MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
113 input.at output.at sets.at reduce.at calc.at torture.at regression.at
115 TESTSUITE = $(srcdir)/testsuite
117 AUTOTEST = $(AUTOM4TE) --language=autotest
119 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
120 CONFIG_HEADER = $(top_builddir)/config.h
121 CONFIG_CLEAN_FILES = bison atlocal
123 DIST_COMMON = Makefile.am Makefile.in atlocal.in bison.in
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)/$@
140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
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 \
151 $(mkinstalldirs) "$(distdir)$$dir"; \
155 if test -d $$d/$$file; then \
156 cp -pR $$d/$$file $(distdir)$$dir \
159 test -f $(distdir)/$$file \
160 || cp -p $$d/$$file $(distdir)/$$file \
165 $(MAKE) $(AM_MAKEFLAGS) check-local
172 install-exec: install-exec-am
173 install-data: install-data-am
174 uninstall: uninstall-am
177 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
179 installcheck: installcheck-am
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
190 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
191 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
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)
199 clean-am: clean-generic clean-local mostlyclean-am
201 distclean: distclean-am
203 distclean-am: clean-am distclean-generic
217 install-info: install-info-am
221 installcheck-am: installcheck-local
223 maintainer-clean: maintainer-clean-am
225 maintainer-clean-am: distclean-am maintainer-clean-generic
227 mostlyclean: mostlyclean-am
229 mostlyclean-am: mostlyclean-generic
231 uninstall-am: uninstall-info-am
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
243 $(srcdir)/package.m4: $(top_srcdir)/configure.in
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
256 atconfig: $(top_builddir)/config.status
257 cd $(top_builddir) && ./config.status tests/$@
260 $(SHELL) $(TESTSUITE) --clean
262 check-local: atconfig atlocal $(TESTSUITE)
263 $(SHELL) $(TESTSUITE)
265 # Run the test suite on the *installed* tree.
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.