comparison Makefile.ds @ 2673:24a6b3588eac gsoc2008_nds

Cleaned up and added joypad support from 1.2.9 NDS port. Also some minor video driver bugfixes.
author Darren Alton <dalton@stevens.edu>
date Thu, 19 Jun 2008 07:11:35 +0000
parents 6e4669f4db49
children f1d07ba2e275
comparison
equal deleted inserted replaced
2672:74ac057679d5 2673:24a6b3588eac
47 src/events/SDL_keyboard.c \ 47 src/events/SDL_keyboard.c \
48 src/events/SDL_mouse.c \ 48 src/events/SDL_mouse.c \
49 src/events/SDL_quit.c \ 49 src/events/SDL_quit.c \
50 src/events/SDL_windowevents.c \ 50 src/events/SDL_windowevents.c \
51 src/file/SDL_rwops.c \ 51 src/file/SDL_rwops.c \
52 src/joystick/dummy/SDL_sysjoystick.c \ 52 src/joystick/nds/SDL_sysjoystick.c \
53 src/joystick/SDL_joystick.c \ 53 src/joystick/SDL_joystick.c \
54 src/stdlib/SDL_getenv.c \ 54 src/stdlib/SDL_getenv.c \
55 src/stdlib/SDL_iconv.c \ 55 src/stdlib/SDL_iconv.c \
56 src/stdlib/SDL_malloc.c \ 56 src/stdlib/SDL_malloc.c \
57 src/stdlib/SDL_qsort.c \ 57 src/stdlib/SDL_qsort.c \
62 src/thread/nds/SDL_sysmutex.c \ 62 src/thread/nds/SDL_sysmutex.c \
63 src/thread/nds/SDL_syssem.c \ 63 src/thread/nds/SDL_syssem.c \
64 src/thread/nds/SDL_systhread.c \ 64 src/thread/nds/SDL_systhread.c \
65 src/timer/dummy/SDL_systimer.c \ 65 src/timer/dummy/SDL_systimer.c \
66 src/timer/SDL_timer.c \ 66 src/timer/SDL_timer.c \
67 src/video/dummy/SDL_nullevents.c \
68 src/video/dummy/SDL_nullrender.c \
69 src/video/dummy/SDL_nullvideo.c \
70 src/video/nds/SDL_ndsevents.c \ 67 src/video/nds/SDL_ndsevents.c \
71 src/video/nds/SDL_ndsrender.c \ 68 src/video/nds/SDL_ndsrender.c \
72 src/video/nds/SDL_ndsvideo.c \ 69 src/video/nds/SDL_ndsvideo.c \
73 src/video/SDL_blit_0.c \ 70 src/video/SDL_blit_0.c \
74 src/video/SDL_blit_1.c \ 71 src/video/SDL_blit_1.c \
128 $(AR) rc $(TARGET) $(OBJS) 125 $(AR) rc $(TARGET) $(OBJS)
129 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1 126 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
130 127
131 install: $(TARGET) 128 install: $(TARGET)
132 @cp libSDL.a $(DEVKITPRO)/libnds/lib/ 129 @cp libSDL.a $(DEVKITPRO)/libnds/lib/
130 @mkdir -p $(DEVKITPRO)/libnds/include/SDL/
131 @cp include/*.h $(DEVKITPRO)/libnds/include/SDL/
133 132
134 copy_config: 133 copy_config:
135 @cp include/SDL_config.h.default include/SDL_config.h 134 @cp include/SDL_config.h.default include/SDL_config.h
136 135
137 clean: 136 clean: