* renamed CACAO_TYPECHECK to ENABLE_VERIFIER
[cacao.git] / src / vm / Makefile.am
index 3c400fb7d5a763d58254e7d02b4473541c1dbcb6..e497080c6c62ed1af2b52e66aec4a029f4f27620 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2130 2005-03-29 22:30:51Z twisti $
+## $Id: Makefile.am 3544 2005-11-03 20:35:18Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@
+INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@ -I$(top_srcdir)/src/vm/jit/@ARCH_DIR@/@OS_DIR@
 
 SUBDIRS = jit
 
@@ -48,7 +48,9 @@ ZLIB_OBJ = \
        unzip.h
 endif
 
-noinst_HEADERS = global.h
+noinst_HEADERS = \
+       global.h \
+       types.h
 
 noinst_LTLIBRARIES = libvmcore.la libvm.la
 
@@ -57,16 +59,19 @@ libvmcore_la_SOURCES = \
        access.h \
        builtin.c \
        builtin.h \
+       builtintable.inc \
        class.c \
        class.h \
        classcache.c \
        classcache.h \
        descriptor.c \
        descriptor.h \
-       exceptions.c \
-       exceptions.h \
        field.c \
        field.h \
+       finalizer.c \
+       finalizer.h \
+       initialize.c \
+       initialize.h \
        linker.c \
        linker.h \
        loader.c \
@@ -75,18 +80,23 @@ libvmcore_la_SOURCES = \
        method.h \
        options.c \
        options.h \
+       references.h \
        resolve.c \
        resolve.h \
        $(STATISTICS_OBJ) \
+       signal.c \
+       signallocal.h \
        string.c \
-       string.h \
+       stringlocal.h \
        tables.c \
        tables.h \
        utf8.c \
        utf8.h \
        $(ZLIB_OBJ)
 
-libvm_la_SOURCES =
+libvm_la_SOURCES = \
+       exceptions.c \
+       exceptions.h
 
 libvm_la_LIBADD = \
        libvmcore.la \