scummvm/engines/myst3/module.mk

43 lines
641 B
Makefile
Raw Normal View History

2009-09-14 16:26:56 +02:00
MODULE := engines/myst3
MODULE_OBJS := \
ambient.o \
archive.o \
console.o \
2012-01-04 14:59:35 +01:00
cursor.o \
database.o \
effects.o \
gfx.o \
2014-01-14 00:42:06 +01:00
gfx_opengl.o \
2014-06-21 14:51:00 +02:00
gfx_tinygl.o \
2014-01-14 00:42:06 +01:00
gfx_opengl_shaders.o \
gfx_opengl_texture.o \
2014-06-21 14:51:00 +02:00
gfx_tinygl_texture.o \
hotspot.o \
inventory.o \
menu.o \
metaengine.o \
movie.o \
2009-09-15 17:53:36 +02:00
myst3.o \
2011-09-03 15:39:16 +02:00
node.o \
2011-09-05 20:13:48 +02:00
nodecube.o \
nodeframe.o \
puzzles.o \
2011-09-03 15:39:16 +02:00
scene.o \
2011-09-04 11:16:27 +02:00
script.o \
2012-01-20 18:39:22 +01:00
sound.o \
state.o \
2014-07-01 17:43:28 +02:00
subtitles.o \
transition.o
2009-09-14 16:26:56 +02:00
# This module can be built as a plugin
ifeq ($(ENABLE_MYST3), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk
2020-10-05 00:58:13 +02:00
# Detection objects
DETECT_OBJS += $(MODULE)/detection.o