25cf3a707ee045ac75efff106869fc03942b5f1c
[platform/upstream/automake.git] / tests / Makefile.in
1 # Makefile.in generated automatically by automake 1.1f from Makefile.am
2
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.
6
7
8 SHELL = /bin/sh
9
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
15
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
28
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32
33 top_builddir = ..
34
35 INSTALL = @INSTALL@
36 INSTALL_PROGRAM = @INSTALL_PROGRAM@
37 INSTALL_DATA = @INSTALL_DATA@
38 INSTALL_SCRIPT = @INSTALL_SCRIPT@
39 transform = @program_transform_name@
40
41 AUTOMAKE_OPTIONS = gnits
42
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 ansi.test depacl.test depacl2.test \
51 error.test colon.test vtexi2.test tags.test comment.test libfiles.test \
52 man.test info.test obsolete.test lex.test scripts.test subdir2.test \
53 exsource.test canon4.test dup.test defun.test cxxlink.test cxxnoc.test \
54 order.test libobj2.test interp.test alllib.test block.test libobj3.test \
55 gnits.test interp2.test colneq.test implicit.test spell.test spell2.test
56
57 EXTRA_DIST = defs $(TESTS)
58 mkinstalldirs = $(top_srcdir)/mkinstalldirs
59 CONFIG_CLEAN_FILES = 
60 DIST_COMMON =  ChangeLog Makefile.am Makefile.in
61
62
63 PACKAGE = @PACKAGE@
64 VERSION = @VERSION@
65
66 DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
67         $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
68 DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
69         $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
70
71 TAR = tar
72 default: all
73
74
75 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in
76         cd $(top_srcdir) && automake $(subdir)/Makefile
77
78 Makefile: $(top_builddir)/config.status Makefile.in
79         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
80 tags: TAGS
81 TAGS:
82
83
84 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
85
86 subdir = tests
87 distdir: $(DEP_DISTFILES)
88         @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
89           test -f $(distdir)/$$file \
90           || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
91           || cp -p $(srcdir)/$$file $(distdir)/$$file; \
92         done
93 check-TESTS: $(TESTS)
94         @failed=0; all=0; \
95         srcdir=$(srcdir); export srcdir; \
96         for tst in $(TESTS); do \
97           all=`expr $$all + 1`; \
98           if test -f $$tst; then dir=.; \
99           else dir="$(srcdir)"; fi; \
100           if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
101             echo "PASS: $$tst"; \
102           else \
103             failed=`expr $$failed + 1`; \
104             echo "FAIL: $$tst"; \
105           fi; \
106         done; \
107         if test "$$failed" -eq 0; then \
108           echo "========================"; \
109           echo "All $$all tests passed"; \
110           echo "========================"; \
111         else \
112           echo "$$failed of $$all tests failed"; \
113         fi
114 info:
115
116 dvi:
117
118 check: all check-TESTS
119
120 installcheck:
121
122 install-exec: 
123         $(NORMAL_INSTALL)
124
125 install-data: 
126         $(NORMAL_INSTALL)
127
128 install: install-exec install-data all
129         @:
130
131 uninstall: 
132
133 all: Makefile
134
135 install-strip:
136         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
137 installdirs:
138
139
140 mostlyclean-generic:
141         test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
142
143 clean-generic:
144         test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
145
146 distclean-generic:
147         rm -f Makefile $(DISTCLEANFILES)
148         rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
149         test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
150
151 maintainer-clean-generic:
152         test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
153         test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
154 mostlyclean:  mostlyclean-generic
155
156 clean:  clean-generic mostlyclean 
157
158 distclean:  distclean-generic clean 
159         rm -f config.status
160
161 maintainer-clean:  maintainer-clean-generic distclean 
162         @echo "This command is intended for maintainers to use;"
163         @echo "it deletes files that may require special tools to rebuild."
164
165 .PHONY: default tags distdir check-TESTS info dvi check installcheck \
166 install-exec install-data install uninstall all installdirs \
167 mostlyclean-generic distclean-generic clean-generic \
168 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
169
170 .SUFFIXES:
171
172 # Tell versions [3.59,3.63) of GNU make to not export all variables.
173 # Otherwise a system limit (for SysV at least) may be exceeded.
174 .NOEXPORT: