Search
lxdream.org :: lxdream/test/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile.in
changeset 894:1ddd5616c5af
prev823:8a592668322f
next976:e57a25d9eb7d
author nkeynes
date Mon Dec 22 09:51:11 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Remove pointer cache and add full address-space map. Much better
file annotate diff log raw
1.1 --- a/test/Makefile.in Sun Aug 24 01:40:58 2008 +0000
1.2 +++ b/test/Makefile.in Mon Dec 22 09:51:11 2008 +0000
1.3 @@ -77,6 +77,15 @@
1.4
1.5 build-tests: testsh4 testmath testide testta testregs testrend testdisp testspu testmmu
1.6
1.7 +lib/crt0.so: lib/crt0.s
1.8 + $(mkdir_p) lib
1.9 + $(SH4CC) $(SH4CFLAGS) -o $@ -c $<
1.10 +
1.11 +lib-arm/crt0.ao: lib-arm/crt0.s
1.12 + $(mkdir_p) lib-arm
1.13 + $(ARMCC) $(ARMCFLAGS) -o $@ -c $<
1.14 +
1.15 +
1.16 testsh4: lib/crt0.so sh4/testsh4.so timer.so interrupt.so \
1.17 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.18 sh4/bf.so sh4/bsr.so sh4/bt.so sh4/cmp.so sh4/cmpstr.so \
1.19 @@ -148,9 +157,9 @@
1.20
1.21 .PHONY : clean
1.22 clean:
1.23 - rm -f *.o *.so *.ao *.ac *.bin sh4/*.so mapleid ide readmem dumpasic \
1.24 - testsh4 testta testdisp testregs testide testmath testmmu \
1.25 - testrend testspu dcflash.rom
1.26 + rm -f *.o *.so *.ao *.ac *.bin sh4/*.so lib/*.so lib-arm/*.ao mapleid \
1.27 + readmem dumpasic testsh4 testta testdisp testregs testide testmath \
1.28 + testmmu testaica testrend testspu ide dcflash.rom
1.29
1.30 distclean: clean
1.31 rm -f Makefile
1.32 @@ -167,7 +176,7 @@
1.33 sh4/cmpstr.s sh4/div0.s sh4/div1.s sh4/excslot.s sh4/float.s sh4/fmov.s \
1.34 sh4/ftrc.s sh4/inc.s sh4/mac.s sh4/ldc.s sh4/rot.s sh4/shl.s sh4/shld.s sh4/sub.s \
1.35 sh4/subc.s sh4/tas.s sh4/testsh4.c sh4/tlb.s sh4/vmexit.s sh4/trapa.s sh4/undef.s \
1.36 - sh4/xtrct.s testdata.c testdata.h testdisp.c testide.c testmath.c \
1.37 + sh4/xtrct.s testdata.c testdata.h testdisp.c testide.c testmath.c testaica.c \
1.38 testmmu.c testregs.c testrend.c testspu.c testta.c testyuv.c timer.c timer.h \
1.39 testta.data testta2.data testta3.data testta4.data testta5.data testsort.data \
1.40 lxdream.rc dc.x lib/crt0.s lib/libc.a lib/libm.a lib/newlib-1.8.2-dc.patch \
.