makeinfo bug fixes
[automake.git] / tests / Makefile.in
blob499262570371aeec70757f210948dae0b20e1a06
1 # Makefile.in generated automatically by automake 1.1n from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
8 SHELL = /bin/sh
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
33 top_builddir = ..
35 ACLOCAL = @ACLOCAL@
36 AUTOCONF = @AUTOCONF@
37 AUTOMAKE = @AUTOMAKE@
38 AUTOHEADER = @AUTOHEADER@
40 INSTALL = @INSTALL@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
46 NORMAL_INSTALL = true
47 PRE_INSTALL = true
48 POST_INSTALL = true
49 NORMAL_UNINSTALL = true
50 PRE_UNINSTALL = true
51 POST_UNINSTALL = true
52 ACLOCAL = @ACLOCAL@
53 AUTOCONF = @AUTOCONF@
54 AUTOHEADER = @AUTOHEADER@
55 AUTOMAKE = @AUTOMAKE@
56 MAKEINFO = @MAKEINFO@
57 PACKAGE = @PACKAGE@
58 PERL = @PERL@
59 TAR = @TAR@
60 VERSION = @VERSION@
62 AUTOMAKE_OPTIONS = gnits
64 TESTS = mdate.test vtexi.test acoutput.test instexec.test \
65 checkall.test acoutnoq.test acouttbs.test libobj.test proginst.test \
66 acoutqnl.test confincl.test spelling.test prefix.test badprog.test \
67 depend.test exdir.test canon.test installsh.test empty.test \
68 rulepat.test insh.test canon2.test target.test extra.test noinst.test \
69 instman.test mkinstall.test auxdir.test canon3.test mdate2.test \
70 subdir.test backsl.test package.test number.test insh2.test \
71 outdir.test fpinstall.test fpinst2.test texinfo.test dejagnu.test \
72 yacc.test mkinst2.test texinfo2.test ansi.test depacl.test \
73 depacl2.test error.test colon.test vtexi2.test tags.test comment.test \
74 ansi2.test man.test info.test obsolete.test lex.test scripts.test \
75 subdir2.test exsource.test canon4.test dup.test defun.test \
76 cxxlink.test cxxnoc.test order.test libobj2.test interp.test \
77 block.test libobj3.test dup2.test gnits.test interp2.test colneq.test \
78 implicit.test spell.test spell2.test confsub.test primary.test \
79 primary2.test depend2.test spell3.test comment2.test vpath.test \
80 symlink.test discover.test acinclude.test req.test acsilent.test \
81 distdir.test lex2.test libobj4.test libobj5.test version.test \
82 ranlib.test confvar.test confvar2.test stdlib.test cxxo.test \
83 colon2.test colon3.test remake.test output.test output2.test \
84 remake2.test output3.test output4.test colneq2.test subst.test \
85 defun2.test yaccpp.test texinfo3.test texinfo4.test tagsub.test \
86 cxxlibobj.test seenc.test cygwin32.test lisp.test stamph.test \
87 ldadd.test version2.test
89 EXTRA_DIST = defs $(TESTS)
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_CLEAN_FILES =
92 DIST_COMMON = ChangeLog Makefile.am Makefile.in
95 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97 GZIP = --best
98 default: all
100 .SUFFIXES:
101 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
102 cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile
104 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
105 cd $(top_builddir) \
106 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
108 tags: TAGS
109 TAGS:
112 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
114 subdir = tests
115 distdir: $(DISTFILES)
116 @for file in $(DISTFILES); do \
117 d=$(srcdir); \
118 test -f $(distdir)/$$file \
119 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
120 || cp -p $$d/$$file $(distdir)/$$file; \
121 done
122 check-TESTS: $(TESTS)
123 @failed=0; all=0; \
124 srcdir=$(srcdir); export srcdir; \
125 for tst in $(TESTS); do \
126 all=`expr $$all + 1`; \
127 if test -f $$tst; then dir=.; \
128 else dir="$(srcdir)"; fi; \
129 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
130 echo "PASS: $$tst"; \
131 else \
132 failed=`expr $$failed + 1`; \
133 echo "FAIL: $$tst"; \
134 fi; \
135 done; \
136 if test "$$failed" -eq 0; then \
137 echo "========================"; \
138 echo "All $$all tests passed"; \
139 echo "========================"; \
140 else \
141 echo "$$failed of $$all tests failed"; \
142 exit 1; \
144 info:
145 dvi:
146 check: all
147 $(MAKE) check-TESTS
148 installcheck:
149 install-exec:
150 @$(NORMAL_INSTALL)
152 install-data:
153 @$(NORMAL_INSTALL)
155 install: install-exec install-data all
158 uninstall:
160 all: Makefile
162 install-strip:
163 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
164 installdirs:
167 mostlyclean-generic:
168 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
170 clean-generic:
171 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
173 distclean-generic:
174 rm -f Makefile $(DISTCLEANFILES)
175 rm -f config.cache config.log stamp-h
176 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
178 maintainer-clean-generic:
179 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
180 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
181 mostlyclean: mostlyclean-generic
183 clean: clean-generic mostlyclean
185 distclean: distclean-generic clean distclean-local
186 rm -f config.status
188 maintainer-clean: maintainer-clean-generic distclean
189 @echo "This command is intended for maintainers to use;"
190 @echo "it deletes files that may require special tools to rebuild."
192 .PHONY: default tags distdir check-TESTS info dvi installcheck \
193 install-exec install-data install uninstall all installdirs \
194 mostlyclean-generic distclean-generic clean-generic \
195 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
198 distclean-local:
199 rm -rf testSubdir
201 # Tell versions [3.59,3.63) of GNU make to not export all variables.
202 # Otherwise a system limit (for SysV at least) may be exceeded.
203 .NOEXPORT: