scummvm/simon/module.mk
Travis Howell 55549cd3b2 Split simon.cpp more for PalmOS port.
svn-id: r16078
2004-12-16 12:49:25 +00:00

29 lines
443 B
Makefile

MODULE := simon
MODULE_OBJS := \
simon/charset.o \
simon/cursor.o \
simon/debug.o \
simon/debugger.o \
simon/icons.o \
simon/items.o \
simon/midi.o \
simon/midiparser_s1d.o \
simon/res.o \
simon/saveload.o \
simon/sound.o \
simon/simon.o \
simon/verb.o \
simon/vga.o \
MODULE_DIRS += \
simon
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/common.rules