X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fmips%2FMakefile.am;h=ce07cde79a90340b974fd6520b4ca34534e201ea;hb=8c81647e1c96715f45498a3ada7f795b5c9dfe81;hp=5f33867cba773fb4777d1374d3ce50f022c86979;hpb=d6d503c18a5c5342b6720982b2e9c92fcf9494d0;p=cacao.git diff --git a/src/vm/jit/mips/Makefile.am b/src/vm/jit/mips/Makefile.am index 5f33867cb..ce07cde79 100644 --- a/src/vm/jit/mips/Makefile.am +++ b/src/vm/jit/mips/Makefile.am @@ -1,9 +1,7 @@ ## src/vm/jit/mips/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, 2007, 2008 +## CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO ## ## This file is part of CACAO. ## @@ -19,54 +17,54 @@ ## ## 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. -## -## Contact: cacao@complang.tuwien.ac.at -## -## Authors: Christian Thalinger -## -## Changes: -## -## $Id: Makefile.am 3322 2005-10-04 18:31:47Z twisti $ +## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +## 02110-1301, USA. -## Process this file with automake to produce Makefile.in + +DIST_SUBDIRS = \ + irix \ + linux \ + uclinux SUBDIRS = $(OS_DIR) -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) +LIBS = noinst_HEADERS = \ arch.h \ machine-instr.h \ \ - md-abi.inc \ md-asm.h -noinst_LTLIBRARIES = libarch.la +noinst_LTLIBRARIES = \ + libarch.la + +if ENABLE_DISASSEMBLER +DISASS_SOURCES = \ + disass.c +endif libarch_la_SOURCES = \ asmpart.S \ codegen.c \ codegen.h \ - disass.c \ - disass.h \ + $(DISASS_SOURCES) \ + emit.c \ patcher.c \ \ md-abi.c \ md-abi.h \ + md-trap.h \ md.c \ md.h libarch_la_LIBADD = \ $(OS_DIR)/libmd.la -$(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h - -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: