* src/vm/jit/linenumbertable.c: New file.
[cacao.git] / src / vm / jit / Makefile.am
index 16f1664b9cc94b35ff798d4956dfaee69e8d46fc..4e6da4e88583155cc311b201e700580da244f65a 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 = \
@@ -137,13 +132,14 @@ noinst_HEADERS = \
        abi-asm.h \
        asmpart.h \
        md.h \
-       methodheader.h \
-       patcher.h 
+       methodheader.h
 
 noinst_LTLIBRARIES = \
        libjit.la
 
 libjit_la_SOURCES = \
+       argument.c \
+       argument.h \
        code.c \
        code.h \
        codegen-common.c \
@@ -154,11 +150,17 @@ libjit_la_SOURCES = \
        dseg.h \
        emit-common.c \
        emit-common.h \
+       exceptiontable.c \
+       exceptiontable.h \
        icmdtable.inc \
        jit.c \
        jit.h \
+       linenumbertable.c \
+       linenumbertable.h \
        parse.c \
        parse.h \
+       patcher-common.c \
+       patcher-common.h \
        $(RECOMPILE_SOURCES) \
        $(REG_SOURCES) \
        $(REPLACE_SOURCES) \
@@ -166,7 +168,9 @@ libjit_la_SOURCES = \
        show.h \
        $(STACK_SOURCES) \
        stacktrace.c \
-       stacktrace.h
+       stacktrace.h \
+       trace.c \
+       trace.h
 
 libjit_la_SOURCES += \
        cfg.c \