Line | |
---|
1 | ## Process this file with automake to create Makefile.in
|
---|
2 |
|
---|
3 | ## Makefile for Automake lib/am.
|
---|
4 |
|
---|
5 | ## Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004
|
---|
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., 51 Franklin Street, Fifth Floor, Boston, MA
|
---|
21 | ## 02110-1301, USA.
|
---|
22 |
|
---|
23 | amdir = $(pkgvdatadir)/am
|
---|
24 |
|
---|
25 | dist_am_DATA = \
|
---|
26 | ansi2knr.am \
|
---|
27 | check.am \
|
---|
28 | clean-hdr.am \
|
---|
29 | clean.am \
|
---|
30 | compile.am \
|
---|
31 | configure.am \
|
---|
32 | data.am \
|
---|
33 | dejagnu.am \
|
---|
34 | depend.am \
|
---|
35 | depend2.am \
|
---|
36 | distdir.am \
|
---|
37 | footer.am \
|
---|
38 | header-vars.am \
|
---|
39 | header.am \
|
---|
40 | install.am \
|
---|
41 | inst-vars.am \
|
---|
42 | java.am \
|
---|
43 | lang-compile.am \
|
---|
44 | lex.am \
|
---|
45 | library.am \
|
---|
46 | libs.am \
|
---|
47 | libtool.am \
|
---|
48 | lisp.am \
|
---|
49 | ltlib.am \
|
---|
50 | ltlibrary.am \
|
---|
51 | mans-vars.am \
|
---|
52 | mans.am \
|
---|
53 | multilib.am \
|
---|
54 | program.am \
|
---|
55 | progs.am \
|
---|
56 | python.am \
|
---|
57 | remake-hdr.am \
|
---|
58 | scripts.am \
|
---|
59 | subdirs.am \
|
---|
60 | tags.am \
|
---|
61 | texi-vers.am \
|
---|
62 | texibuild.am \
|
---|
63 | texinfos.am \
|
---|
64 | yacc.am
|
---|
Note:
See
TracBrowser
for help on using the repository browser.