source: trunk/essentials/sys-devel/automake-1.4/tests/Makefile.in

Last change on this file was 3124, checked in by bird, 18 years ago

automake 1.4-p6

File size: 7.3 KB
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60APIVERSION = @APIVERSION@
61LN = @LN@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64PERL = @PERL@
65TAR = @TAR@
66VERSION = @VERSION@
67pkgvdatadir = @pkgvdatadir@
68
69TESTS = acinclude.test aclocal.test aclocali.test aclocalii.test acoutnoq.test acoutput.test acoutqnl.test acouttbs.test acsilent.test all.test alpha.test ammissing.test ansi.test ansi2.test ansi3.test auxdir.test backsl.test badline.test badprog.test block.test canon.test canon2.test canon3.test canon4.test checkall.test clean.test colneq.test colneq2.test colon.test colon2.test colon3.test colon4.test colon5.test colon6.test colon7.test comment.test comment2.test compile_f_c_cxx.test cond.test cond2.test cond3.test cond4.test cond5.test cond6.test cond7.test condman.test condman2.test conf2.test confdist.test confh.test confh2.test confh3.test config.test confincl.test confsub.test confvar.test confvar2.test cxxcpp.test cxxlibobj.test cxxlink.test cxxnoc.test cxxo.test cygwin32.test defun.test defun2.test dejagnu.test depacl.test depacl2.test depend.test depend2.test depend3.test discover.test distdir.test dup2.test else.test empty.test error.test exdir.test exdir2.test exsource.test extra.test extra3.test extra4.test flibs.test fnoc.test fo.test fonly.test fpinst2.test fpinstall.test gnits.test implicit.test include.test info.test insh.test insh2.test install.test installsh.test instdata.test instexec.test insthook.test instman.test interp.test interp2.test java.test javaprim.test javasubst.test ldadd.test lex.test lex2.test libobj.test libobj2.test libobj3.test libobj4.test libobj5.test libobj6.test libobj7.test libobj8.test library.test link_c_cxx.test link_f_c.test link_f_c_cxx.test link_f_cxx.test link_f_only.test lisp.test mdate.test mdate2.test mdate3.test mkinst2.test mkinstall.test noinst.test number.test objc.test obsolete.test order.test outdir.test output.test output2.test output3.test output4.test output5.test package.test parse.test pluseq.test pluseq2.test pluseq3.test pluseq4.test pluseq5.test prefix.test primary.test primary2.test proginst.test ranlib.test recurs.test recurs2.test remake.test remake2.test req.test rulepat.test scripts.test seenc.test sinclude.test spell.test spell2.test spell3.test spelling.test stamph.test stdlib.test subdir.test subdir2.test subst.test symlink.test syntax.test tags.test tagsub.test target.test texinfo.test texinfo2.test texinfo3.test texinfo4.test texinfo5.test texinfo6.test texinfo7.test unused.test version.test version2.test version3.test version4.test vpath.test vtexi.test vtexi2.test whoami.test xsource.test yacc.test yaccpp.test
70
71
72EXTRA_DIST = defs $(TESTS)
73mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74CONFIG_CLEAN_FILES =
75DIST_COMMON = ChangeLog Makefile.am Makefile.in
76
77
78DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
79
80GZIP_ENV = --best
81all: all-redirect
82.SUFFIXES:
83$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
84 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tests/Makefile
85
86Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
87 cd $(top_builddir) \
88 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
89
90tags: TAGS
91TAGS:
92
93
94distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
95
96subdir = tests
97
98distdir: $(DISTFILES)
99 @for file in $(DISTFILES); do \
100 d=$(srcdir); \
101 if test -d $$d/$$file; then \
102 cp -pr $$d/$$file $(distdir)/$$file; \
103 else \
104 test -f $(distdir)/$$file \
105 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
106 || cp -p $$d/$$file $(distdir)/$$file || :; \
107 fi; \
108 done
109check-TESTS: $(TESTS)
110 @failed=0; all=0; \
111 srcdir=$(srcdir); export srcdir; \
112 for tst in $(TESTS); do \
113 if test -f $$tst; then dir=.; \
114 else dir="$(srcdir)"; fi; \
115 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
116 all=`expr $$all + 1`; \
117 echo "PASS: $$tst"; \
118 elif test $$? -ne 77; then \
119 all=`expr $$all + 1`; \
120 failed=`expr $$failed + 1`; \
121 echo "FAIL: $$tst"; \
122 fi; \
123 done; \
124 if test "$$failed" -eq 0; then \
125 banner="All $$all tests passed"; \
126 else \
127 banner="$$failed of $$all tests failed"; \
128 fi; \
129 dashes=`echo "$$banner" | sed s/./=/g`; \
130 echo "$$dashes"; \
131 echo "$$banner"; \
132 echo "$$dashes"; \
133 test "$$failed" -eq 0
134info-am:
135info: info-am
136dvi-am:
137dvi: dvi-am
138check-am: all-am
139 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
140check: check-am
141installcheck-am:
142installcheck: installcheck-am
143install-exec-am:
144install-exec: install-exec-am
145
146install-data-am:
147install-data: install-data-am
148
149install-am: all-am
150 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
151install: install-am
152uninstall-am:
153uninstall: uninstall-am
154all-am: Makefile
155all-redirect: all-am
156install-strip:
157 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
158installdirs:
159
160
161mostlyclean-generic:
162
163clean-generic:
164
165distclean-generic:
166 -rm -f Makefile $(CONFIG_CLEAN_FILES)
167 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
168
169maintainer-clean-generic:
170mostlyclean-am: mostlyclean-generic
171
172mostlyclean: mostlyclean-am
173
174clean-am: clean-generic mostlyclean-am
175
176clean: clean-am
177
178distclean-am: distclean-generic clean-am distclean-local
179
180distclean: distclean-am
181
182maintainer-clean-am: maintainer-clean-generic distclean-am
183 @echo "This command is intended for maintainers to use;"
184 @echo "it deletes files that may require special tools to rebuild."
185
186maintainer-clean: maintainer-clean-am
187
188.PHONY: tags distdir check-TESTS info-am info dvi-am dvi check check-am \
189installcheck-am installcheck install-exec-am install-exec \
190install-data-am install-data install-am install uninstall-am uninstall \
191all-redirect all-am all installdirs mostlyclean-generic \
192distclean-generic clean-generic maintainer-clean-generic clean \
193mostlyclean distclean maintainer-clean
194
195
196distclean-local:
197 -rm -rf testSubDir
198
199# Tell versions [3.59,3.63) of GNU make to not export all variables.
200# Otherwise a system limit (for SysV at least) may be exceeded.
201.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.