2014-07-30 01:02:28 +00:00
|
|
|
MODULE := engines/access
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
|
|
|
access.o \
|
|
|
|
debugger.o \
|
2014-07-30 02:49:45 +00:00
|
|
|
detection.o \
|
2014-08-01 19:21:21 +00:00
|
|
|
events.o \
|
2014-08-02 19:14:42 +00:00
|
|
|
files.o \
|
2014-08-02 01:32:05 +00:00
|
|
|
graphics.o \
|
2014-08-01 19:21:21 +00:00
|
|
|
resources.o \
|
2014-08-02 14:07:54 +00:00
|
|
|
screen.o \
|
2014-08-02 19:14:42 +00:00
|
|
|
sound.o \
|
2014-08-01 20:20:24 +00:00
|
|
|
amazon\amazon_game.o
|
2014-07-30 01:02:28 +00:00
|
|
|
|
|
|
|
# This module can be built as a plugin
|
|
|
|
ifeq ($(ENABLE_ACCESS), DYNAMIC_PLUGIN)
|
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|