mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
55953c9b14
`0'. Test and fix. Reported by Assar Westerlund. * Makefile.am (maintainer-check): New target. * tests/Makefile.am (maintainer-check, maintainer-check-posix) (maintainer-check-c++, expr): Likewise. * configure.in (EXPR): Look for it. * tests/atgeneral.m4 (AT_CHECK): Propagate $2's default value. * tests/compile.at (Extensions): New test. * aclang.m4 (_AC_COMPILER_EXEEXT_DEFAULT, _AC_COMPILER_EXEEXT_O): Distinguish files with or without a dot.
360 lines
10 KiB
Makefile
360 lines
10 KiB
Makefile
# Makefile.in generated automatically by automake 1.4 from Makefile.am
|
|
|
|
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
SHELL = @SHELL@
|
|
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
sbindir = @sbindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
sysconfdir = @sysconfdir@
|
|
sharedstatedir = @sharedstatedir@
|
|
localstatedir = @localstatedir@
|
|
libdir = @libdir@
|
|
infodir = @infodir@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
|
|
DESTDIR =
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
transform = @program_transform_name@
|
|
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
AWK = @AWK@
|
|
EXPR = @EXPR@
|
|
HELP2MAN = @HELP2MAN@
|
|
M4 = @M4@
|
|
PERL = @PERL@
|
|
PERLSCRIPTS = @PERLSCRIPTS@
|
|
standards_texi = @standards_texi@
|
|
|
|
MAKEINFO = @MAKEINFO@ --no-split
|
|
TEXI2HTML = texi2html
|
|
|
|
info_TEXINFOS = autoconf.texi standards.texi
|
|
autoconf_TEXINFOS = install.texi
|
|
standards_TEXINFOS = make-stds.texi
|
|
|
|
# Files from texi2dvi that should be removed, but which Automake does
|
|
# not know.
|
|
CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas autoconf.ov autoconf.ovs autoconf.tmp
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_CLEAN_FILES =
|
|
TEXI2DVI = texi2dvi
|
|
INFO_DEPS = autoconf.info standards.info
|
|
DVIS = autoconf.dvi standards.dvi
|
|
TEXINFOS = autoconf.texi standards.texi
|
|
DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \
|
|
Makefile.in mdate-sh stamp-vti texinfo.tex version.texi
|
|
|
|
|
|
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
|
|
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
TAR = tar
|
|
GZIP_ENV = --best
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
|
|
cd $(top_builddir) \
|
|
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
|
|
$(srcdir)/version.texi: stamp-vti
|
|
@:
|
|
|
|
$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure.in
|
|
@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/autoconf.texi`" > vti.tmp
|
|
@echo "@set EDITION $(VERSION)" >> vti.tmp
|
|
@echo "@set VERSION $(VERSION)" >> vti.tmp
|
|
@cmp -s vti.tmp $(srcdir)/version.texi \
|
|
|| (echo "Updating $(srcdir)/version.texi"; \
|
|
cp vti.tmp $(srcdir)/version.texi)
|
|
-@rm -f vti.tmp
|
|
@cp $(srcdir)/version.texi $@
|
|
|
|
mostlyclean-vti:
|
|
-rm -f vti.tmp
|
|
|
|
clean-vti:
|
|
|
|
distclean-vti:
|
|
|
|
maintainer-clean-vti:
|
|
-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
|
|
|
|
autoconf.info: autoconf.texi version.texi $(autoconf_TEXINFOS)
|
|
autoconf.dvi: autoconf.texi version.texi $(autoconf_TEXINFOS)
|
|
|
|
|
|
standards.info: standards.texi $(standards_TEXINFOS)
|
|
standards.dvi: standards.texi $(standards_TEXINFOS)
|
|
|
|
|
|
DVIPS = dvips
|
|
|
|
.texi.info:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
|
|
.texi.dvi:
|
|
TEXINPUTS=.:$$TEXINPUTS \
|
|
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
|
|
|
|
.texi:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
|
|
.texinfo.info:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
|
|
.texinfo:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
|
|
.texinfo.dvi:
|
|
TEXINPUTS=.:$$TEXINPUTS \
|
|
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
|
|
|
|
.txi.info:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
|
|
.txi.dvi:
|
|
TEXINPUTS=.:$$TEXINPUTS \
|
|
MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
|
|
|
|
.txi:
|
|
@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
|
|
cd $(srcdir) \
|
|
&& $(MAKEINFO) `echo $< | sed 's,.*/,,'`
|
|
.dvi.ps:
|
|
$(DVIPS) $< -o $@
|
|
|
|
install-info-am: $(INFO_DEPS)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(infodir)
|
|
@list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
d=$(srcdir); \
|
|
for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
|
|
if test -f $$d/$$ifile; then \
|
|
echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
|
|
$(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
|
|
else : ; fi; \
|
|
done; \
|
|
done
|
|
@$(POST_INSTALL)
|
|
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
|
list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
|
|
install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
|
|
done; \
|
|
else : ; fi
|
|
|
|
uninstall-info:
|
|
$(PRE_UNINSTALL)
|
|
@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
|
|
ii=yes; \
|
|
else ii=; fi; \
|
|
list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
test -z "$ii" \
|
|
|| install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \
|
|
done
|
|
@$(NORMAL_UNINSTALL)
|
|
list='$(INFO_DEPS)'; \
|
|
for file in $$list; do \
|
|
(cd $(DESTDIR)$(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
|
|
done
|
|
|
|
dist-info: $(INFO_DEPS)
|
|
list='$(INFO_DEPS)'; \
|
|
for base in $$list; do \
|
|
d=$(srcdir); \
|
|
for file in `cd $$d && eval echo $$base*`; do \
|
|
test -f $(distdir)/$$file \
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|| cp -p $$d/$$file $(distdir)/$$file; \
|
|
done; \
|
|
done
|
|
|
|
mostlyclean-aminfo:
|
|
-rm -f autoconf.aux autoconf.cp autoconf.cps autoconf.dvi autoconf.fn \
|
|
autoconf.fns autoconf.ky autoconf.kys autoconf.ps \
|
|
autoconf.log autoconf.pg autoconf.toc autoconf.tp \
|
|
autoconf.tps autoconf.vr autoconf.vrs autoconf.op autoconf.tr \
|
|
autoconf.cv autoconf.cn standards.aux standards.cp \
|
|
standards.cps standards.dvi standards.fn standards.fns \
|
|
standards.ky standards.kys standards.ps standards.log \
|
|
standards.pg standards.toc standards.tp standards.tps \
|
|
standards.vr standards.vrs standards.op standards.tr \
|
|
standards.cv standards.cn
|
|
|
|
clean-aminfo:
|
|
|
|
distclean-aminfo:
|
|
|
|
maintainer-clean-aminfo:
|
|
cd $(srcdir) && for i in $(INFO_DEPS); do \
|
|
rm -f $$i; \
|
|
if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
|
|
rm -f $$i-[0-9]*; \
|
|
fi; \
|
|
done
|
|
tags: TAGS
|
|
TAGS:
|
|
|
|
|
|
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
|
|
|
|
subdir = doc
|
|
|
|
distdir: $(DISTFILES)
|
|
here=`cd $(top_builddir) && pwd`; \
|
|
top_distdir=`cd $(top_distdir) && pwd`; \
|
|
distdir=`cd $(distdir) && pwd`; \
|
|
cd $(top_srcdir) \
|
|
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu doc/Makefile
|
|
@for file in $(DISTFILES); do \
|
|
d=$(srcdir); \
|
|
if test -d $$d/$$file; then \
|
|
cp -pr $$d/$$file $(distdir)/$$file; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
|
|| cp -p $$d/$$file $(distdir)/$$file || :; \
|
|
fi; \
|
|
done
|
|
$(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info
|
|
info-am: $(INFO_DEPS)
|
|
info: info-am
|
|
dvi-am: $(DVIS)
|
|
dvi: dvi-am
|
|
check-am: all-am
|
|
check: check-am
|
|
installcheck-am:
|
|
installcheck: installcheck-am
|
|
install-exec-am:
|
|
install-exec: install-exec-am
|
|
|
|
install-data-am: install-info-am
|
|
install-data: install-data-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
install: install-am
|
|
uninstall-am: uninstall-info
|
|
uninstall: uninstall-am
|
|
all-am: Makefile $(INFO_DEPS)
|
|
all-redirect: all-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(infodir)
|
|
|
|
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
|
|
|
|
maintainer-clean-generic:
|
|
mostlyclean-am: mostlyclean-vti mostlyclean-aminfo mostlyclean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
clean-am: clean-vti clean-aminfo clean-generic mostlyclean-am
|
|
|
|
clean: clean-am
|
|
|
|
distclean-am: distclean-vti distclean-aminfo distclean-generic clean-am
|
|
|
|
distclean: distclean-am
|
|
|
|
maintainer-clean-am: maintainer-clean-vti maintainer-clean-aminfo \
|
|
maintainer-clean-generic distclean-am
|
|
@echo "This command is intended for maintainers to use;"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
.PHONY: mostlyclean-vti distclean-vti clean-vti maintainer-clean-vti \
|
|
install-info-am uninstall-info mostlyclean-aminfo distclean-aminfo \
|
|
clean-aminfo maintainer-clean-aminfo tags distdir info-am info dvi-am \
|
|
dvi check check-am installcheck-am installcheck install-exec-am \
|
|
install-exec install-data-am install-data install-am install \
|
|
uninstall-am uninstall all-redirect all-am all installdirs \
|
|
mostlyclean-generic distclean-generic clean-generic \
|
|
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
|
|
|
|
|
# The documentation
|
|
|
|
html: autoconf_1.html standards_1.html
|
|
|
|
autoconf_1.html: autoconf.texi install.texi
|
|
$(TEXI2HTML) -split_chapter $(srcdir)/autoconf.texi
|
|
|
|
standards_1.html: standards.texi make-stds.texi
|
|
$(TEXI2HTML) -split_chapter $(srcdir)/standards.texi
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|