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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
65 PACKAGE_NAME
= @PACKAGE_NAME@
67 PERLSCRIPTS
= @PERLSCRIPTS@
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
)
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
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
113 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
117 distdir
: $(DISTFILES
)
118 @for file in
$(DISTFILES
); do \
120 if
test -d
$$d/$$file; then \
121 cp
-pr
$$d/$$file $(distdir
)/$$file; \
123 test -f
$(distdir
)/$$file \
124 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
125 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
133 $(MAKE
) $(AM_MAKEFLAGS
) check-local
136 installcheck: installcheck-am
138 install-exec
: install-exec-am
141 install-data
: install-data-am
144 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
147 uninstall: uninstall-am
151 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
158 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
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
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
195 testsuite
: $(top_srcdir
)/m4sugar.m4
$(top_srcdir
)/m4sh.m4 \
196 atgeneral.m4 atspecific.m4 \
198 $(M4
) -I
$(srcdir) -I
$(top_srcdir
) atspecific.m4 suite.at | \
199 sed
-e
's/[ ]*$$//' | \
200 sed
-e
'/^$$/N;/\n$$/D' >$@.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.
226 echo
'#! $(SHELL)' >expr
227 echo
'result=`@EXPR@ "$$@"`' >>expr
228 echo
'estatus=$$?' >>expr
229 echo
'cat <<EOF' >>expr
230 echo
'$${result:-0}' >>expr
232 echo
'exit $$estatus' >>expr
235 # Try the test suite with more severe environments.
236 maintainer-check-posix
: expr
237 POSIXLY_CORRECTLY
=yes make
check
240 # Try using G++ as a C compiler.
241 maintainer-check-c
++:
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.