aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/module.mk')
-rw-r--r--engines/zvision/module.mk42
1 files changed, 42 insertions, 0 deletions
diff --git a/engines/zvision/module.mk b/engines/zvision/module.mk
new file mode 100644
index 0000000000..c8c60ca8ce
--- /dev/null
+++ b/engines/zvision/module.mk
@@ -0,0 +1,42 @@
+MODULE := engines/zvision
+
+MODULE_OBJS := \
+ action_node.o \
+ actions.o \
+ animation.o \
+ clock.o \
+ console.o \
+ control.o \
+ cursor.o \
+ cursor_manager.o \
+ detection.o \
+ events.o \
+ lever_control.o \
+ lzss_read_stream.o \
+ push_toggle_control.o \
+ render_manager.o \
+ render_table.o \
+ rlf_animation.o \
+ save_manager.o \
+ scr_file_handling.o \
+ script_manager.o \
+ scripts.o \
+ single_value_container.o \
+ timer_node.o \
+ utility.o \
+ video.o \
+ zvision.o \
+ zfs_archive.o \
+ zork_avi_decoder.o \
+ zork_raw.o
+
+MODULE_DIRS += \
+ engines/zvision
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_ZVISION), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk \ No newline at end of file