fortran: clean up core files after AC_FC_CHECK_BOUNDS
[autoconf.git] / lib / autoconf / Makefile.am
blob4a35a93176a23e59d7cd6fba1455a807e302282e
1 # Make Autoconf library.
3 # Copyright (C) 2001-2002, 2006, 2009-2012 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 autoconflibdir = $(pkgdatadir)/autoconf
20 dist_autoconflib_DATA = \
21         autoconf.m4 \
22         general.m4 status.m4 oldnames.m4 specific.m4 \
23         autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
24         lang.m4 c.m4 erlang.m4 fortran.m4 \
25         functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4
27 nodist_autoconflib_DATA = autoconf.m4f
28 CLEANFILES = $(nodist_autoconflib_DATA)
31 ## --------------- ##
32 ## Building TAGS.  ##
33 ## --------------- ##
35 TAGS_FILES = $(dist_autoconflib_DATA)
37 ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
40 ## -------- ##
41 ## Checks.  ##
42 ## -------- ##
44 check-local: check-forbidden-patterns
45 forbidden_patterns = -e '^_*EOF' -e ' cmp '
46 forbidden_patterns_files = $(dist_autoconflib_DATA)
49 ## ------------------ ##
50 ## The frozen files.  ##
51 ## ------------------ ##
53 autoconf.m4f: $(autoconf_m4f_dependencies)
54 include ../freeze.mk