1## Process this file with automake to create Makefile.in
2
3## Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc.
4##
5## This program is free software; you can redistribute it and/or modify
6## it under the terms of the GNU General Public License as published by
7## the Free Software Foundation; either version 2, or (at your option)
8## any later version.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13## GNU General Public License for more details.
14##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18## 02110-1301, USA.
19
20autoconflibdir = $(pkgdatadir)/autoconf
21dist_autoconflib_DATA = \
22	autoconf.m4 \
23	general.m4 status.m4 oldnames.m4 specific.m4 \
24	autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 \
25	lang.m4 c.m4 erlang.m4 fortran.m4 \
26	functions.m4 headers.m4 types.m4 libs.m4 programs.m4
27
28nodist_autoconflib_DATA = autoconf.m4f
29CLEANFILES = $(nodist_autoconflib_DATA)
30
31
32## --------------- ##
33## Building TAGS.  ##
34## --------------- ##
35
36TAGS_FILES = $(dist_autoconflib_DATA)
37
38ETAGS_ARGS = $(ETAGS_FOR_AUTOCONF)
39
40
41## -------- ##
42## Checks.  ##
43## -------- ##
44
45check-local: check-forbidden-patterns
46forbidden_patterns = -e '^_*EOF' -e ' cmp '
47forbidden_patterns_files = $(dist_autoconflib_DATA)
48
49
50## ------------------ ##
51## The frozen files.  ##
52## ------------------ ##
53
54autoconf.m4f: $(autoconf_m4f_dependencies)
55include ../freeze.mk
56