No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / autoconf / tests / Makefile.in
blob7c3c392ea334ab0206a7dc1b0d0897befb85667b
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 AWK = @AWK@
61 EXPR = @EXPR@
62 HELP2MAN = @HELP2MAN@
63 M4 = @M4@
64 PACKAGE = @PACKAGE@
65 PACKAGE_NAME = @PACKAGE_NAME@
66 PERL = @PERL@
67 PERLSCRIPTS = @PERLSCRIPTS@
68 VERSION = @VERSION@
70 AUTOMAKE_OPTIONS = gnits
72 SUITE = suite.at m4sugar.at m4sh.at base.at tools.at torture.at compile.at semantics.at acgeneral.at acspecific.at acfunctions.at aclang.at acheaders.at actypes.at foreign.at
75 # We don't actually distribute the testsuite, since one only
76 # needs m4 to build it, m4 being required anyway to install Autoconf.
77 EXTRA_DIST = README atgeneral.m4 atspecific.m4 aclocal.m4 $(SUITE) mktests.sh
80 # The files which contains macro we check for syntax. Don't use $(top_srcdir)
81 # here since below we explicitly `cd' to $srcdir. As for the dependencies,
82 # thanks God for VPATH. Hm...
83 MACRO_FILES = ../acgeneral.m4 ../acspecific.m4 ../acfunctions.m4 ../aclang.m4 ../acheaders.m4 ../actypes.m4
86 CLEANFILES = debug-*.sh macro configure configure.in configure.ac config.status config.cache config.log config.h.in config.h config.hin state-* at-* stderr stdout empty config.guess config.sub expr libtool ltconfig ltmain.sh install-sh
88 DISTCLEANFILES = atconfig testsuite
89 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
90 CONFIG_CLEAN_FILES = atconfig
91 DIST_COMMON = README Makefile.am Makefile.in atconfig.in
94 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96 TAR = tar
97 GZIP_ENV = --best
98 all: all-redirect
99 .SUFFIXES:
100 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
101 cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps tests/Makefile
103 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
104 cd $(top_builddir) \
105 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
107 atconfig: $(top_builddir)/config.status atconfig.in
108 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
109 tags: TAGS
110 TAGS:
113 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
115 subdir = tests
117 distdir: $(DISTFILES)
118 @for file in $(DISTFILES); do \
119 d=$(srcdir); \
120 if test -d $$d/$$file; then \
121 cp -pr $$d/$$file $(distdir)/$$file; \
122 else \
123 test -f $(distdir)/$$file \
124 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
125 || cp -p $$d/$$file $(distdir)/$$file || :; \
126 fi; \
127 done
128 info-am:
129 info: info-am
130 dvi-am:
131 dvi: dvi-am
132 check-am: all-am
133 $(MAKE) $(AM_MAKEFLAGS) check-local
134 check: check-am
135 installcheck-am:
136 installcheck: installcheck-am
137 install-exec-am:
138 install-exec: install-exec-am
140 install-data-am:
141 install-data: install-data-am
143 install-am: all-am
144 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
145 install: install-am
146 uninstall-am:
147 uninstall: uninstall-am
148 all-am: Makefile
149 all-redirect: all-am
150 install-strip:
151 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
152 installdirs:
155 mostlyclean-generic:
157 clean-generic:
158 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
160 distclean-generic:
161 -rm -f Makefile $(CONFIG_CLEAN_FILES)
162 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
163 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
165 maintainer-clean-generic:
166 mostlyclean-am: mostlyclean-generic
168 mostlyclean: mostlyclean-am
170 clean-am: clean-generic mostlyclean-am
172 clean: clean-am
174 distclean-am: distclean-generic clean-am
176 distclean: distclean-am
178 maintainer-clean-am: maintainer-clean-generic distclean-am
179 @echo "This command is intended for maintainers to use;"
180 @echo "it deletes files that may require special tools to rebuild."
182 maintainer-clean: maintainer-clean-am
184 .PHONY: tags distdir info-am info dvi-am dvi check-local check check-am \
185 installcheck-am installcheck install-exec-am install-exec \
186 install-data-am install-data install-am install uninstall-am uninstall \
187 all-redirect all-am all installdirs mostlyclean-generic \
188 distclean-generic clean-generic maintainer-clean-generic clean \
189 mostlyclean distclean maintainer-clean
192 check-local: atconfig testsuite
193 $(SHELL) testsuite
195 testsuite: $(top_srcdir)/m4sugar.m4 $(top_srcdir)/m4sh.m4 \
196 atgeneral.m4 atspecific.m4 \
197 $(SUITE)
198 $(M4) -I $(srcdir) -I $(top_srcdir) atspecific.m4 suite.at | \
199 sed -e 's/[ ]*$$//' | \
200 sed -e '/^$$/N;/\n$$/D' >$@.tmp
201 chmod +x $@.tmp
202 mv $@.tmp $@
204 acgeneral.at: mktests.sh $(MACRO_FILES)
205 cd $(srcdir) && ./mktests.sh $(MACRO_FILES)
207 acspecific.at: mktests.sh $(MACRO_FILES)
208 cd $(srcdir) && ./mktests.sh $(MACRO_FILES)
210 acfunctions.at: mktests.sh $(MACRO_FILES)
211 cd $(srcdir) && ./mktests.sh $(MACRO_FILES)
213 aclang.at: mktests.sh $(MACRO_FILES)
214 cd $(srcdir) && ./mktests.sh $(MACRO_FILES)
216 acheaders.at: mktests.sh $(MACRO_FILES)
217 cd $(srcdir) && ./mktests.sh $(MACRO_FILES)
219 actypes.at: mktests.sh $(MACRO_FILES)
220 cd $(srcdir) && ./mktests.sh $(MACRO_FILES)
222 maintainer-check: maintainer-check-posix maintainer-check-c++
224 # The hairy heredoc is more robust than using echo.
225 expr:
226 echo '#! $(SHELL)' >expr
227 echo 'result=`@EXPR@ "$$@"`' >>expr
228 echo 'estatus=$$?' >>expr
229 echo 'cat <<EOF' >>expr
230 echo '$${result:-0}' >>expr
231 echo 'EOF' >>expr
232 echo 'exit $$estatus' >>expr
233 chmod +x expr
235 # Try the test suite with more severe environments.
236 maintainer-check-posix: expr
237 POSIXLY_CORRECTLY=yes make check
238 rm expr
240 # Try using G++ as a C compiler.
241 maintainer-check-c++:
242 CC=g++ make check
244 # Tell versions [3.59,3.63) of GNU make to not export all variables.
245 # Otherwise a system limit (for SysV at least) may be exceeded.
246 .NOEXPORT: