Merge branch 'micro' into maint
[platform/upstream/automake.git] / lib / am / Makefile.inc
1 ## Included by top-level Makefile for Automake.
2
3 ## Copyright (C) 1995-2013 Free Software Foundation, Inc.
4 ##
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; either version 2, or (at your option)
8 ## any later version.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
18 ## --------------------- ##
19 ##  Makefile fragments.  ##
20 ## --------------------- ##
21
22 amdir = @amdir@
23
24 dist_am_DATA = \
25   %D%/check.am \
26   %D%/check2.am \
27   %D%/clean-hdr.am \
28   %D%/clean.am \
29   %D%/compile.am \
30   %D%/configure.am \
31   %D%/data.am \
32   %D%/dejagnu.am \
33   %D%/depend.am \
34   %D%/depend2.am \
35   %D%/distdir.am \
36   %D%/footer.am \
37   %D%/header-vars.am \
38   %D%/header.am \
39   %D%/install.am \
40   %D%/inst-vars.am \
41   %D%/java.am \
42   %D%/lang-compile.am \
43   %D%/lex.am \
44   %D%/library.am \
45   %D%/libs.am \
46   %D%/libtool.am \
47   %D%/lisp.am \
48   %D%/ltlib.am \
49   %D%/ltlibrary.am \
50   %D%/mans-vars.am \
51   %D%/mans.am \
52   %D%/program.am \
53   %D%/progs.am \
54   %D%/python.am \
55   %D%/remake-hdr.am \
56   %D%/scripts.am \
57   %D%/subdirs.am \
58   %D%/tags.am \
59   %D%/texi-vers.am \
60   %D%/texibuild.am \
61   %D%/texinfos.am \
62   %D%/vala.am \
63   %D%/yacc.am
64
65 # vim: ft=automake noet