From eacb33e6d45e127e136399463b1c92a6415f29da Mon Sep 17 00:00:00 2001 From: twisti Date: Thu, 3 Jun 2004 20:47:05 +0000 Subject: [PATCH] Removed methodtable.* stuff. --- jit/i386/Makefile.am | 12 +++++------- src/vm/jit/i386/Makefile.am | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/jit/i386/Makefile.am b/jit/i386/Makefile.am index 55e33a125..38bfd2b35 100644 --- a/jit/i386/Makefile.am +++ b/jit/i386/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in -# $Id: Makefile.am 991 2004-03-29 11:22:34Z stefan $ +# $Id: Makefile.am 1124 2004-06-03 20:47:05Z twisti $ -INCLUDES = -I$(top_srcdir)/jit +INCLUDES = -I$(top_srcdir) EXTRA_DIST = \ asmpart.S \ @@ -14,17 +14,15 @@ EXTRA_DIST = \ disass.c \ disass.h \ machine-instr.h \ - methodtable.c \ - methodtable.h \ native-math.h \ types.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 $< +asmpart.o: asmpart.S offsets.h + $(COMPILE) -c asmpart.S ## Local variables: diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index 55e33a125..38bfd2b35 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in -# $Id: Makefile.am 991 2004-03-29 11:22:34Z stefan $ +# $Id: Makefile.am 1124 2004-06-03 20:47:05Z twisti $ -INCLUDES = -I$(top_srcdir)/jit +INCLUDES = -I$(top_srcdir) EXTRA_DIST = \ asmpart.S \ @@ -14,17 +14,15 @@ EXTRA_DIST = \ disass.c \ disass.h \ machine-instr.h \ - methodtable.c \ - methodtable.h \ native-math.h \ types.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 $< +asmpart.o: asmpart.S offsets.h + $(COMPILE) -c asmpart.S ## Local variables: -- 2.25.1