- moved defines into header
[cacao.git] / src / vm / jit / x86_64 / Makefile.am
index ec246afc0c859d23d6e664d12cb636755f119d59..7cdaf5cb8f6a5b50b61c5c9d137966c1d747e52b 100644 (file)
@@ -1,24 +1,26 @@
 ## Process this file with automake to produce Makefile.in
 
-# $Id: Makefile.am 1123 2004-06-03 20:44:56Z twisti $
+# $Id: Makefile.am 1266 2004-07-01 20:38:16Z twisti $
 
 
-INCLUDES = -I$(top_srcdir)/jit
+INCLUDES = -I$(top_srcdir)
 
 EXTRA_DIST = \
        asmpart.S \
-       disass.c \
-       disass.h \
-       native-math.h \
+       bfd.h \
        codegen.c \
        codegen.h \
-       types.h \
        dis-asm.h \
-       bfd.h
+       disass.c \
+       disass.h \
+       emitfuncs.c \
+       emitfuncs.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
 
 %.o: %.S
        $(COMPILE) -c $<