* src/vm/jit/parse.cpp,
[cacao.git] / src / vm / jit / Makefile.am
index ad7d6524ff33d87d6836d6161707a96fc9cd5c18..42bb842472aa8567c9cfe6f2fa9a93639f4f548c 100644 (file)
@@ -114,6 +114,14 @@ TRAP_SOURCES = \
        trap.h
 endif
 
+if ENABLE_JITCACHE
+JITCACHE_SOURCES = \
+       jitcache.cpp \
+       jitcache.hpp
+
+endif
+
+
 if ENABLE_REPLACEMENT
 REPLACE_SOURCES += \
        replace.cpp
@@ -148,8 +156,8 @@ noinst_LTLIBRARIES = \
        libjit.la
 
 libjit_la_SOURCES = \
-       argument.c \
-       argument.h \
+       argument.cpp \
+       argument.hpp \
        builtin.cpp \
        builtin.hpp \
        builtintable.inc \
@@ -173,15 +181,16 @@ libjit_la_SOURCES = \
        linenumbertable.hpp \
        methodtree.c \
        methodtree.h \
-       parse.c \
-       parse.h \
+       parse.cpp \
+       parse.hpp \
        patcher-common.cpp \
        patcher-common.hpp \
        $(RECOMPILE_SOURCES) \
        $(REG_SOURCES) \
+       $(JITCACHE_SOURCES) \
        $(REPLACE_SOURCES) \
-       show.c \
-       show.h \
+       show.cpp \
+       show.hpp \
        $(STACK_SOURCES) \
        stacktrace.cpp \
        stacktrace.hpp \