Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 577:a181aeacd6e8
prev571:9bc09948d0f2
next1065:bc1cc0c54917
author nkeynes
date Mon Jan 14 10:23:49 2008 +0000 (15 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Remove asm file and convert to inline (easier to cope with platform conventions)
Add breakpoint support
Add MMU store-queue support
file annotate diff log raw
1.1 --- a/src/Makefile.am Thu Jan 10 08:28:37 2008 +0000
1.2 +++ b/src/Makefile.am Mon Jan 14 10:23:49 2008 +0000
1.3 @@ -51,25 +51,13 @@
1.4 x86dasm/i386-dis.c x86dasm/dis-init.c x86dasm/dis-buf.c
1.5
1.6 test_testsh4x86_LDADD = @GTK_LIBS@
1.7 -
1.8 -check_PROGRAMS += test/testsh4x86
1.9 -
1.10 -if BUILD_X86_64
1.11 -lxdream_SOURCES += sh4/ia64asm.s
1.12 test_testsh4x86_SOURCES = test/testsh4x86.c x86dasm/x86dasm.c \
1.13 x86dasm/x86dasm.h x86dasm/i386-dis.c x86dasm/dis-init.c \
1.14 x86dasm/dis-buf.c \
1.15 sh4/sh4dasm.c sh4/sh4trans.c sh4/sh4x86.c sh4/xltcache.c \
1.16 - sh4/xltcache.h mem.c util.c sh4/ia64asm.s
1.17 -else
1.18 -lxdream_SOURCES += sh4/ia32asm.s
1.19 -test_testsh4x86_SOURCES = test/testsh4x86.c x86dasm/x86dasm.c \
1.20 - x86dasm/x86dasm.h x86dasm/i386-dis.c x86dasm/dis-init.c \
1.21 - x86dasm/dis-buf.c \
1.22 - sh4/sh4dasm.c sh4/sh4trans.c sh4/sh4x86.c sh4/xltcache.c \
1.23 - sh4/xltcache.h mem.c util.c sh4/ia32asm.s
1.24 -endif
1.25 + sh4/xltcache.h mem.c util.c sh4/mmu.c
1.26
1.27 +check_PROGRAMS += test/testsh4x86
1.28 endif
1.29
1.30 if GUI_GTK
.