X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fi386%2FMakefile.am;h=3ab62dd2cc51ec05d50876e228adc11c797921ad;hb=dc776e90dbd04542d9738c510fb8e85f3cbf5c5c;hp=bfe1430412197addb19bdbeb1c58ec8266aa23b2;hpb=ae54a055ddd85f237e76ca6918f730e21a9384db;p=cacao.git diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index bfe143041..3ab62dd2c 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -1,9 +1,9 @@ ## src/vm/jit/i386/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. ## @@ -19,67 +19,66 @@ ## ## 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 3669 2005-11-15 00:18:01Z twisti $ +## $Id: Makefile.am 5255 2006-08-21 15:17:48Z twisti $ ## Process this file with automake to produce Makefile.in DIST_SUBDIRS = \ + darwin \ freebsd \ linux SUBDIRS = $(OS_DIR) -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR)/$(OS_DIR) -I$(top_builddir) -I$(top_builddir)/src +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) -AM_CCASFLAGS = $(INCLUDES) +LIBS = + +BUILT_SOURCES = offsets.h CLEANFILES = offsets.h noinst_HEADERS = \ arch.h \ icmd_uses_reg_res.inc \ - machine-instr.h \ - \ - md-abi.h \ - md-abi.inc + machine-instr.h -noinst_LTLIBRARIES = libarch.la +noinst_LTLIBRARIES = \ + libarch.la + +if ENABLE_DISASSEMBLER +DISASS_SOURCES = \ + disass.c +endif libarch_la_SOURCES = \ - ansidecl.h \ asmpart.S \ - bfd.h \ codegen.c \ codegen.h \ - dis-buf.c \ - dis-asm.h \ - disass.c \ - disass.h \ - emitfuncs.c \ - emitfuncs.h \ - i386-dis.c \ + $(DISASS_SOURCES) \ + emit.c \ + md-emit.h \ md.c \ patcher.c \ - symcat.h \ \ - md-abi.c + md-abi.c \ + md-abi.h libarch_la_LIBADD = \ $(OS_DIR)/libmd.la $(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h -BUILT_SOURCES = offsets.h - offsets.h: $(top_builddir)/src/vm/jit/tools/genoffsets $(top_builddir)/config.h $(top_builddir)/src/vm/jit/tools/genoffsets > offsets.h