source: trunk/essentials/sys-devel/automake-1.10/lib/am/Makefile.am

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

automake 1.10

File size: 1.4 KB
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
23amdir = $(pkgvdatadir)/am
24
25dist_am_DATA = \
26ansi2knr.am \
27check.am \
28clean-hdr.am \
29clean.am \
30compile.am \
31configure.am \
32data.am \
33dejagnu.am \
34depend.am \
35depend2.am \
36distdir.am \
37footer.am \
38header-vars.am \
39header.am \
40install.am \
41inst-vars.am \
42java.am \
43lang-compile.am \
44lex.am \
45library.am \
46libs.am \
47libtool.am \
48lisp.am \
49ltlib.am \
50ltlibrary.am \
51mans-vars.am \
52mans.am \
53multilib.am \
54program.am \
55progs.am \
56python.am \
57remake-hdr.am \
58scripts.am \
59subdirs.am \
60tags.am \
61texi-vers.am \
62texibuild.am \
63texinfos.am \
64yacc.am
Note: See TracBrowser for help on using the repository browser.