minor bug fixes. added postscript generation
[automake.git] / tests / Makefile.in
blob06071e53242b2cdbb29c2301d273da45914b7df7
1 # Makefile.in generated automatically by automake 1.1k 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 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
40 PERL = @PERL@
42 AUTOMAKE_OPTIONS = gnits
44 TESTS = mdate.test vtexi.test acoutput.test instexec.test checkall.test \
45 acoutnoq.test acouttbs.test libobj.test proginst.test acoutqnl.test \
46 confincl.test spelling.test prefix.test badprog.test depend.test exdir.test \
47 canon.test installsh.test empty.test rulepat.test insh.test canon2.test \
48 target.test extra.test noinst.test instman.test mkinstall.test auxdir.test \
49 canon3.test mdate2.test subdir.test backsl.test package.test number.test \
50 insh2.test outdir.test fpinstall.test fpinst2.test texinfo.test dejagnu.test \
51 yacc.test mkinst2.test texinfo2.test ansi.test depacl.test depacl2.test \
52 error.test colon.test vtexi2.test tags.test comment.test ansi2.test \
53 man.test info.test obsolete.test lex.test scripts.test subdir2.test \
54 exsource.test canon4.test dup.test defun.test cxxlink.test cxxnoc.test \
55 order.test libobj2.test interp.test block.test libobj3.test dup2.test \
56 gnits.test interp2.test colneq.test implicit.test spell.test spell2.test \
57 confsub.test primary.test primary2.test depend2.test spell3.test \
58 comment2.test vpath.test symlink.test discover.test acinclude.test req.test \
59 acsilent.test distdir.test lex2.test libobj4.test libobj5.test version.test \
60 ranlib.test confvar.test confvar2.test stdlib.test cxxo.test colon2.test \
61 colon3.test remake.test
63 EXTRA_DIST = defs $(TESTS)
64 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65 CONFIG_CLEAN_FILES =
66 DIST_COMMON = ChangeLog Makefile.am Makefile.in
69 PACKAGE = @PACKAGE@
70 VERSION = @VERSION@
72 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
73 $(TEXINFOS) $(MANS) $(EXTRA_DIST)
75 TAR = tar
76 default: all
78 .SUFFIXES:
79 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
80 cd $(top_srcdir) && automake --gnits Makefile
82 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
83 cd $(top_builddir) \
84 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
86 tags: TAGS
87 TAGS:
90 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
92 subdir = tests
93 distdir: $(DISTFILES)
94 @for file in $(DISTFILES); do \
95 d=$(srcdir); \
96 test -f $(distdir)/$$file \
97 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
98 || cp -p $$d/$$file $(distdir)/$$file; \
99 done
100 check-TESTS: $(TESTS)
101 @failed=0; all=0; \
102 srcdir=$(srcdir); export srcdir; \
103 for tst in $(TESTS); do \
104 all=`expr $$all + 1`; \
105 if test -f $$tst; then dir=.; \
106 else dir="$(srcdir)"; fi; \
107 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
108 echo "PASS: $$tst"; \
109 else \
110 failed=`expr $$failed + 1`; \
111 echo "FAIL: $$tst"; \
112 fi; \
113 done; \
114 if test "$$failed" -eq 0; then \
115 echo "========================"; \
116 echo "All $$all tests passed"; \
117 echo "========================"; \
118 else \
119 echo "$$failed of $$all tests failed"; \
121 info:
122 dvi:
123 check: all
124 $(MAKE) check-TESTS
125 installcheck:
126 install-exec:
127 $(NORMAL_INSTALL)
129 install-data:
130 $(NORMAL_INSTALL)
132 install: install-exec install-data all
135 uninstall:
137 all: Makefile
139 install-strip:
140 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
141 installdirs:
144 mostlyclean-generic:
145 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
147 clean-generic:
148 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
150 distclean-generic:
151 rm -f Makefile $(DISTCLEANFILES)
152 rm -f config.cache config.log stamp-h
153 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
155 maintainer-clean-generic:
156 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
157 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
158 mostlyclean: mostlyclean-generic
160 clean: clean-generic mostlyclean
162 distclean: distclean-generic clean distclean-local
163 rm -f config.status
165 maintainer-clean: maintainer-clean-generic distclean
166 @echo "This command is intended for maintainers to use;"
167 @echo "it deletes files that may require special tools to rebuild."
169 .PHONY: default tags distdir check-TESTS info dvi installcheck \
170 install-exec install-data install uninstall all installdirs \
171 mostlyclean-generic distclean-generic clean-generic \
172 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
175 distclean-local:
176 rm -rf testSubdir
178 # Tell versions [3.59,3.63) of GNU make to not export all variables.
179 # Otherwise a system limit (for SysV at least) may be exceeded.
180 .NOEXPORT: