Search
lxdream.org :: lxdream :: r230:dc79fdf5257c
lxdream 0.9.1
released Jun 29
Download Now
changeset230:dc79fdf5257c
parent229:f27eb26ccdd2
child231:a9e61a96a885
authornkeynes
dateMon Sep 25 12:20:58 2006 +0000 (17 years ago)
Update makefile
test/Makefile
1.1 --- a/test/Makefile Mon Sep 25 11:19:42 2006 +0000
1.2 +++ b/test/Makefile Mon Sep 25 12:20:58 2006 +0000
1.3 @@ -69,15 +69,17 @@
1.4 $(RUNTEST) testta < testta.data < testta2.data < testta3.data < testta4.data < testta5.data
1.5 $(RUNTEST) testregs
1.6
1.7 -build-tests: testsh4 testmath testide testta testregs
1.8 +build-tests: testsh4 testmath testide testta testregs testrend
1.9
1.10 -testsh4: crt0.so sh4/testsh4.so sh4/timer.so sh4/interrupt.so \
1.11 +testsh4: crt0.so sh4/testsh4.so timer.so interrupt.so \
1.12 sh4/add.so sh4/addc.so sh4/addv.so sh4/and.so sh4/andi.so \
1.13 sh4/bf.so
1.14 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.15 + $(SH4OBJCOPY) testsh4 testsh4.bin
1.16
1.17 testide: crt0.so testide.so ide.so
1.18 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.19 + $(SH4OBJCOPY) testide testide.bin
1.20
1.21 testmath: crt0.so $(SHARED_OBJECTS) testmath.so math.so
1.22 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
.