Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 939:6f2302afeb89
prev931:430048ea8b71
next1067:d3c00ffccfcd
author nkeynes
date Tue Jan 06 02:03:36 2009 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Back out the CALL_ptr change (need to handle relocation from end-of-cache to
front in overflow situations)
file annotate diff log raw
1.1 --- a/src/Makefile.am Tue Dec 23 05:48:05 2008 +0000
1.2 +++ b/src/Makefile.am Tue Jan 06 02:03:36 2009 +0000
1.3 @@ -34,7 +34,7 @@
1.4
1.5 lxdream_SOURCES = \
1.6 main.c version.c config.c config.h lxdream.h dream.h gui.h cpu.h hook.h \
1.7 - gettext.h mem.c mem.h mmio.h paths.c watch.c \
1.8 + gettext.h mem.c mem.h sdram.c mmio.h paths.c watch.c \
1.9 asic.c asic.h clock.h serial.h \
1.10 syscall.c syscall.h bios.c dcload.c \
1.11 gdrom/ide.c gdrom/ide.h gdrom/packet.h gdrom/gdimage.c \
1.12 @@ -66,7 +66,7 @@
1.13 if BUILD_SH4X86
1.14 lxdream_SOURCES += sh4/sh4x86.c sh4/x86op.h \
1.15 sh4/ia32abi.h sh4/ia32mac.h sh4/ia64abi.h \
1.16 - sh4/sh4trans.c sh4/sh4trans.h \
1.17 + sh4/sh4trans.c sh4/sh4trans.h sh4/mmux86.c \
1.18 x86dasm/x86dasm.c x86dasm/x86dasm.h \
1.19 x86dasm/i386-dis.c x86dasm/dis-init.c x86dasm/dis-buf.c \
1.20 x86dasm/ansidecl.h x86dasm/bfd.h x86dasm/dis-asm.h \
1.21 @@ -76,8 +76,8 @@
1.22 test_testsh4x86_SOURCES = test/testsh4x86.c x86dasm/x86dasm.c \
1.23 x86dasm/x86dasm.h x86dasm/i386-dis.c x86dasm/dis-init.c \
1.24 x86dasm/dis-buf.c \
1.25 - sh4/sh4dasm.c sh4/sh4trans.c sh4/sh4x86.c sh4/xltcache.c \
1.26 - sh4/xltcache.h mem.c util.c sh4/mmu.c
1.27 + sh4/sh4trans.c sh4/sh4x86.c sh4/xltcache.c \
1.28 + sh4/xltcache.h mem.c util.c
1.29
1.30 check_PROGRAMS += test/testsh4x86
1.31 endif
.