applied AC_PROG_CXXCPP patch
[automake.git] / tests / Makefile.in
blob3839bb26227126510ebb69e5d25fd449ca60d9bf
1 # Makefile.in generated automatically by automake 1.2d from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997 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
11 # PARTICULAR PURPOSE.
14 SHELL = /bin/sh
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 MAKEINFO = @MAKEINFO@
59 PACKAGE = @PACKAGE@
60 PERL = @PERL@
61 TAR = @TAR@
62 VERSION = @VERSION@
64 AUTOMAKE_OPTIONS = gnits
66 TESTS = mdate.test vtexi.test acoutput.test instexec.test \
67 checkall.test acoutnoq.test acouttbs.test libobj.test proginst.test \
68 acoutqnl.test confincl.test spelling.test prefix.test badprog.test \
69 depend.test exdir.test canon.test installsh.test empty.test \
70 rulepat.test insh.test canon2.test target.test extra.test noinst.test \
71 instman.test mkinstall.test auxdir.test canon3.test mdate2.test \
72 subdir.test backsl.test package.test number.test insh2.test \
73 outdir.test fpinstall.test fpinst2.test texinfo.test dejagnu.test \
74 yacc.test mkinst2.test texinfo2.test ansi.test depacl.test \
75 depacl2.test error.test colon.test vtexi2.test tags.test comment.test \
76 ansi2.test man.test info.test obsolete.test lex.test scripts.test \
77 subdir2.test exsource.test canon4.test dup.test defun.test \
78 cxxlink.test cxxnoc.test order.test libobj2.test interp.test \
79 block.test libobj3.test dup2.test gnits.test interp2.test colneq.test \
80 implicit.test spell.test spell2.test confsub.test primary.test \
81 primary2.test depend2.test spell3.test comment2.test vpath.test \
82 symlink.test discover.test acinclude.test req.test acsilent.test \
83 distdir.test libobj4.test libobj5.test version.test ranlib.test \
84 confvar.test confvar2.test stdlib.test cxxo.test colon2.test \
85 colon3.test remake.test output.test output2.test remake2.test \
86 output3.test output4.test colneq2.test subst.test defun2.test \
87 yaccpp.test texinfo3.test texinfo4.test tagsub.test cxxlibobj.test \
88 seenc.test cygwin32.test lisp.test stamph.test ldadd.test \
89 version2.test conf2.test cond.test cond2.test xsource.test \
90 libobj6.test depend3.test output5.test ammissing.test install.test \
91 libobj7.test objc.test cond3.test cxxcpp.test
93 EXTRA_DIST = defs $(TESTS)
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_CLEAN_FILES =
96 DIST_COMMON = ChangeLog Makefile.am Makefile.in
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
101 GZIP = --best
102 default: all
104 .SUFFIXES:
105 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
106 cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile
108 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
109 cd $(top_builddir) \
110 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 tags: TAGS
113 TAGS:
116 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
118 subdir = tests
120 distdir: $(DISTFILES)
121 here=`cd $(top_builddir) && pwd`; \
122 top_distdir=`cd $(top_distdir) && pwd`; \
123 distdir=`cd $(distdir) && pwd`; \
124 cd $(top_srcdir) \
125 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits tests/Makefile
126 @for file in $(DISTFILES); do \
127 d=$(srcdir); \
128 test -f $(distdir)/$$file \
129 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
130 || cp -p $$d/$$file $(distdir)/$$file; \
131 done
132 check-TESTS: $(TESTS)
133 @failed=0; all=0; \
134 srcdir=$(srcdir); export srcdir; \
135 for tst in $(TESTS); do \
136 if test -f $$tst; then dir=.; \
137 else dir="$(srcdir)"; fi; \
138 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
139 all=`expr $$all + 1`; \
140 echo "PASS: $$tst"; \
141 elif test $$? -ne 77; then \
142 all=`expr $$all + 1`; \
143 failed=`expr $$failed + 1`; \
144 echo "FAIL: $$tst"; \
145 fi; \
146 done; \
147 if test "$$failed" -eq 0; then \
148 banner="All $$all tests passed"; \
149 else \
150 banner="$$failed of $$all tests failed"; \
151 fi; \
152 dashes=`echo "$$banner" | sed s/./=/g`; \
153 echo "$$dashes"; \
154 echo "$$banner"; \
155 echo "$$dashes"; \
156 test "$$failed" -eq 0
157 info:
158 dvi:
159 check: all
160 $(MAKE) check-TESTS
161 installcheck:
162 install-exec:
163 @$(NORMAL_INSTALL)
165 install-data:
166 @$(NORMAL_INSTALL)
168 install: install-exec install-data all
171 uninstall:
173 all: Makefile
175 install-strip:
176 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
177 installdirs:
180 mostlyclean-generic:
181 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
183 clean-generic:
184 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
186 distclean-generic:
187 -rm -f Makefile $(DISTCLEANFILES)
188 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
189 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
191 maintainer-clean-generic:
192 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
193 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
194 mostlyclean: mostlyclean-generic
196 clean: clean-generic mostlyclean
198 distclean: distclean-generic clean distclean-local
199 -rm -f config.status
201 maintainer-clean: maintainer-clean-generic distclean
202 @echo "This command is intended for maintainers to use;"
203 @echo "it deletes files that may require special tools to rebuild."
205 .PHONY: default tags distdir check-TESTS info dvi installcheck \
206 install-exec install-data install uninstall all installdirs \
207 mostlyclean-generic distclean-generic clean-generic \
208 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
211 distclean-local:
212 rm -rf testSubdir
214 # Tell versions [3.59,3.63) of GNU make to not export all variables.
215 # Otherwise a system limit (for SysV at least) may be exceeded.
216 .NOEXPORT: