Linear Scan Register Allocator disabled. (with #ifdef LSRA\...\#endif)
[cacao.git] / Makefile.am
index 4bbbed2be838dbece76c3b68b34957d1014797f2..1eda8cac24d65a3890f7a8358624585cb418d1f7 100644 (file)
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 618 2003-11-13 09:39:28Z stefan $
-
-@SET_MAKE@
+# $Id: Makefile.am 1621 2004-11-30 13:06:55Z twisti $
 
 MAINTAINERCLEANFILES = Makefile.in configure
-ALLSUBDIRS = mm toolbox threads jit nat tst doc jvmtst
-SUBDIRS = $(ALLSUBDIRS)
-DIST_SUBDIRS = $(ALLSUBDIRS)
+
+SUBDIRS = doc src tests
 
 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 $@
+       html/index.html
 
 
 ## Local variables: