More bug fixes
[automake.git] / tests / Makefile.in
blob5e7f1b4e07791b2fbc665bdcac43b32e3381a364
1 # Makefile.in generated automatically by automake 0.32 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@
41 AUTOMAKE_OPTIONS = gnits
43 TESTS = mdate.test vtexi.test acoutput.test instexec.test checkall.test \
44 acoutnoq.test acouttbs.test libobj.test proginst.test acoutqnl.test \
45 confincl.test spelling.test prefix.test badprog.test depend.test exdir.test \
46 canon.test installsh.test empty.test rulepat.test insh.test canon2.test \
47 target.test extra.test noinst.test
49 EXTRA_DIST = defs $(TESTS)
50 DIST_COMMON = ChangeLog Makefile.am Makefile.in
53 PACKAGE = @PACKAGE@
54 VERSION = @VERSION@
56 DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
57 $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
58 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
59 $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
61 TAR = tar
62 default: all
65 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
66 cd $(top_srcdir) && automake $(subdir)/Makefile
68 Makefile: $(top_builddir)/config.status Makefile.in
69 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
70 tags: TAGS
71 TAGS:
74 subdir = tests
75 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
76 dist: $(DEP_DISTFILES)
77 @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
78 test -f $(distdir)/$$file \
79 || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
80 || cp -p $(srcdir)/$$file $(distdir)/$$file; \
81 done
82 check-TESTS: $(TESTS)
83 @failed=0; all=0; \
84 srcdir=$(srcdir); export srcdir; \
85 for tst in $(TESTS); do \
86 all=`expr $$all + 1`; \
87 if test -f $$tst; then dir=.; \
88 else dir="$(srcdir)"; fi; \
89 if $$dir/$$tst; then \
90 echo "PASS: $$tst"; \
91 else \
92 failed=`expr $$failed + 1`; \
93 echo "FAIL: $$tst"; \
94 fi; \
95 done; \
96 if test "$$failed" -eq 0; then \
97 echo "========================"; \
98 echo "All $$all tests passed"; \
99 echo "========================"; \
100 else \
101 echo "$$failed of $$all tests failed"; \
103 info:
105 dvi:
107 check: all check-TESTS
109 installcheck:
111 install-exec:
113 install-data:
115 install: install-exec install-data
118 uninstall:
120 all: Makefile
122 install-strip:
123 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
124 installdirs:
127 mostlyclean-generic:
128 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
130 clean-generic:
131 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
133 distclean-generic:
134 rm -f Makefile $(DISTCLEANFILES)
135 rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
137 maintainer-clean-generic:
138 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
139 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
140 mostlyclean: mostlyclean-generic
142 clean: clean-generic mostlyclean
144 distclean: distclean-generic clean
145 rm -f config.status
147 maintainer-clean: maintainer-clean-generic distclean
148 @echo "This command is intended for maintainers to use;"
149 @echo "it deletes files that may require special tools to rebuild."
151 .PHONY: default tags dist check-TESTS info dvi check installcheck \
152 install-exec install-data install uninstall all installdirs \
153 mostlyclean-generic distclean-generic clean-generic \
154 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
156 .SUFFIXES:
158 # Tell versions [3.59,3.63) of GNU make to not export all variables.
159 # Otherwise a system limit (for SysV at least) may be exceeded.
160 .NOEXPORT: