2014-05-16 21:58:49 +02:00
|
|
|
MODULE := engines/bladerunner
|
|
|
|
|
|
|
|
MODULE_OBJS = \
|
|
|
|
archive.o \
|
2014-05-20 11:30:16 +02:00
|
|
|
aud_decoder.o \
|
2014-05-16 21:58:49 +02:00
|
|
|
bladerunner.o \
|
|
|
|
chapters.o \
|
|
|
|
decompress_lcw.o \
|
|
|
|
decompress_lzo.o \
|
|
|
|
detection.o \
|
|
|
|
gameinfo.o \
|
|
|
|
image.o \
|
2014-05-17 17:13:49 +02:00
|
|
|
outtake.o \
|
2014-05-16 21:58:49 +02:00
|
|
|
settings.o \
|
2014-05-24 12:15:17 +02:00
|
|
|
vqa_decoder.o \
|
|
|
|
vqa_player.o
|
2014-05-16 21:58:49 +02:00
|
|
|
|
|
|
|
# This module can be built as a plugin
|
|
|
|
ifeq ($(ENABLE_BLADERUNNER), DYNAMIC_PLUGIN)
|
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|