2011-02-14 09:37:27 +00:00
|
|
|
MODULE := engines/tsage
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
2011-05-14 08:20:56 +00:00
|
|
|
blueforce_logic.o \
|
2011-02-14 09:37:27 +00:00
|
|
|
converse.o \
|
|
|
|
core.o \
|
|
|
|
debugger.o \
|
|
|
|
detection.o \
|
|
|
|
dialogs.o \
|
|
|
|
events.o \
|
|
|
|
globals.o \
|
|
|
|
graphics.o \
|
|
|
|
resources.o \
|
2011-04-25 10:11:12 +00:00
|
|
|
ringworld_demo.o \
|
2011-02-23 11:37:16 +00:00
|
|
|
ringworld_logic.o \
|
|
|
|
ringworld_scenes1.o \
|
2011-02-27 05:46:49 +00:00
|
|
|
ringworld_scenes2.o \
|
2011-02-28 10:56:44 +00:00
|
|
|
ringworld_scenes3.o \
|
2011-03-19 11:46:19 +00:00
|
|
|
ringworld_scenes4.o \
|
2011-03-21 12:04:18 +00:00
|
|
|
ringworld_scenes5.o \
|
2011-04-02 00:30:20 +00:00
|
|
|
ringworld_scenes6.o \
|
2011-03-18 23:06:49 +00:00
|
|
|
ringworld_scenes8.o \
|
2011-03-27 00:19:44 +00:00
|
|
|
ringworld_scenes10.o \
|
2011-02-14 09:37:27 +00:00
|
|
|
saveload.o \
|
|
|
|
scenes.o \
|
|
|
|
sound.o \
|
|
|
|
staticres.o \
|
|
|
|
tsage.o
|
|
|
|
|
|
|
|
# This module can be built as a plugin
|
2011-04-13 17:17:29 +00:00
|
|
|
ifeq ($(ENABLE_TSAGE), DYNAMIC_PLUGIN)
|
2011-02-14 09:37:27 +00:00
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|
|
|
|
|