2007-07-17 21:35:01 +00:00
|
|
|
MODULE := engines/drascula
|
|
|
|
|
2009-10-24 21:55:53 +00:00
|
|
|
MODULE_OBJS := \
|
2008-06-07 19:44:00 +00:00
|
|
|
actors.o \
|
2008-05-02 11:18:46 +00:00
|
|
|
animation.o \
|
2010-06-15 10:18:34 +00:00
|
|
|
console.o \
|
2008-06-07 19:44:00 +00:00
|
|
|
converse.o \
|
2007-07-17 21:35:01 +00:00
|
|
|
detection.o \
|
2008-05-02 12:00:58 +00:00
|
|
|
drascula.o \
|
2008-06-07 19:44:00 +00:00
|
|
|
graphics.o \
|
|
|
|
interface.o \
|
|
|
|
objects.o \
|
|
|
|
palette.o \
|
2010-02-08 17:48:35 +00:00
|
|
|
resource.o \
|
2008-05-02 13:26:48 +00:00
|
|
|
rooms.o \
|
2008-06-07 19:44:00 +00:00
|
|
|
saveload.o \
|
|
|
|
sound.o \
|
2008-05-30 20:42:31 +00:00
|
|
|
talk.o
|
2007-07-17 21:35:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
# This module can be built as a plugin
|
2008-05-06 03:00:26 +00:00
|
|
|
ifeq ($(ENABLE_DRASCULA), DYNAMIC_PLUGIN)
|
2007-07-17 21:35:01 +00:00
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|