Mercurial > sdl-ios-xcode
comparison Makefile.ds @ 2697:c9121b04cffa gsoc2008_nds
Some more work on the audio driver.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Thu, 21 Aug 2008 12:38:21 +0000 |
parents | 0b395a60deff |
children | e1da92da346c |
comparison
equal
deleted
inserted
replaced
2696:0b395a60deff | 2697:c9121b04cffa |
---|---|
26 -march=armv5te -mtune=arm946e-s \ | 26 -march=armv5te -mtune=arm946e-s \ |
27 -O2 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ | 27 -O2 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \ |
28 -DARM9 -D__NDS__ -I$(DEVKITPRO)/libnds/include -DENABLE_NDS -DNO_SIGNAL_H -DDISABLE_THREADS -DPACKAGE=\"SDL\" -DVERSION=\"1.3\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 \ | 28 -DARM9 -D__NDS__ -I$(DEVKITPRO)/libnds/include -DENABLE_NDS -DNO_SIGNAL_H -DDISABLE_THREADS -DPACKAGE=\"SDL\" -DVERSION=\"1.3\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 \ |
29 -Iinclude -Isrc -Isrc/audio -Isrc/cdrom -Isrc/endian -Isrc/events -Isrc/joystick -Isrc/thread/nds -Isrc/thread -Isrc/timer -Isrc/video | 29 -Iinclude -Isrc -Isrc/audio -Isrc/cdrom -Isrc/endian -Isrc/events -Isrc/joystick -Isrc/thread/nds -Isrc/thread -Isrc/timer -Isrc/video |
30 | 30 |
31 #src/audio/disk/SDL_diskaudio.c \ | |
32 #src/audio/dummy/SDL_dummyaudio.c \ | |
33 | |
31 SRCS = \ | 34 SRCS = \ |
32 src/SDL.c \ | 35 src/SDL.c \ |
33 src/SDL_compat.c \ | 36 src/SDL_compat.c \ |
34 src/SDL_error.c \ | 37 src/SDL_error.c \ |
35 src/SDL_fatal.c \ | 38 src/SDL_fatal.c \ |
36 src/audio/disk/SDL_diskaudio.c \ | |
37 src/audio/dummy/SDL_dummyaudio.c \ | |
38 src/audio/nds/SDL_ndsaudio.c \ | 39 src/audio/nds/SDL_ndsaudio.c \ |
39 src/audio/SDL_audio.c \ | 40 src/audio/SDL_audio.c \ |
40 src/audio/SDL_audiocvt.c \ | 41 src/audio/SDL_audiocvt.c \ |
41 src/audio/SDL_audiodev.c \ | 42 src/audio/SDL_audiodev.c \ |
42 src/audio/SDL_audiotypecvt.c \ | 43 src/audio/SDL_audiotypecvt.c \ |