Search
lxdream.org :: lxdream/test/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile.in
changeset 976:e57a25d9eb7d
prev894:1ddd5616c5af
next1018:5942a162e5ef
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
file annotate diff log raw
1.1 --- a/test/Makefile.in Fri Oct 24 03:48:40 2008 +0000
1.2 +++ b/test/Makefile.in Tue Mar 24 11:15:57 2009 +0000
1.3 @@ -75,7 +75,7 @@
1.4 # $(RUNTEST) testide -d ../disc/test.nrg
1.5
1.6
1.7 -build-tests: testsh4 testmath testide testta testregs testrend testdisp testspu testmmu
1.8 +build-tests: testsh4 testmmu testmath testide testta testregs testrend testdisp testspu testmmu
1.9
1.10 lib/crt0.so: lib/crt0.s
1.11 $(mkdir_p) lib
1.12 @@ -97,14 +97,15 @@
1.13 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.14 $(SH4OBJCOPY) testsh4 testsh4.bin
1.15
1.16 +testmmu: lib/crt0.so sh4/testmmu.so sh4/utlb.so sh4/testutlb.so sh4/mmummio.so
1.17 + $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.18 + $(SH4OBJCOPY) testmmu testmmu.bin
1.19 +
1.20 +
1.21 testide: lib/crt0.so $(SHARED_OBJECTS) testide.so ide.so
1.22 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.23 $(SH4OBJCOPY) testide testide.bin
1.24
1.25 -testmmu: lib/crt0.so $(SHARED_OBJECTS) testmmu.so
1.26 - $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.27 - $(SH4OBJCOPY) testmmu testmmu.bin
1.28 -
1.29 testmath: lib/crt0.so $(SHARED_OBJECTS) testmath.so math.so
1.30 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.31
.