X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=069cd4fe1196f180db2fe4ff65cc1ed96980fa5d;hb=faf9ced36a84879b43e9b41783ba891cce356dd0;hp=0d2e1eefd4a71c7e9fc4e601f0bfdb9bff4670c9;hpb=5bc68e8c5cb6809f0fe7cd1c7cf2a647605d56d1;p=cacao.git diff --git a/Makefile.am b/Makefile.am index 0d2e1eefd..069cd4fe1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,145 +1,49 @@ -## Process this file with automake to produce Makefile.in - -# $Id: Makefile.am 557 2003-11-02 22:51:59Z twisti $ - -@SET_MAKE@ +## Makefile.am +## +## Copyright (C) 1996-2005, 2006, 2008 +## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO +## +## 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. + + +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 \ - 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 +SUBDIRS = \ + contrib \ + doc \ + man \ + src \ + tests -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 $@ +EXTRA_DIST = \ + ChangeLog-1998 \ + ChangeLog-1999 \ + ChangeLog-2000 \ + ChangeLog-2001 \ + ChangeLog-2002 \ + ChangeLog-2003 \ + ChangeLog-2004 \ + ChangeLog-2005 \ + ChangeLog-2006 \ + ChangeLog-2007 \ + THIRDPARTY ## Local variables: