- added emitfuncs stuff
[cacao.git] / src / vm / jit / i386 / Makefile.am
index 38bfd2b35138c811a1aa666416ed6fb20aace9d3..80331108d3884ae05c6cf34c4ee7a351905a696a 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 1124 2004-06-03 20:47:05Z twisti $
+# $Id: Makefile.am 1142 2004-06-05 23:20:53Z twisti $
 
 
 INCLUDES = -I$(top_srcdir)
@@ -13,16 +13,18 @@ EXTRA_DIST = \
        dis-asm.h \
        disass.c \
        disass.h \
+       emitfuncs.c \
+       emitfuncs.h \
        machine-instr.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
+libarch_a_SOURCES = asmpart.S codegen.c disass.c emitfuncs.c i386-dis.c dis-buf.c
 
 asmpart.o: asmpart.S offsets.h
-       $(COMPILE) -c asmpart.S
+       $(COMPILE) -c $<
 
 
 ## Local variables: