From: twisti Date: Wed, 23 Nov 2005 14:41:16 +0000 (+0000) Subject: * asmoffsets.h, disass.h: Removed if missed before. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=d19c111627b93e579066c6b800e48ba82a50b406;p=cacao.git * asmoffsets.h, disass.h: Removed if missed before. --- diff --git a/src/vm/jit/alpha/Makefile.am b/src/vm/jit/alpha/Makefile.am index ccc0f4066..3d1643b01 100644 --- a/src/vm/jit/alpha/Makefile.am +++ b/src/vm/jit/alpha/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3670 2005-11-15 00:26:07Z twisti $ +## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $ ## Process this file with automake to produce Makefile.in @@ -50,12 +50,10 @@ noinst_HEADERS = \ noinst_LTLIBRARIES = libarch.la libarch_la_SOURCES = \ - asmoffsets.h \ asmpart.S \ codegen.c \ codegen.h \ disass.c \ - disass.h \ patcher.c \ \ md-abi.c \ diff --git a/src/vm/jit/i386/Makefile.am b/src/vm/jit/i386/Makefile.am index e6703d02a..b64391972 100644 --- a/src/vm/jit/i386/Makefile.am +++ b/src/vm/jit/i386/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3670 2005-11-15 00:26:07Z twisti $ +## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $ ## Process this file with automake to produce Makefile.in @@ -65,7 +65,6 @@ libarch_la_SOURCES = \ dis-buf.c \ dis-asm.h \ disass.c \ - disass.h \ emitfuncs.c \ emitfuncs.h \ i386-dis.c \ diff --git a/src/vm/jit/intrp/Makefile.am b/src/vm/jit/intrp/Makefile.am index 031476670..4166c1b96 100644 --- a/src/vm/jit/intrp/Makefile.am +++ b/src/vm/jit/intrp/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3710 2005-11-18 00:52:13Z twisti $ +## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $ ## Process this file with automake to produce Makefile.in @@ -42,7 +42,6 @@ libintrp_la_SOURCES = \ codegen.h \ disasm.c \ disass.c \ - disass.h \ engine.c \ intrp.h \ md.c \ diff --git a/src/vm/jit/mips/Makefile.am b/src/vm/jit/mips/Makefile.am index 8f94cecb7..c7431811b 100644 --- a/src/vm/jit/mips/Makefile.am +++ b/src/vm/jit/mips/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3670 2005-11-15 00:26:07Z twisti $ +## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $ ## Process this file with automake to produce Makefile.in @@ -60,7 +60,6 @@ libarch_la_SOURCES = \ codegen.c \ codegen.h \ disass.c \ - disass.h \ patcher.c \ \ md-abi.c \ diff --git a/src/vm/jit/powerpc/Makefile.am b/src/vm/jit/powerpc/Makefile.am index 79ab9a0fa..d599296bd 100644 --- a/src/vm/jit/powerpc/Makefile.am +++ b/src/vm/jit/powerpc/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3670 2005-11-15 00:26:07Z twisti $ +## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $ ## Process this file with automake to produce Makefile.in @@ -53,13 +53,11 @@ noinst_HEADERS = \ noinst_LTLIBRARIES = libarch.la libarch_la_SOURCES = \ - asmoffsets.h \ asmpart.S \ codegen.c \ codegen.h \ dis-asm.h \ disass.c \ - disass.h \ md.c \ patcher.c \ ppc-dis.c \ diff --git a/src/vm/jit/x86_64/Makefile.am b/src/vm/jit/x86_64/Makefile.am index aa3b409b9..411200474 100644 --- a/src/vm/jit/x86_64/Makefile.am +++ b/src/vm/jit/x86_64/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 3670 2005-11-15 00:26:07Z twisti $ +## $Id: Makefile.am 3765 2005-11-23 14:41:16Z twisti $ ## Process this file with automake to produce Makefile.in @@ -51,7 +51,6 @@ noinst_LTLIBRARIES = libarch.la libarch_la_SOURCES = \ ansidecl.h \ - asmoffsets.h \ asmpart.S \ bfd.h \ codegen.c \ @@ -59,7 +58,6 @@ libarch_la_SOURCES = \ dis-asm.h \ dis-buf.c \ disass.c \ - disass.h \ emitfuncs.c \ emitfuncs.h \ i386-dis.c \