filename | src/Makefile.am |
changeset | 577:a181aeacd6e8 |
prev | 571:9bc09948d0f2 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Mon Jan 14 10:23:49 2008 +0000 (15 years ago) |
branch | lxdream-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 +00001.2 +++ b/src/Makefile.am Mon Jan 14 10:23:49 2008 +00001.3 @@ -51,25 +51,13 @@1.4 x86dasm/i386-dis.c x86dasm/dis-init.c x86dasm/dis-buf.c1.6 test_testsh4x86_LDADD = @GTK_LIBS@1.7 -1.8 -check_PROGRAMS += test/testsh4x861.9 -1.10 -if BUILD_X86_641.11 -lxdream_SOURCES += sh4/ia64asm.s1.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.s1.17 -else1.18 -lxdream_SOURCES += sh4/ia32asm.s1.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.s1.24 -endif1.25 + sh4/xltcache.h mem.c util.c sh4/mmu.c1.27 +check_PROGRAMS += test/testsh4x861.28 endif1.30 if GUI_GTK
.