* Removed all Id tags.
[cacao.git] / src / vm / jit / Makefile.am
index 43b392df351ed6ffe9eec2f03fda3afab09a4007..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 7343 2007-02-13 02:36:29Z ajordan $
 
-## 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
 
 LIBS =
 
@@ -36,33 +33,25 @@ DIST_SUBDIRS = \
        loop \
        optimizing \
        schedule \
-       tools \
+       verify \
        \
        intrp \
        alpha \
        arm \
        i386 \
+       m68k \
        mips \
        parisc \
        powerpc \
        powerpc64 \
+       s390 \
        sparc64 \
-       x86_64 \
-       s390
-
-if ENABLE_VERIFIER
-DIST_SUBDIRS += verify
-endif
+       x86_64
 
 SUBDIRS = \
        optimizing \
-       tools \
        $(ARCH_DIR)
 
-if ENABLE_VERIFIER
-SUBDIRS += verify
-endif
-
 ARCH_LIB = \
        $(ARCH_DIR)/libarch.la
 
@@ -136,8 +125,6 @@ endif
 
 if WITH_BINUTILS_DISASSEMBLER
 DISASS_SOURCES = disass-common.c
-else
-DISASS_SOURCES =
 endif
 
 noinst_HEADERS = \
@@ -167,6 +154,8 @@ libjit_la_SOURCES = \
        jit.h \
        parse.c \
        parse.h \
+       patcher-common.c \
+       patcher-common.h \
        $(RECOMPILE_SOURCES) \
        $(REG_SOURCES) \
        $(REPLACE_SOURCES) \
@@ -174,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 \
@@ -192,9 +183,6 @@ libjit_la_LIBADD = \
        $(INTRP_LIB) \
        $(ARCH_LIB)
 
-if ENABLE_VERIFIER
-libjit_la_LIBADD +=    verify/libverify.la
-endif
 
 ## Local variables:
 ## mode: Makefile