* Removed all Id tags.
[cacao.git] / src / vm / Makefile.am
index a0edeb378269396003b331ae9c9b80b2ca53256e..34cdc2a2cceb332bcb0fbead6721eb69d5d193d8 100644 (file)
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 ## 02110-1301, USA.
-##
-## $Id: Makefile.am 7464 2007-03-06 00:26:31Z edwin $
 
 ## Process this file with automake to produce Makefile.in
 
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir)/src
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir)/src -I$(top_srcdir)/contrib/vmlog -I$(top_srcdir)/src/native
 
 LIBS =
 
@@ -48,6 +46,8 @@ noinst_LTLIBRARIES = \
 libvm_la_SOURCES = \
        access.c \
        access.h \
+       array.c \
+       array.h \
        builtin.c \
        builtin.h \
        builtintable.inc \
@@ -59,6 +59,8 @@ libvm_la_SOURCES = \
        initialize.c \
        initialize.h \
        jit_interface.h \
+       primitive.c \
+       primitive.h \
        properties.c \
        properties.h \
        resolve.c \