* src/vm/jit/codegen-common.h (codegendata): Added stackframesize. I
[cacao.git] / src / vm / jit / i386 / Makefile.am
index 428ae826cd1a72ceecb8d870b3ea907d9b1f2b55..3ab62dd2cc51ec05d50876e228adc11c797921ad 100644 (file)
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 4731 2006-04-04 18:14:55Z edwin $
+## $Id: Makefile.am 5255 2006-08-21 15:17:48Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 DIST_SUBDIRS = \
+       darwin \
        freebsd \
        linux
 
 SUBDIRS = $(OS_DIR)
 
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR)
 AM_CCASFLAGS = $(AM_CPPFLAGS)
 
 LIBS =
@@ -50,11 +51,10 @@ CLEANFILES = offsets.h
 noinst_HEADERS = \
        arch.h \
        icmd_uses_reg_res.inc \
-       machine-instr.h \
-       \
-       md-asm.h
+       machine-instr.h
 
-noinst_LTLIBRARIES = libarch.la
+noinst_LTLIBRARIES = \
+       libarch.la
 
 if ENABLE_DISASSEMBLER
 DISASS_SOURCES = \
@@ -66,8 +66,8 @@ libarch_la_SOURCES = \
        codegen.c \
        codegen.h \
        $(DISASS_SOURCES) \
-       emitfuncs.c \
-       emitfuncs.h \
+       emit.c \
+       md-emit.h \
        md.c \
        patcher.c \
        \