Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 991:60c7fab9c880
prev989:7baf5ecd8e98
next993:f59ebcf41f5d
author nkeynes
date Wed Mar 04 23:12:21 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Move xltcache to xlat/ src directory
Commit new and improved x86 opcode file - cleaned up and added support for amd64 extended registers
file annotate diff log raw
1.1 --- a/src/Makefile.am Sat Feb 28 06:26:48 2009 +0000
1.2 +++ b/src/Makefile.am Wed Mar 04 23:12:21 2009 +0000
1.3 @@ -45,7 +45,7 @@
1.4 sh4/sh4.c sh4/intc.c sh4/intc.h sh4/sh4mem.c sh4/timer.c sh4/dmac.c \
1.5 sh4/mmu.c sh4/sh4core.c sh4/sh4core.h sh4/sh4dasm.c sh4/sh4dasm.h \
1.6 sh4/sh4mmio.c sh4/sh4mmio.h sh4/scif.c sh4/sh4stat.c sh4/sh4stat.h \
1.7 - sh4/xltcache.c sh4/xltcache.h sh4/sh4.h sh4/dmac.h sh4/pmm.c \
1.8 + xlat/xltcache.c xlat/xltcache.h sh4/sh4.h sh4/dmac.h sh4/pmm.c \
1.9 sh4/cache.c sh4/mmu.h \
1.10 aica/armcore.c aica/armcore.h aica/armdasm.c aica/armdasm.h aica/armmem.c \
1.11 aica/aica.c aica/aica.h aica/audio.c aica/audio.h \
1.12 @@ -64,7 +64,7 @@
1.13
1.14
1.15 if BUILD_SH4X86
1.16 -lxdream_SOURCES += sh4/sh4x86.c sh4/x86op.h \
1.17 +lxdream_SOURCES += sh4/sh4x86.c xlat/x86/x86op.h \
1.18 sh4/ia32abi.h sh4/ia32mac.h sh4/ia64abi.h \
1.19 sh4/sh4trans.c sh4/sh4trans.h sh4/mmux86.c \
1.20 x86dasm/x86dasm.c x86dasm/x86dasm.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/sh4trans.c sh4/sh4x86.c sh4/xltcache.c \
1.26 - sh4/xltcache.h mem.c util.c
1.27 + sh4/sh4trans.c sh4/sh4x86.c xlat/xltcache.c \
1.28 + xlat/xltcache.h mem.c util.c
1.29
1.30 check_PROGRAMS += test/testsh4x86
1.31 endif
1.32 @@ -155,7 +155,7 @@
1.33 genglsl_LDADD = @GLIB_LIBS@ @GTK_LIBS@ $(INTLLIBS)
1.34
1.35
1.36 -test_testxlt_SOURCES = test/testxlt.c sh4/xltcache.c sh4/xltcache.h
1.37 +test_testxlt_SOURCES = test/testxlt.c xlat/xltcache.c xlat/xltcache.h
1.38
1.39 sh4/sh4core.c: gendec sh4/sh4.def sh4/sh4core.in
1.40 mkdir -p `dirname $@`
.