X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fx86_64%2FMakefile.am;h=528e9d14bcf487543a85f49c60614f180c88f02d;hb=9f859ad50d3d5d98c185d40b86b2179bc4dc9aeb;hp=89dbd326b6e58064845bc48509480e1d8aa932c5;hpb=d7562307ee30fe007cfa9cf691b5dd7cc745a5a5;p=cacao.git diff --git a/src/vm/jit/x86_64/Makefile.am b/src/vm/jit/x86_64/Makefile.am index 89dbd326b..528e9d14b 100644 --- a/src/vm/jit/x86_64/Makefile.am +++ b/src/vm/jit/x86_64/Makefile.am @@ -1,6 +1,6 @@ ## src/vm/jit/x86_64/Makefile.am ## -## Copyright (C) 1996-2005, 2006 R. Grafl, A. Krall, C. Kruegel, +## Copyright (C) 1996-2005, 2006, 2007 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 @@ -21,25 +21,18 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ## 02110-1301, USA. -## -## Contact: cacao@cacaojvm.org -## -## Authors: Christian Thalinger -## -## Changes: -## -## $Id: Makefile.am 4563 2006-03-06 13:03:05Z twisti $ -## Process this file with automake to produce Makefile.in -AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src -AM_CCASFLAGS = $(AM_CPPFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src -I$(top_builddir)/src +AM_CCASFLAGS = $(AM_CPPFLAGS) $(AM_LDFLAGS) LIBS = -BUILT_SOURCES = offsets.h +DIST_SUBDIRS = \ + freebsd \ + linux -CLEANFILES = offsets.h +SUBDIRS = $(OS_DIR) noinst_HEADERS = \ arch.h \ @@ -49,24 +42,28 @@ noinst_HEADERS = \ noinst_LTLIBRARIES = libarch.la +if ENABLE_DISASSEMBLER +DISASS_SOURCES = \ + disass.c +endif + libarch_la_SOURCES = \ asmpart.S \ codegen.c \ codegen.h \ - disass.c \ - emitfuncs.c \ - emitfuncs.h \ + $(DISASS_SOURCES) \ + emit.c \ + emit.h \ patcher.c \ \ md-abi.c \ md-abi.h \ - md.c \ - md.h + md.c -$(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h +libarch_la_LIBADD = \ + $(OS_DIR)/libmd.la -offsets.h: $(top_builddir)/src/vm/jit/tools/genoffsets $(top_builddir)/config.h - $(top_builddir)/src/vm/jit/tools/genoffsets > offsets.h +$(srcdir)/asmpart.S: $(top_builddir)/config.h ## Local variables: