Mercurial > sdl-ios-xcode
diff Makefile.ds @ 2698:e1da92da346c gsoc2008_nds
Clean up.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 27 Aug 2008 04:23:38 +0000 |
parents | c9121b04cffa |
children |
line wrap: on
line diff
--- a/Makefile.ds Thu Aug 21 12:38:21 2008 +0000 +++ b/Makefile.ds Wed Aug 27 04:23:38 2008 +0000 @@ -101,31 +101,10 @@ OBJS = $(SRCS:.c=.o) TEST = \ - test/checkkeys.c \ - test/graywin.c \ - test/loopwave.c \ - test/testalpha.c \ - test/testbitmap.c \ - test/testcdrom.c \ - test/testerror.c \ - test/testgamma.c \ - test/testgl.c \ - test/testhread.c \ - test/testjoystick.c \ - test/testkeys.c \ - test/testlock.c \ - test/testoverlay.c \ - test/testpalette.c \ - test/testsem.c \ - test/testsprite.c \ - test/testtimer.c \ - test/testtypes.c \ - test/testver.c \ - test/testvidinfo.c \ - test/testwin.c \ - test/testwm.c \ - test/threadwin.c \ - test/torturethread.c \ +test/nds-test-progs/general/general.nds \ +test/nds-test-progs/sprite/sprite.nds \ +test/nds-test-progs/sprite2/sprite2.nds \ + all: $(TARGET) @@ -139,6 +118,9 @@ @mkdir -p $(DEVKITPRO)/libnds/include/SDL/ @cp include/*.h $(DEVKITPRO)/libnds/include/SDL/ +nds_test: + $(MAKE) -C test/nds-test-progs + copy_config: @cp include/SDL_config.h.default include/SDL_config.h