X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fi386%2FMakefile.am;h=69eaf846fa4e81b31e4edbfb865762698b28c02c;hb=ce26b7dfbc9d81c7f78d27268177485854f55181;hp=cff7e408540aa3fd892ffdd83bfae72f46a9c30e;hpb=1bb8173afd2d7a06b3abcf8262456ee42ae833f1;p=cacao.git diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index cff7e4085..69eaf846f 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,48 +19,58 @@ ## ## 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 2341 2005-04-22 13:33:39Z twisti $ +## $Id: Makefile.am 4563 2006-03-06 13:03:05Z twisti $ ## Process this file with automake to produce Makefile.in -INCLUDES = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src +DIST_SUBDIRS = \ + freebsd \ + linux -AM_CCASFLAGS = $(INCLUDES) +SUBDIRS = $(OS_DIR) + +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir) -I$(top_builddir)/src +AM_CCASFLAGS = $(AM_CPPFLAGS) + +LIBS = + +BUILT_SOURCES = offsets.h CLEANFILES = offsets.h noinst_HEADERS = \ arch.h \ + icmd_uses_reg_res.inc \ machine-instr.h \ - types.h + \ + md-asm.h noinst_LTLIBRARIES = libarch.la libarch_la_SOURCES = \ - ansidecl.h \ - asmoffsets.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 \ + md.c \ patcher.c \ - symcat.h + \ + md-abi.c \ + md-abi.h + +libarch_la_LIBADD = \ + $(OS_DIR)/libmd.la $(srcdir)/asmpart.S: $(top_builddir)/config.h offsets.h