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 |
|
---|
23 | m4datadir = $(datadir)/aclocal-$(APIVERSION)
|
---|
24 |
|
---|
25 | dist_m4data_DATA = \
|
---|
26 | as.m4 \
|
---|
27 | auxdir.m4 \
|
---|
28 | ccstdc.m4 \
|
---|
29 | cond.m4 \
|
---|
30 | depend.m4 \
|
---|
31 | depout.m4 \
|
---|
32 | dmalloc.m4 \
|
---|
33 | gcj.m4 \
|
---|
34 | header.m4 \
|
---|
35 | init.m4 \
|
---|
36 | install-sh.m4 \
|
---|
37 | lead-dot.m4 \
|
---|
38 | lex.m4 \
|
---|
39 | lispdir.m4 \
|
---|
40 | maintainer.m4 \
|
---|
41 | make.m4 \
|
---|
42 | minuso.m4 \
|
---|
43 | missing.m4 \
|
---|
44 | multi.m4 \
|
---|
45 | obsol-gt.m4 \
|
---|
46 | obsol-lt.m4 \
|
---|
47 | obsolete.m4 \
|
---|
48 | options.m4 \
|
---|
49 | protos.m4 \
|
---|
50 | python.m4 \
|
---|
51 | regex.m4 \
|
---|
52 | runlog.m4 \
|
---|
53 | sanity.m4 \
|
---|
54 | strip.m4
|
---|
55 |
|
---|
56 | nodist_m4data_DATA = amversion.m4
|
---|
57 | DISTCLEANFILES = amversion.m4
|
---|
58 | EXTRA_DIST = dirlist
|
---|
Note:
See
TracBrowser
for help on using the repository browser.