* Updated header: Added 2006. Changed address of FSF. Changed email
[cacao.git] / Makefile.am
index 4bbbed2be838dbece76c3b68b34957d1014797f2..f5bfe2720fd9cb2461849530582e3514747df134 100644 (file)
-## Process this file with automake to produce Makefile.in
+## Makefile.am
+##
+## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel,
+## C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
+## E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
+## J. Wenninger, Institut f. Computersprachen - TU Wien
+##
+## This file is part of CACAO.
+##
+## This program is free software; you can redistribute it and/or
+## modify it under the terms of the GNU General Public License as
+## published by the Free Software Foundation; either version 2, or (at
+## your option) any later version.
+##
+## This program is distributed in the hope that it will be useful, but
+## WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+## General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+## 02111-1307, USA.
+##
+## Contact: cacao@cacaojvm.org
+##
+## Authors: Christian Thalinger
+##
+## Changes:
+##
+## $Id: Makefile.am 4357 2006-01-22 23:33:38Z twisti $
 
-# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
+## Process this file with automake to produce Makefile.in
 
-@SET_MAKE@
+ACLOCAL_AMFLAGS = -I m4
 
 MAINTAINERCLEANFILES = Makefile.in configure
-ALLSUBDIRS = mm toolbox threads jit nat tst doc jvmtst
-SUBDIRS = $(ALLSUBDIRS)
-DIST_SUBDIRS = $(ALLSUBDIRS)
-
-EXTRA_DIST = \
-       html/cacaoinstall.html \
-       html/cacaoman.html \
-       html/index.html \
-       jni.c \
-       main.h \
-       natcalls.h \
-       nativecalls.h
-
-CLEANFILES = \
-       jit/@ARCH_DIR@/asmpart.o \
-       jit/@ARCH_DIR@/offsets.h \
-       nativetable.hh \
-       nativetypes.hh
-
-bin_PROGRAMS = cacao
-noinst_PROGRAMS = cacaoh
-
-INCLUDES = -I$(top_srcdir)/jit/@ARCH_DIR@ -I$(top_srcdir)/jit
-
-BOEHM_LIBS = mm/libboehm.a mm/boehm-gc/.libs/libgc.a
-
-cacao_SOURCES = \
-       asmpart.h \
-       builtin.c \
-       builtin.h \
-       global.h \
-       loader.c \
-       loader.h \
-       main.c \
-       native.c \
-       native.h \
-       jni.h \
-       tables.c \
-       tables.h
 
-cacao_LDADD = \
-       jit/libjit.a \
-       jit/loop/libloop.a \
-       jit/@ARCH_DIR@/libarch.a \
-       toolbox/libtoolbox.a \
-       $(BOEHM_LIBS) \
-       @THREAD_OBJ@
-
-cacao_DEPENDENCIES = \
-       jit/libjit.a \
-       jit/loop/libloop.a \
-       jit/@ARCH_DIR@/libarch.a \
-       toolbox/libtoolbox.a \
-       $(BOEHM_LIBS) \
-       @THREAD_OBJ@
-
-cacaoh_SOURCES = \
-       headers.c \
-       tables.c \
-       loader.c \
-       builtin.c
-
-cacaoh_LDADD = \
-       toolbox/libtoolbox.a \
-       $(BOEHM_LIBS) \
-       @THREAD_OBJ@
-
-cacaoh_DEPENDENCIES = \
-       toolbox/libtoolbox.a \
-       $(BOEHM_LIBS) \
-       @THREAD_OBJ@
-
-native.c: nativetypes.hh jit/@ARCH_DIR@/offsets.h nativetable.hh
-
-nativetypes.hh jit/@ARCH_DIR@/offsets.h nativetable.hh: cacaoh
-       ./cacaoh \
-               java.lang.Object \
-               java.lang.String \
-               java.lang.ClassLoader \
-               java.lang.Class \
-               java.lang.Compiler \
-               java.lang.Integer \
-               java.lang.Double \
-               java.lang.Float \
-               java.lang.Math \
-               java.lang.Package \
-               java.lang.Runtime \
-               java.lang.SecurityManager \
-               java.lang.Exception \
-               java.io.PrintStream \
-               java.io.InputStream \
-               java.lang.System \
-               java.lang.Thread \
-               java.lang.ThreadGroup \
-               java.lang.Throwable \
-               java.lang.reflect.Array \
-               java.lang.reflect.Constructor \
-               java.lang.reflect.Field \
-               java.lang.reflect.Method \
-               java.lang.reflect.Modifier \
-               java.io.FileDescriptor \
-               java.io.FileInputStream \
-               java.io.FileOutputStream \
-               java.io.FileSystem \
-               java.io.ObjectInputStream \
-               java.io.ObjectStreamClass \
-               java.io.RandomAccessFile \
-               java.util.ResourceBundle \
-               java.util.jar.JarFile \
-               java.util.zip.Adler32 \
-               java.util.zip.CRC32 \
-               java.util.zip.Deflater \
-               java.util.zip.Inflater \
-               java.util.zip.ZipEntry \
-               java.util.zip.ZipFile \
-               java.util.Properties \
-               java.util.Date \
-               java.math.BigInteger \
-               java.net.InetAddress \
-               java.net.InetAddressImpl \
-               java.net.DatagramPacket \
-               java.net.PlainDatagramSocketImpl \
-               java.net.SocketImpl \
-               java.net.PlainSocketImpl \
-               java.net.SocketInputStream \
-               java.net.SocketOutputStream \
-               java.security.PrivilegedActionException \
-               java.security.PrivilegedAction \
-               java.security.PrivilegedExceptionAction \
-               java.security.AccessController \
-               java.io.File \
-               java.io.UnixFileSystem \
-               java.lang.ClassLoader_NativeLibrary
-
-checkjvm:
-       $(MAKE) -C jvmtst $@
+SUBDIRS = contrib doc man src tests
 
+EXTRA_DIST = \
+       ChangeLog-1998 \
+       ChangeLog-1999 \
+       ChangeLog-2000 \
+       ChangeLog-2001 \
+       ChangeLog-2002 \
+       ChangeLog-2003 \
+       ChangeLog-2004 \
+       ChangeLog-2005
 
 ## Local variables:
 ## mode: Makefile