Release Version 2.62.
[autoconf.git] / lib / Makefile.am
blobac5dfb95a008b96f1d02623d1b3dbbd69670ba3e
1 # Make Autoconf-related libraries.
3 # Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
4 # Inc.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs
20 nodist_pkgdata_DATA = autom4te.cfg
21 EXTRA_DIST = autom4te.in freeze.mk
23 edit = sed \
24         -e 's|@SHELL[@]|$(SHELL)|g' \
25         -e 's|@PERL[@]|$(PERL)|g' \
26         -e 's|@bindir[@]|$(bindir)|g' \
27         -e 's|@datadir[@]|$(pkgdatadir)|g' \
28         -e 's|@prefix[@]|$(prefix)|g' \
29         -e 's|@autoconf-name[@]|'`echo autoconf | sed '$(transform)'`'|g' \
30         -e 's|@autoheader-name[@]|'`echo autoheader | sed '$(transform)'`'|g' \
31         -e 's|@autom4te-name[@]|'`echo autom4te | sed '$(transform)'`'|g' \
32         -e 's|@M4[@]|$(M4)|g' \
33         -e 's|@AWK[@]|$(AWK)|g' \
34         -e 's|@VERSION[@]|$(VERSION)|g' \
35         -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g'
37 # All the files below depend on Makefile so that they are rebuilt
38 # when the prefix, etc. changes. Unfortunately, suffix rules
39 # cannot have additional dependencies, so we have to use explicit rules.
40 CLEANFILES = autom4te.cfg
41 autom4te.cfg: $(srcdir)/autom4te.in Makefile
42         rm -f autom4te.cfg autom4te.tmp
43         $(edit) $(srcdir)/autom4te.in >autom4te.tmp
44         chmod a-w autom4te.tmp
45         mv autom4te.tmp autom4te.cfg