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
|
---|
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 | amdir = $(pkgvdatadir)/am
|
---|
24 |
|
---|
25 | dist_am_DATA = ansi2knr.am check.am clean-hdr.am clean.am compile.am \
|
---|
26 | configure.am data.am dejagnu.am depend.am depend2.am distdir.am \
|
---|
27 | footer.am header-vars.am header.am install.am java.am lang-compile.am \
|
---|
28 | lex.am library.am libs.am libtool.am lisp.am ltlib.am ltlibrary.am \
|
---|
29 | mans-vars.am mans.am multilib.am program.am progs.am python.am \
|
---|
30 | remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am \
|
---|
31 | texinfos.am yacc.am
|
---|