source: trunk/essentials/sys-devel/automake-1.7/m4/Makefile.am

Last change on this file was 3120, checked in by bird, 18 years ago

automake 1.7.9

File size: 1.3 KB
Line 
1## Process this file with automake to create Makefile.in
2
3## Makefile for Automake m4.
4
5## Copyright 1996, 1997, 1998, 1999, 2001, 2002, 2003
6## Free Software Foundation, Inc.
7
8## This program is free software; you can redistribute it and/or modify
9## it under the terms of the GNU General Public License as published by
10## the Free Software Foundation; either version 2, or (at your option)
11## any later version.
12
13## This program is distributed in the hope that it will be useful,
14## but WITHOUT ANY WARRANTY; without even the implied warranty of
15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16## GNU General Public License for more details.
17
18## You should have received a copy of the GNU General Public License
19## along with this program; if not, write to the Free Software
20## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
21## 02111-1307, USA.
22
23m4datadir = $(datadir)/aclocal-$(APIVERSION)
24
25dist_m4data_DATA = \
26as.m4 \
27auxdir.m4 \
28ccstdc.m4 \
29cond.m4 \
30depend.m4 \
31depout.m4 \
32dmalloc.m4 \
33gcj.m4 \
34header.m4 \
35init.m4 \
36install-sh.m4 \
37lead-dot.m4 \
38lex.m4 \
39lispdir.m4 \
40maintainer.m4 \
41make.m4 \
42minuso.m4 \
43missing.m4 \
44multi.m4 \
45obsol-gt.m4 \
46obsol-lt.m4 \
47obsolete.m4 \
48options.m4 \
49protos.m4 \
50python.m4 \
51regex.m4 \
52runlog.m4 \
53sanity.m4 \
54strip.m4
55
56nodist_m4data_DATA = amversion.m4
57DISTCLEANFILES = amversion.m4
58EXTRA_DIST = dirlist
Note: See TracBrowser for help on using the repository browser.