Removed methodtable.* stuff.
[cacao.git] / src / vm / jit / i386 / Makefile.am
index 55e33a125caa66f46fe3df724e4ef8e870a6ea78..38bfd2b35138c811a1aa666416ed6fb20aace9d3 100644 (file)
@@ -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: