X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2FMakefile.am;h=bc1ad834b2f607b7da77c33887e43fcdd1f822ca;hb=9f859ad50d3d5d98c185d40b86b2179bc4dc9aeb;hp=16f1664b9cc94b35ff798d4956dfaee69e8d46fc;hpb=e586ec688aa9447020df0cf4e1e9476cf4d1c88e;p=cacao.git diff --git a/src/vm/jit/Makefile.am b/src/vm/jit/Makefile.am index 16f1664b9..bc1ad834b 100644 --- a/src/vm/jit/Makefile.am +++ b/src/vm/jit/Makefile.am @@ -21,10 +21,7 @@ ## 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 \