2006-02-11 22:45:04 +00:00
|
|
|
MODULE := engines/simon
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
2006-04-17 04:02:48 +00:00
|
|
|
animation.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
charset.o \
|
|
|
|
cursor.o \
|
|
|
|
debug.o \
|
|
|
|
debugger.o \
|
|
|
|
game.o \
|
|
|
|
icons.o \
|
|
|
|
items.o \
|
|
|
|
midi.o \
|
|
|
|
midiparser_s1d.o \
|
2006-02-13 10:29:25 +00:00
|
|
|
oracle.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
res.o \
|
|
|
|
saveload.o \
|
|
|
|
simon.o \
|
2006-04-05 02:45:28 +00:00
|
|
|
sound.o \
|
2006-04-07 01:46:43 +00:00
|
|
|
string.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
verb.o \
|
|
|
|
vga.o \
|
2006-02-11 22:45:04 +00:00
|
|
|
|
|
|
|
MODULE_DIRS += \
|
|
|
|
engines/simon
|
|
|
|
|
|
|
|
# This module can be built as a plugin
|
|
|
|
ifdef BUILD_PLUGINS
|
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/common.rules
|