X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fi386%2FMakefile.am;h=9a596a47eda6e3e952241e0a5aacd74a05578c95;hb=31aa73fd8b935293a07d983f92fdeabe67fefc2a;hp=22561291dac22cf1d5a299b0792aa353144eafb8;hpb=9f859ad50d3d5d98c185d40b86b2179bc4dc9aeb;p=cacao.git diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index 22561291d..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. ## @@ -27,18 +25,23 @@ 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 @@ -55,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