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

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

automake 1.8.5

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