* Removed all Id tags.
[cacao.git] / src / vm / jit / Makefile.am
index 16f1664b9cc94b35ff798d4956dfaee69e8d46fc..bc1ad834b2f607b7da77c33887e43fcdd1f822ca 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 7786 2007-04-21 12:37:47Z 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 -I$(top_srcdir)/contrib/vmlog
 
@@ -36,7 +33,6 @@ DIST_SUBDIRS = \
        loop \
        optimizing \
        schedule \
-       tools \
        verify \
        \
        intrp \
@@ -54,7 +50,6 @@ DIST_SUBDIRS = \
 
 SUBDIRS = \
        optimizing \
-       tools \
        $(ARCH_DIR)
 
 ARCH_LIB = \
@@ -159,6 +154,8 @@ libjit_la_SOURCES = \
        jit.h \
        parse.c \
        parse.h \
+       patcher-common.c \
+       patcher-common.h \
        $(RECOMPILE_SOURCES) \
        $(REG_SOURCES) \
        $(REPLACE_SOURCES) \
@@ -166,7 +163,9 @@ libjit_la_SOURCES = \
        show.h \
        $(STACK_SOURCES) \
        stacktrace.c \
-       stacktrace.h
+       stacktrace.h \
+       trace.c \
+       trace.h
 
 libjit_la_SOURCES += \
        cfg.c \