X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fi386%2FMakefile.am;h=9a596a47eda6e3e952241e0a5aacd74a05578c95;hb=31aa73fd8b935293a07d983f92fdeabe67fefc2a;hp=7fdbb7126ea4355656a1200599eff9fc3734d9fb;hpb=d1325cdb872e3affcbc7da0cd11a7205ecc13ccf;p=cacao.git diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index 7fdbb7126..9a596a47e 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -1,9 +1,7 @@ ## src/vm/jit/i386/Makefile.am ## -## 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 +## Copyright (C) 1996-2005, 2006, 2007, 2008 +## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO ## ## This file is part of CACAO. ## @@ -21,27 +19,29 @@ ## along with this program; if not, write to the Free Software ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA ## 02110-1301, USA. -## -## $Id: Makefile.am 8274 2007-08-08 15:58:17Z twisti $ -## Process this file with automake to produce Makefile.in DIST_SUBDIRS = \ cygwin \ darwin \ freebsd \ - linux + linux \ + solaris SUBDIRS = $(OS_DIR) 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) +if ENABLE_PIC_ASM +AM_CCASFLAGS += -DENABLE_PIC_ASM +endif + LIBS = noinst_HEADERS = \ arch.h \ - machine-instr.h + md-atomic.hpp noinst_LTLIBRARIES = \ libarch.la @@ -58,11 +58,14 @@ libarch_la_SOURCES = \ $(DISASS_SOURCES) \ emit.c \ emit.h \ - md.c \ patcher.c \ \ md-abi.c \ - md-abi.h + md-abi.h \ + md-stubs.hpp \ + md-trap.h \ + md.c \ + md.h libarch_la_LIBADD = \ $(OS_DIR)/libmd.la