* asmoffsets.h, disass.h: Removed if missed before.
[cacao.git] / src / vm / jit / alpha / Makefile.am
index ef4117f7ca5a1162ad3b14ca1c89419730d2ecfd..3d1643b014078be176e887d899d30f9d541e9d61 100644 (file)
@@ -3,7 +3,7 @@
 ## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
 ## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 ## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
-## TU Wien
+## Institut f. Computersprachen - TU Wien
 ##
 ## This file is part of CACAO.
 ##
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1721 2004-12-07 10:07:21Z twisti $
+## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+
+AM_CCASFLAGS = $(INCLUDES)
+
+BUILT_SOURCES = offsets.h
 
 CLEANFILES = offsets.h
 
 noinst_HEADERS = \
        arch.h \
        machine-instr.h \
-       types.h
+       \
+       md-abi.inc \
+       md-asm.h
 
 noinst_LTLIBRARIES = libarch.la
 
 libarch_la_SOURCES = \
-       asmoffsets.h \
        asmpart.S \
        codegen.c \
        codegen.h \
        disass.c \
-       disass.h
-
-asmpart.S: $(top_srcdir)/config.h offsets.h
+       patcher.c \
+       \
+       md-abi.c \
+       md-abi.h \
+       md.c \
+       md.h
 
-.S.lo:
-       $(LIBTOOL) --mode=compile $(COMPILE) -c $<
+$(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h
 
-offsets.h: $(top_srcdir)/config.h $(top_srcdir)/src/vm/global.h $(top_srcdir)/src/threads/native/threads.h
-       $(top_srcdir)/src/vm/jit/tools/genoffsets > offsets.h
+offsets.h: $(top_builddir)/src/vm/jit/tools/genoffsets $(top_builddir)/config.h
+       $(top_builddir)/src/vm/jit/tools/genoffsets > offsets.h
 
 
 ## Local variables: