Search
lxdream.org :: lxdream/test/Makefile :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/Makefile
changeset 213:da6b1904f67b
prev190:f7653df5e832
next225:e5cea6125580
author nkeynes
date Fri Aug 18 09:33:19 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Initial rendering tests (no support for result comparison yet)
file annotate diff log raw
1.1 --- a/test/Makefile Wed Aug 02 04:13:15 2006 +0000
1.2 +++ b/test/Makefile Fri Aug 18 09:33:19 2006 +0000
1.3 @@ -85,6 +85,10 @@
1.4 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.5 $(SH4OBJCOPY) testta testta.bin
1.6
1.7 +testrend: crt0.so $(SHARED_OBJECTS) testrend.so pvr.so dmac.so asic.so lib.so testdata.so
1.8 + $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.9 + $(SH4OBJCOPY) testrend testrend.bin
1.10 +
1.11 readdata: crt0.so readdata.so
1.12 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.13
.