Removed methodtable.* entries.
authortwisti <none@none>
Thu, 3 Jun 2004 20:44:56 +0000 (20:44 +0000)
committertwisti <none@none>
Thu, 3 Jun 2004 20:44:56 +0000 (20:44 +0000)
jit/x86_64/Makefile.am
src/vm/jit/x86_64/Makefile.am

index bf68b640502d49ed30a0f749c779c674ec0e9b06..ec246afc0c859d23d6e664d12cb636755f119d59 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 617 2003-11-13 09:20:03Z stefan $
+# $Id: Makefile.am 1123 2004-06-03 20:44:56Z twisti $
 
 
 INCLUDES = -I$(top_srcdir)/jit
@@ -12,15 +12,13 @@ EXTRA_DIST = \
        native-math.h \
        codegen.c \
        codegen.h \
-       methodtable.c \
-       methodtable.h \
        types.h \
        dis-asm.h \
        bfd.h
 
 noinst_LIBRARIES = libarch.a
 
-libarch_a_SOURCES = asmpart.S codegen.c disass.c i386-dis.c dis-buf.c methodtable.c
+libarch_a_SOURCES = asmpart.S codegen.c disass.c i386-dis.c dis-buf.c
 
 %.o: %.S
        $(COMPILE) -c $<
index bf68b640502d49ed30a0f749c779c674ec0e9b06..ec246afc0c859d23d6e664d12cb636755f119d59 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 617 2003-11-13 09:20:03Z stefan $
+# $Id: Makefile.am 1123 2004-06-03 20:44:56Z twisti $
 
 
 INCLUDES = -I$(top_srcdir)/jit
@@ -12,15 +12,13 @@ EXTRA_DIST = \
        native-math.h \
        codegen.c \
        codegen.h \
-       methodtable.c \
-       methodtable.h \
        types.h \
        dis-asm.h \
        bfd.h
 
 noinst_LIBRARIES = libarch.a
 
-libarch_a_SOURCES = asmpart.S codegen.c disass.c i386-dis.c dis-buf.c methodtable.c
+libarch_a_SOURCES = asmpart.S codegen.c disass.c i386-dis.c dis-buf.c
 
 %.o: %.S
        $(COMPILE) -c $<