2006-02-11 22:45:04 +00:00
|
|
|
MODULE := engines/scumm
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
2006-02-12 00:16:31 +00:00
|
|
|
actor.o \
|
|
|
|
akos.o \
|
|
|
|
base-costume.o \
|
|
|
|
bomp.o \
|
|
|
|
boxes.o \
|
|
|
|
camera.o \
|
|
|
|
charset.o \
|
|
|
|
costume.o \
|
|
|
|
cursor.o \
|
|
|
|
debugger.o \
|
2007-04-27 20:23:25 +00:00
|
|
|
detection.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
dialogs.o \
|
2006-03-03 15:16:02 +00:00
|
|
|
file.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
gfx.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
he/script_v60he.o \
|
|
|
|
he/sound_he.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
help.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
imuse/imuse.o \
|
2006-03-05 05:53:29 +00:00
|
|
|
imuse/imuse_part.o \
|
|
|
|
imuse/imuse_player.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
imuse/instrument.o \
|
2006-03-12 18:46:33 +00:00
|
|
|
imuse/sysex_samnmax.o \
|
|
|
|
imuse/sysex_scumm.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
input.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
midiparser_eup.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
midiparser_ro.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
object.o \
|
|
|
|
palette.o \
|
|
|
|
player_mod.o \
|
|
|
|
player_nes.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
player_v1.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
player_v2.o \
|
|
|
|
player_v2a.o \
|
|
|
|
player_v3a.o \
|
|
|
|
resource_v2.o \
|
|
|
|
resource_v3.o \
|
|
|
|
resource_v4.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
resource.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
room.o \
|
|
|
|
saveload.o \
|
2007-02-25 14:47:51 +00:00
|
|
|
script_v0.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
script_v2.o \
|
|
|
|
script_v5.o \
|
|
|
|
script_v6.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
script.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
scumm.o \
|
|
|
|
sound.o \
|
|
|
|
string.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
thumbnail.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
usage_bits.o \
|
|
|
|
util.o \
|
|
|
|
vars.o \
|
2006-02-20 20:57:26 +00:00
|
|
|
verbs.o
|
2006-02-11 22:45:04 +00:00
|
|
|
|
|
|
|
ifndef DISABLE_SCUMM_7_8
|
|
|
|
MODULE_OBJS += \
|
2006-02-12 00:16:31 +00:00
|
|
|
nut_renderer.o \
|
|
|
|
script_v8.o \
|
|
|
|
imuse_digi/dimuse.o \
|
|
|
|
imuse_digi/dimuse_bndmgr.o \
|
|
|
|
imuse_digi/dimuse_codecs.o \
|
|
|
|
imuse_digi/dimuse_music.o \
|
|
|
|
imuse_digi/dimuse_sndmgr.o \
|
|
|
|
imuse_digi/dimuse_script.o \
|
|
|
|
imuse_digi/dimuse_track.o \
|
|
|
|
imuse_digi/dimuse_tables.o \
|
|
|
|
insane/insane.o \
|
|
|
|
insane/insane_ben.o \
|
|
|
|
insane/insane_enemy.o \
|
|
|
|
insane/insane_scenes.o \
|
|
|
|
insane/insane_iact.o \
|
2006-10-27 22:58:48 +00:00
|
|
|
smush/channel.o \
|
2006-02-12 00:16:31 +00:00
|
|
|
smush/chunk.o \
|
|
|
|
smush/codec1.o \
|
|
|
|
smush/codec37.o \
|
|
|
|
smush/codec47.o \
|
|
|
|
smush/imuse_channel.o \
|
|
|
|
smush/smush_player.o \
|
|
|
|
smush/saud_channel.o \
|
|
|
|
smush/smush_mixer.o \
|
|
|
|
smush/smush_font.o
|
2007-06-24 07:02:55 +00:00
|
|
|
|
|
|
|
ifdef USE_ARM_SMUSH_ASM
|
|
|
|
MODULE_OBJS += \
|
|
|
|
smush/codec47ARM.o
|
|
|
|
endif
|
|
|
|
|
2006-02-11 22:45:04 +00:00
|
|
|
endif
|
|
|
|
|
2007-07-10 20:20:50 +00:00
|
|
|
ifdef USE_ARM_GFX_ASM
|
|
|
|
MODULE_OBJS += \
|
|
|
|
gfxARM.o
|
|
|
|
endif
|
|
|
|
|
2006-02-11 22:45:04 +00:00
|
|
|
ifndef DISABLE_HE
|
|
|
|
MODULE_OBJS += \
|
2006-05-31 19:28:54 +00:00
|
|
|
he/animation_he.o \
|
2006-11-06 13:40:24 +00:00
|
|
|
he/cup_player_he.o \
|
2006-02-15 00:57:50 +00:00
|
|
|
he/floodfill_he.o \
|
|
|
|
he/logic_he.o \
|
|
|
|
he/palette_he.o \
|
2006-02-15 18:48:49 +00:00
|
|
|
he/resource_he.o \
|
|
|
|
he/script_v70he.o \
|
2006-02-15 00:57:50 +00:00
|
|
|
he/script_v72he.o \
|
|
|
|
he/script_v80he.o \
|
|
|
|
he/script_v90he.o \
|
|
|
|
he/script_v100he.o \
|
|
|
|
he/sprite_he.o \
|
|
|
|
he/wiz_he.o
|
2006-02-11 22:45:04 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
# This module can be built as a plugin
|
|
|
|
ifdef BUILD_PLUGINS
|
|
|
|
PLUGIN := 1
|
|
|
|
# HACK HACK evil HACK HACK
|
|
|
|
PLUGIN_LDFLAGS += -lz
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
2006-06-24 08:48:11 +00:00
|
|
|
include $(srcdir)/rules.mk
|