2001-04-11 23:15:20 +08:00
|
|
|
## Process this file with automake to create Makefile.in. -*-Makefile-*-
|
1999-10-31 09:54:28 +08:00
|
|
|
|
|
|
|
## Makefile for Autoconf.
|
2001-04-11 23:15:20 +08:00
|
|
|
## Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
|
1999-10-31 09:54:28 +08:00
|
|
|
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
## any later version.
|
|
|
|
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program; if not, write to the Free Software
|
|
|
|
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
|
|
## 02111-1307, USA.
|
|
|
|
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
AUTOMAKE_OPTIONS = check-news 1.5 dist-bzip2 readme-alpha
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2001-08-01 22:28:57 +08:00
|
|
|
SUBDIRS = . lib bin config m4 man doc tests
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2000-01-29 18:30:15 +08:00
|
|
|
## There is currently no means with Automake not to run aclocal.
|
|
|
|
ACLOCAL_AMFLAGS = --version >/dev/null && touch aclocal.m4
|
1999-12-22 00:44:10 +08:00
|
|
|
|
2001-05-21 21:01:06 +08:00
|
|
|
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
|
2000-11-14 21:25:35 +08:00
|
|
|
BUGS INSTALL.txt \
|
2001-06-10 02:16:43 +08:00
|
|
|
GNUmakefile Makefile.maint
|
1999-10-31 09:54:28 +08:00
|
|
|
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
# Automake is unable to look into our special aclocal.m4...
|
|
|
|
AMTAR = @AMTAR@
|
|
|
|
|
2000-10-17 15:55:44 +08:00
|
|
|
|
2001-08-13 20:25:05 +08:00
|
|
|
## -------------------- ##
|
|
|
|
## Forwarding targets. ##
|
|
|
|
## -------------------- ##
|
|
|
|
|
|
|
|
html pdf:
|
|
|
|
cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
|
|
|
|
|
|
|
|
.PHONY: html pdf
|
|
|
|
|
2000-10-17 15:55:44 +08:00
|
|
|
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
## --------- ##
|
2000-09-04 20:12:21 +08:00
|
|
|
## INSTALL. ##
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
## --------- ##
|
2000-09-04 20:12:21 +08:00
|
|
|
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
pkgdata_DATA = INSTALL
|
2001-07-17 15:29:35 +08:00
|
|
|
MAKEINFO = @MAKEINFO@ --no-headers --no-validate --no-split
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
INSTALL: $(top_srcdir)/doc/install.texi
|
|
|
|
$(MAKEINFO) $(top_srcdir)/doc/install.texi --output=$(srcdir)/INSTALL
|
2000-10-17 15:55:44 +08:00
|
|
|
|
2001-08-15 18:07:34 +08:00
|
|
|
maintainer-clean-local:
|
|
|
|
-rm -rf autom4te.cache
|
2000-10-17 15:55:44 +08:00
|
|
|
|
2001-01-12 17:39:26 +08:00
|
|
|
## maintainer-check ##
|
2001-06-10 02:16:43 +08:00
|
|
|
maintainer-check: maintainer-check-tests
|
|
|
|
maintainer-check-tests:
|
2001-01-12 17:39:26 +08:00
|
|
|
cd tests && make maintainer-check
|
|
|
|
|
1999-10-31 09:54:28 +08:00
|
|
|
|
2000-07-20 00:43:04 +08:00
|
|
|
|
2001-06-10 02:16:43 +08:00
|
|
|
## ---------------------------- ##
|
|
|
|
## Customizing Makefile.maint. ##
|
|
|
|
## ---------------------------- ##
|
|
|
|
|
|
|
|
prev_version_file = $(srcdir)/config/prev-version.txt
|
2001-07-17 15:29:35 +08:00
|
|
|
release_archive_dir = releases
|
2001-06-10 02:16:43 +08:00
|
|
|
|
|
|
|
# Uploading betas.
|
|
|
|
hosts = alpha
|
|
|
|
alpha_host = alpha.gnu.org
|
|
|
|
alpha_url_dir = gnu/autoconf
|
2000-09-04 20:12:21 +08:00
|
|
|
|
2001-06-10 02:16:43 +08:00
|
|
|
# Files to update automatically.
|
|
|
|
wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \
|
2001-06-19 02:05:20 +08:00
|
|
|
$(srcdir)/config/texinfo.tex \
|
2001-06-11 17:03:49 +08:00
|
|
|
$(srcdir)/doc/standards.texi $(srcdir)/doc/make-stds.texi
|