1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
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.
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
13 # Distribute the testsuite since GNU M4 is needed to build it.
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
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
48 AUTOHEADER = @AUTOHEADER@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
62 host_alias = @host_alias@
64 AT_TESTPATH = @AT_TESTPATH@
65 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
67 CATOBJEXT = @CATOBJEXT@
70 DATADIRNAME = @DATADIRNAME@
78 INSTOBJEXT = @INSTOBJEXT@
79 INTLBISON = @INTLBISON@
82 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
87 MKINSTALLDIRS = @MKINSTALLDIRS@
94 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 WARNING_CFLAGS = @WARNING_CFLAGS@
99 noinst_SCRIPTS = testsuite
101 SUITE = calc.at regression.at
103 EXTRA_DIST = atgeneral.m4 suite.at $(SUITE) $(noinst_SCRIPTS)
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)
113 DIST_COMMON = Makefile.am Makefile.in atconfig.in
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
122 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123 cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile
125 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
127 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129 atconfig: $(top_builddir)/config.status atconfig.in
130 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
135 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
139 distdir: $(DISTFILES)
140 here=`cd $(top_builddir) && pwd`; \
141 top_distdir=`cd $(top_distdir) && pwd`; \
142 distdir=`cd $(distdir) && pwd`; \
144 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/Makefile
145 @for file in $(DISTFILES); do \
147 if test -d $$d/$$file; then \
148 cp -pr $$d/$$file $(distdir)/$$file; \
150 test -f $(distdir)/$$file \
151 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
152 || cp -p $$d/$$file $(distdir)/$$file || :; \
160 $(MAKE) $(AM_MAKEFLAGS) check-local
163 installcheck: installcheck-am
165 install-exec: install-exec-am
168 install-data: install-data-am
171 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
174 uninstall: uninstall-am
175 all-am: Makefile $(SCRIPTS)
178 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
185 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
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)
192 maintainer-clean-generic:
193 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
194 mostlyclean-am: mostlyclean-generic
196 mostlyclean: mostlyclean-am
198 clean-am: clean-generic mostlyclean-am
202 distclean-am: distclean-generic clean-am
204 distclean: distclean-am
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."
210 maintainer-clean: maintainer-clean-am
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
220 check-local: atconfig $(srcdir)/testsuite
221 $(SHELL) $(srcdir)/testsuite
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
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.