aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/module.mk')
-rw-r--r--engines/groovie/module.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/groovie/module.mk b/engines/groovie/module.mk
new file mode 100644
index 0000000000..1779c9786e
--- /dev/null
+++ b/engines/groovie/module.mk
@@ -0,0 +1,24 @@
+MODULE := engines/groovie
+
+MODULE_OBJS := \
+ cursor.o \
+ debug.o \
+ detection.o \
+ font.o \
+ graphics.o \
+ groovie.o \
+ lzss.o \
+ music.o \
+ player.o \
+ resource.o \
+ roq.o \
+ script.o \
+ vdx.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_GROOVIE), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk