Added --no-force. Bug fix
[automake.git] / tests / Makefile.in
blob506e2a0dc5244f101e4524d8724a4d944383f964
1 # Makefile.in generated automatically by automake 1.1a 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 instman.test mkinstall.test auxdir.test \
48 canon3.test mdate2.test subdir.test backsl.test package.test number.test \
49 insh2.test outdir.test fpinstall.test fpinst2.test texinfo.test dejagnu.test \
50 yacc.test mkinstall2.test texinfo2.test
52 EXTRA_DIST = defs $(TESTS)
53 mkinstalldirs = $(top_srcdir)/mkinstalldirs
54 DIST_COMMON = ChangeLog Makefile.am Makefile.in
57 PACKAGE = @PACKAGE@
58 VERSION = @VERSION@
60 DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
61 $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
62 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
63 $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
65 TAR = tar
66 default: all
69 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
70 cd $(top_srcdir) && automake $(subdir)/Makefile
72 Makefile: $(top_builddir)/config.status Makefile.in
73 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
74 tags: TAGS
75 TAGS:
78 subdir = tests
79 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
80 distdir: $(DEP_DISTFILES)
81 @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
82 test -f $(distdir)/$$file \
83 || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
84 || cp -p $(srcdir)/$$file $(distdir)/$$file; \
85 done
86 check-TESTS: $(TESTS)
87 @failed=0; all=0; \
88 srcdir=$(srcdir); export srcdir; \
89 for tst in $(TESTS); do \
90 all=`expr $$all + 1`; \
91 if test -f $$tst; then dir=.; \
92 else dir="$(srcdir)"; fi; \
93 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
94 echo "PASS: $$tst"; \
95 else \
96 failed=`expr $$failed + 1`; \
97 echo "FAIL: $$tst"; \
98 fi; \
99 done; \
100 if test "$$failed" -eq 0; then \
101 echo "========================"; \
102 echo "All $$all tests passed"; \
103 echo "========================"; \
104 else \
105 echo "$$failed of $$all tests failed"; \
107 info:
109 dvi:
111 check: all check-TESTS
113 installcheck:
115 install-exec:
117 install-data:
119 install: install-exec install-data all
122 uninstall:
124 all: Makefile
126 install-strip:
127 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
128 installdirs:
131 mostlyclean-generic:
132 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
134 clean-generic:
135 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
137 distclean-generic:
138 rm -f Makefile $(DISTCLEANFILES)
139 rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
141 maintainer-clean-generic:
142 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
143 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
144 mostlyclean: mostlyclean-generic
146 clean: clean-generic mostlyclean
148 distclean: distclean-generic clean
149 rm -f config.status
151 maintainer-clean: maintainer-clean-generic distclean
152 @echo "This command is intended for maintainers to use;"
153 @echo "it deletes files that may require special tools to rebuild."
155 .PHONY: default tags distdir check-TESTS info dvi check installcheck \
156 install-exec install-data install uninstall all installdirs \
157 mostlyclean-generic distclean-generic clean-generic \
158 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
160 .SUFFIXES:
162 # Tell versions [3.59,3.63) of GNU make to not export all variables.
163 # Otherwise a system limit (for SysV at least) may be exceeded.
164 .NOEXPORT: