Files
scummvm/engine/backend/sdl/module.mk
T
Pawel Kolodziejski 407aee486d - initial support for configure based on scummvm tree (tested mac os x leopard, linux(ubuntu), cygwin with mingwin gcc)
- adopted more common dir code from scummvm for easier multi platform support
- synced some changes from scummvm code
2008-06-12 12:08:15 +00:00

13 lines
235 B
Makefile

MODULE := engine/backend/sdl
MODULE_OBJS := \
driver_gl.o \
driver_sdl.o \
driver_tinygl.o
MODULE_DIRS += \
engine/backend/sdl/
# We don't use the rules.mk here on purpose
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)