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