mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-03 02:00:36 +08:00
324 lines
8.9 KiB
Makefile
324 lines
8.9 KiB
Makefile
# Makefile.in generated by automake 1.5a from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
|
# 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.
|
|
|
|
@SET_MAKE@
|
|
|
|
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
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = ..
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
AUTOCONF = @AUTOCONF@
|
|
AUTOMAKE = @AUTOMAKE@
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
INSTALL = @INSTALL@
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = @program_transform_name@
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
|
|
EXEEXT = @EXEEXT@
|
|
OBJEXT = @OBJEXT@
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
EXPR = @EXPR@
|
|
HELP2MAN = @HELP2MAN@
|
|
M4 = @M4@
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PERL = @PERL@
|
|
VERSION = @VERSION@
|
|
|
|
bin_SCRIPTS = autom4te \
|
|
autoconf autoheader autoreconf ifnames autoscan autoupdate
|
|
|
|
|
|
EXTRA_DIST = autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in \
|
|
autoscan.in autom4te.in
|
|
|
|
|
|
# Files that should be removed, but which Automake does not know.
|
|
CLEANFILES = $(bin_SCRIPTS)
|
|
|
|
edit = sed \
|
|
-e 's,@SHELL\@,$(SHELL),g' \
|
|
-e 's,@PERL\@,$(PERL),g' \
|
|
-e 's,@bindir\@,$(bindir),g' \
|
|
-e 's,@datadir\@,$(pkgdatadir),g' \
|
|
-e 's,@prefix\@,$(prefix),g' \
|
|
-e 's,@autoconf-name\@,'`echo autoconf | sed '$(transform)'`',g' \
|
|
-e 's,@autoheader-name\@,'`echo autoheader | sed '$(transform)'`',g' \
|
|
-e 's,@autom4te-name\@,'`echo autom4te | sed '$(transform)'`',g' \
|
|
-e 's,@M4\@,$(M4),g' \
|
|
-e 's,@AWK\@,$(AWK),g' \
|
|
-e 's,@VERSION\@,$(VERSION),g' \
|
|
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'
|
|
|
|
|
|
TAGS_DEPENDENCIES = $(EXTRA_DIST)
|
|
|
|
letters = abcdefghijklmnopqrstuvwxyz
|
|
LETTERS = ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
DIGITS = 0123456789
|
|
WORD_REGEXP = [$(LETTERS)$(letters)_][$(LETTERS)$(letters)$(DIGITS)_]*
|
|
ETAGS_PERL = --lang=perl \
|
|
autoreconf.in autoupdate.in autoscan.in autom4te.in
|
|
|
|
ETAGS_SH = --lang=none --regex='/\($(WORD_REGEXP)\)=/\1/' \
|
|
autoconf.in autoheader.in ifnames.in
|
|
|
|
|
|
ETAGS_ARGS = $(ETAGS_PERL) $(ETAGS_SH)
|
|
subdir = bin
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
|
CONFIG_CLEAN_FILES =
|
|
SCRIPTS = $(bin_SCRIPTS)
|
|
|
|
DIST_SOURCES =
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu bin/Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
|
install-binSCRIPTS: $(bin_SCRIPTS)
|
|
@$(NORMAL_INSTALL)
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
@list='$(bin_SCRIPTS)'; for p in $$list; do \
|
|
f="`echo $$p|sed '$(transform)'`"; \
|
|
if test -f $$p; then \
|
|
echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \
|
|
$(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \
|
|
elif test -f $(srcdir)/$$p; then \
|
|
echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \
|
|
$(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \
|
|
else :; fi; \
|
|
done
|
|
|
|
uninstall-binSCRIPTS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(bin_SCRIPTS)'; for p in $$list; do \
|
|
f="`echo $$p|sed '$(transform)'`"; \
|
|
echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
|
|
rm -f $(DESTDIR)$(bindir)/$$f; \
|
|
done
|
|
uninstall-info-am:
|
|
|
|
tags: TAGS
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
mkid -fID $$unique $(LISP)
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
tags=; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
END { for (i in files) print i; }'`; \
|
|
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
|
|
|| etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& cd $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
top_distdir = ..
|
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
|
|
|
distdir: $(DISTFILES)
|
|
@for file in $(DISTFILES); do \
|
|
if test -f $$file; then d=.; else d=$(srcdir); fi; \
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
$(mkinstalldirs) "$(distdir)/$$dir"; \
|
|
fi; \
|
|
if test -d $$d/$$file; then \
|
|
cp -pR $$d/$$file $(distdir) \
|
|
|| exit 1; \
|
|
else \
|
|
test -f $(distdir)/$$file \
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
check-am: all-am
|
|
check: check-am
|
|
all-am: Makefile $(SCRIPTS)
|
|
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
|
|
|
install: install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
|
|
distclean-generic:
|
|
-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
clean: clean-am
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
|
|
distclean-am: clean-am distclean-generic distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am:
|
|
|
|
install-exec-am: install-binSCRIPTS
|
|
|
|
install-info: install-info-am
|
|
|
|
install-man:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-generic
|
|
|
|
uninstall-am: uninstall-binSCRIPTS uninstall-info-am
|
|
|
|
.PHONY: GTAGS all all-am check check-am clean clean-generic distclean \
|
|
distclean-generic distclean-tags distdir dvi dvi-am info \
|
|
info-am install install-am install-binSCRIPTS install-data \
|
|
install-data-am install-exec install-exec-am install-info \
|
|
install-info-am install-man install-strip installcheck \
|
|
installcheck-am installdirs maintainer-clean \
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic tags \
|
|
uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am
|
|
|
|
|
|
autoconf: $(srcdir)/autoconf.in $(top_srcdir)/configure.ac
|
|
rm -f autoconf autoconf.tmp
|
|
$(edit) $(srcdir)/autoconf.in >autoconf.tmp
|
|
chmod +x autoconf.tmp
|
|
mv autoconf.tmp autoconf
|
|
|
|
autoheader: $(srcdir)/autoheader.in $(top_srcdir)/configure.ac
|
|
rm -f autoheader autoheader.tmp
|
|
$(edit) $(srcdir)/autoheader.in >autoheader.tmp
|
|
chmod +x autoheader.tmp
|
|
mv autoheader.tmp autoheader
|
|
|
|
autoreconf: $(srcdir)/autoreconf.in $(top_srcdir)/configure.ac
|
|
rm -f autoreconf autoreconf.tmp
|
|
$(edit) $(srcdir)/autoreconf.in >autoreconf.tmp
|
|
chmod +x autoreconf.tmp
|
|
mv autoreconf.tmp autoreconf
|
|
|
|
autoupdate: $(srcdir)/autoupdate.in $(top_srcdir)/configure.ac
|
|
rm -f autoupdate autoupdate.tmp
|
|
$(edit) $(srcdir)/autoupdate.in >autoupdate.tmp
|
|
chmod +x autoupdate.tmp
|
|
mv autoupdate.tmp autoupdate
|
|
|
|
ifnames: $(srcdir)/ifnames.in $(top_srcdir)/configure.ac
|
|
rm -f ifnames ifnames.tmp
|
|
$(edit) $(srcdir)/ifnames.in >ifnames.tmp
|
|
chmod +x ifnames.tmp
|
|
mv ifnames.tmp ifnames
|
|
|
|
autoscan: $(srcdir)/autoscan.in $(top_srcdir)/configure.ac
|
|
rm -f autoscan autoscan.tmp
|
|
$(edit) $(srcdir)/autoscan.in >autoscan.tmp
|
|
chmod +x autoscan.tmp
|
|
mv autoscan.tmp autoscan
|
|
|
|
autom4te: $(srcdir)/autom4te.in $(top_srcdir)/configure.ac
|
|
rm -f autom4te autom4te.tmp
|
|
$(edit) $(srcdir)/autom4te.in >autom4te.tmp
|
|
chmod +x autom4te.tmp
|
|
mv autom4te.tmp autom4te
|
|
# 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:
|