2014-02-16 15:22:57 -05:00
|
|
|
MODULE := engines/mads
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
2014-04-27 21:11:12 +03:00
|
|
|
dragonsphere/game_dragonsphere.o \
|
|
|
|
dragonsphere/dragonsphere_scenes.o \
|
|
|
|
phantom/game_phantom.o \
|
|
|
|
phantom/phantom_scenes.o \
|
2014-02-19 23:17:57 -05:00
|
|
|
nebular/dialogs_nebular.o \
|
|
|
|
nebular/game_nebular.o \
|
2014-03-06 20:30:05 -05:00
|
|
|
nebular/globals_nebular.o \
|
2014-02-19 23:21:05 -05:00
|
|
|
nebular/sound_nebular.o \
|
2014-02-24 00:20:53 -05:00
|
|
|
nebular/nebular_scenes.o \
|
2014-03-15 17:38:44 -04:00
|
|
|
nebular/nebular_scenes1.o \
|
2014-03-16 18:16:21 +01:00
|
|
|
nebular/nebular_scenes2.o \
|
2014-04-16 17:31:21 +02:00
|
|
|
nebular/nebular_scenes3.o \
|
2014-04-29 00:01:00 +02:00
|
|
|
nebular/nebular_scenes4.o \
|
2014-05-04 23:19:26 +02:00
|
|
|
nebular/nebular_scenes5.o \
|
2014-05-05 04:24:36 +03:00
|
|
|
nebular/nebular_scenes6.o \
|
2014-05-05 07:15:47 +02:00
|
|
|
nebular/nebular_scenes7.o \
|
2014-02-24 00:20:53 -05:00
|
|
|
nebular/nebular_scenes8.o \
|
2014-03-02 19:29:54 -05:00
|
|
|
action.o \
|
2014-03-02 11:38:56 -05:00
|
|
|
animation.o \
|
2014-02-22 11:13:35 -05:00
|
|
|
assets.o \
|
2014-04-27 22:56:15 +03:00
|
|
|
audio.o \
|
2014-02-18 20:08:58 -05:00
|
|
|
compression.o \
|
2014-02-22 17:25:30 -05:00
|
|
|
debugger.o \
|
2014-02-16 15:22:57 -05:00
|
|
|
detection.o \
|
2014-02-22 08:39:44 -05:00
|
|
|
dialogs.o \
|
2014-02-18 20:08:58 -05:00
|
|
|
events.o \
|
2014-02-18 23:43:06 -05:00
|
|
|
font.o \
|
|
|
|
game.o \
|
2014-02-25 19:52:35 -05:00
|
|
|
game_data.o \
|
2014-04-21 20:50:05 -04:00
|
|
|
globals.o \
|
2014-03-05 21:50:12 -05:00
|
|
|
hotspots.o \
|
2014-03-15 17:38:44 -04:00
|
|
|
inventory.o \
|
2014-02-18 20:08:58 -05:00
|
|
|
mads.o \
|
2014-03-03 23:40:23 -05:00
|
|
|
messages.o \
|
2014-02-18 20:08:58 -05:00
|
|
|
msurface.o \
|
|
|
|
palette.o \
|
2014-03-02 20:06:21 -05:00
|
|
|
player.o \
|
2014-03-29 17:12:12 -04:00
|
|
|
rails.o \
|
2014-02-18 20:08:58 -05:00
|
|
|
resources.o \
|
2014-02-23 19:33:26 -05:00
|
|
|
scene.o \
|
2014-02-25 09:21:19 -05:00
|
|
|
scene_data.o \
|
2014-03-13 22:25:16 -04:00
|
|
|
screen.o \
|
2014-03-03 20:53:27 -05:00
|
|
|
sequence.o \
|
2014-02-16 15:22:57 -05:00
|
|
|
sound.o \
|
2014-03-04 22:33:27 -05:00
|
|
|
sprites.o \
|
2014-03-20 08:34:56 -04:00
|
|
|
staticres.o \
|
2014-02-18 23:43:06 -05:00
|
|
|
user_interface.o
|
2014-02-16 15:22:57 -05:00
|
|
|
|
|
|
|
# This module can be built as a plugin
|
|
|
|
ifeq ($(ENABLE_MADS), DYNAMIC_PLUGIN)
|
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|