Search
lxdream.org :: lxdream/src/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/Makefile.am
changeset 1011:fdd58619b760
prev1006:3a169c224c12
author nkeynes
date Sun Apr 19 05:14:19 2009 +0000 (15 years ago)
branchxlat-refactor
permissions -rw-r--r--
last change Remove branch instructions and replace with direct modification of PC + EXIT
Add MIN/MAX instructions (for bound checks)
Implement x86_target_is_legal
Correct a few sh4 instructions
file annotate diff log raw
1.1 --- a/src/Makefile.am Tue Apr 07 10:55:03 2009 +0000
1.2 +++ b/src/Makefile.am Sun Apr 19 05:14:19 2009 +0000
1.3 @@ -83,10 +83,10 @@
1.4 xlat/xltcache.h mem.c util.c
1.5
1.6 test_testsh4xir_LDADD = @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@
1.7 -test_testsh4xir_SOURCES = test/testsh4xir.c xlat/xir.c xlat/xir.h sh4/sh4xir.c xlat/x86/x86target.c xlat/x86/x86gen.c
1.8 +test_testsh4xir_SOURCES = test/testsh4xir.c xlat/xir.c xlat/xir.h sh4/sh4xir.c xlat/x86/x86target.c xlat/x86/x86gen.c xlat/regalloc.c
1.9
1.10 test_testxir_LDADD = @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@
1.11 -test_testxir_SOURCES = test/testxir.c xlat/xir.c xlat/xir.h xlat/xirsup.c xlat/xiropt.c xlat/xiropt.h
1.12 +test_testxir_SOURCES = test/testxir.c xlat/xir.c xlat/xir.h xlat/xirsup.c xlat/xiropt.h
1.13
1.14 check_PROGRAMS += test/testsh4x86 test/testsh4xir test/testxir
1.15 endif
.