* configure.ac: Default to AC_ENABLE_SHARED and AC_DISABLE_STATIC.
[cacao.git] / src / vm / jit / x86_64 / Makefile.am
index 4a8e47ec9b1b8d474ffd07aca58e1efb1c50a887..34681d93d3e60e5fbbe6846463f5b71da836bc2c 100644 (file)
@@ -1,9 +1,9 @@
 ## src/vm/jit/x86_64/Makefile.am
 ##
-## 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,
-## Institut f. Computersprachen - TU Wien
+## Copyright (C) 1996-2005, 2006 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, Institut f. Computersprachen - TU Wien
 ##
 ## This file is part of CACAO.
 ##
 ##
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-## 02111-1307, USA.
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+## 02110-1301, USA.
 ##
-## Contact: cacao@complang.tuwien.ac.at
+## Contact: cacao@cacaojvm.org
 ##
 ## Authors: Christian Thalinger
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3273 2005-09-21 21:14:01Z twisti $
+## $Id: Makefile.am 4357 2006-01-22 23:33:38Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src
+AM_CCASFLAGS = $(AM_CPPFLAGS)
 
-AM_CCASFLAGS = $(INCLUDES)
+BUILT_SOURCES = offsets.h
 
 CLEANFILES = offsets.h
 
@@ -42,27 +43,18 @@ noinst_HEADERS = \
        arch.h \
        machine-instr.h \
        \
-       md-abi.inc \
        md-asm.h
 
 noinst_LTLIBRARIES = libarch.la
 
 libarch_la_SOURCES = \
-       ansidecl.h \
-       asmoffsets.h \
        asmpart.S \
-       bfd.h \
        codegen.c \
        codegen.h \
-       dis-asm.h \
-       dis-buf.c \
        disass.c \
-       disass.h \
        emitfuncs.c \
        emitfuncs.h \
-       i386-dis.c \
        patcher.c \
-       symcat.h \
        \
        md-abi.c \
        md-abi.h \