* don't include "md.h", not needed
[cacao.git] / src / vm / Makefile.am
index 301e368fed246ee1b2c046b147ab54033b6984d3..72bded3344c5e9fb72acb5cd69f415638a39831f 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 2196 2005-04-03 21:37:44Z twisti $
+## $Id: Makefile.am 2795 2005-06-23 09:34:51Z 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
 
@@ -57,14 +57,13 @@ 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 \
        initialize.c \
@@ -81,6 +80,8 @@ libvmcore_la_SOURCES = \
        resolve.c \
        resolve.h \
        $(STATISTICS_OBJ) \
+       signal.c \
+       signallocal.h \
        string.c \
        string.h \
        tables.c \
@@ -89,7 +90,9 @@ libvmcore_la_SOURCES = \
        utf8.h \
        $(ZLIB_OBJ)
 
-libvm_la_SOURCES =
+libvm_la_SOURCES = \
+       exceptions.c \
+       exceptions.h
 
 libvm_la_LIBADD = \
        libvmcore.la \