Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 1263:b3de98d19faf
prev1258:f8a9c0fd2abb
next1264:74ad81710528
author nkeynes
date Tue Mar 06 09:04:34 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Break host disassembly bits out of sh4x86.in, and move the generic disasm
bits from x86dasm to xlat.
file annotate diff log raw
1.1 --- a/src/Makefile.am Mon Mar 05 11:41:03 2012 +1000
1.2 +++ b/src/Makefile.am Tue Mar 06 09:04:34 2012 +1000
1.3 @@ -86,15 +86,16 @@
1.4 if BUILD_SH4X86
1.5 liblxdream_core_a_SOURCES += sh4/sh4x86.c xlat/x86/x86op.h \
1.6 xlat/x86/ia32abi.h xlat/x86/amd64abi.h \
1.7 + xlat/xlatdasm.c xlat/xlatdasm.h \
1.8 sh4/sh4trans.c sh4/sh4trans.h sh4/mmux86.c sh4/shadow.c \
1.9 - x86dasm/x86dasm.c x86dasm/x86dasm.h \
1.10 x86dasm/i386-dis.c x86dasm/dis-init.c x86dasm/dis-buf.c \
1.11 x86dasm/ansidecl.h x86dasm/bfd.h x86dasm/dis-asm.h \
1.12 x86dasm/symcat.h x86dasm/sysdep.h
1.13
1.14 test_testsh4x86_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@
1.15 -test_testsh4x86_SOURCES = test/testsh4x86.c x86dasm/x86dasm.c \
1.16 - x86dasm/x86dasm.h x86dasm/i386-dis.c x86dasm/dis-init.c \
1.17 +test_testsh4x86_CPPFLAGS = @LXDREAMCPPFLAGS@
1.18 +test_testsh4x86_SOURCES = test/testsh4x86.c xlat/xlatdasm.c \
1.19 + xlat/xlatdasm.h x86dasm/i386-dis.c x86dasm/dis-init.c \
1.20 x86dasm/dis-buf.c \
1.21 sh4/sh4trans.c sh4/sh4x86.c xlat/xltcache.c sh4/sh4dasm.c \
1.22 xlat/xltcache.h mem.c util.c cpu.c
.