Merging 7971:887db7d64bc9 with 7970:21b063622472.
[cacao.git] / Makefile.am
1 ## Makefile.am
2 ##
3 ## Copyright (C) 1996-2005, 2006, 2008
4 ## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
5 ##
6 ## This file is part of CACAO.
7 ##
8 ## This program is free software; you can redistribute it and/or
9 ## modify it under the terms of the GNU General Public License as
10 ## published by the Free Software Foundation; either version 2, or (at
11 ## your option) any later version.
12 ##
13 ## This program is distributed in the hope that it will be useful, but
14 ## WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 ## 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
24 ACLOCAL_AMFLAGS = -I m4
25
26 MAINTAINERCLEANFILES = Makefile.in configure
27
28 SUBDIRS = contrib doc man src tests
29
30 EXTRA_DIST = \
31         ChangeLog-1998 \
32         ChangeLog-1999 \
33         ChangeLog-2000 \
34         ChangeLog-2001 \
35         ChangeLog-2002 \
36         ChangeLog-2003 \
37         ChangeLog-2004 \
38         ChangeLog-2005 \
39         THIRDPARTY
40
41
42 ## Local variables:
43 ## mode: Makefile
44 ## indent-tabs-mode: t
45 ## c-basic-offset: 4
46 ## tab-width: 8
47 ## compile-command: "automake --add-missing"
48 ## End: