source: trunk/essentials/sys-devel/automake-1.7/lib/am/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 lib/am.
4
5## Copyright 1995, 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
6
7## This program is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation; either version 2, or (at your option)
10## any later version.
11
12## This program is distributed in the hope that it will be useful,
13## but WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU General Public License for more details.
16
17## You should have received a copy of the GNU General Public License
18## along with this program; if not, write to the Free Software
19## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
20## 02111-1307, USA.
21
22amdir = $(pkgvdatadir)/am
23
24dist_am_DATA = ansi2knr.am check.am clean-hdr.am clean.am compile.am \
25configure.am data.am dejagnu.am depend.am depend2.am distdir.am \
26footer.am header-vars.am header.am install.am java.am lang-compile.am \
27lex.am library.am libs.am libtool.am lisp.am ltlib.am ltlibrary.am \
28mans-vars.am mans.am multilib.am program.am progs.am python.am \
29remake-hdr.am scripts.am subdirs.am tags.am texi-vers.am texibuild.am \
30texinfos.am yacc.am
Note: See TracBrowser for help on using the repository browser.