aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2006-09-29 08:37:24 +0000
committerEugene Sandulenko2006-09-29 08:37:24 +0000
commit798c7ee6822517601ef3c4096ad76a2fc0eefb50 (patch)
tree02b63f44348a35d6e3b6ab53540e94b2e45738e7 /engines/agos/module.mk
parent8e2c703baba570b18aec9d871fdc8ee7efe49e57 (diff)
downloadscummvm-rg350-798c7ee6822517601ef3c4096ad76a2fc0eefb50.tar.gz
scummvm-rg350-798c7ee6822517601ef3c4096ad76a2fc0eefb50.tar.bz2
scummvm-rg350-798c7ee6822517601ef3c4096ad76a2fc0eefb50.zip
Phase 2 of Simon renaming. Simon directory renaming
svn-id: r24009
Diffstat (limited to 'engines/agos/module.mk')
-rw-r--r--engines/agos/module.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/engines/agos/module.mk b/engines/agos/module.mk
new file mode 100644
index 0000000000..d58c545866
--- /dev/null
+++ b/engines/agos/module.mk
@@ -0,0 +1,34 @@
+MODULE := engines/agos
+
+MODULE_OBJS := \
+ agos.o \
+ animation.o \
+ charset.o \
+ cursor.o \
+ debug.o \
+ debugger.o \
+ draw.o \
+ event.o \
+ game.o \
+ icons.o \
+ items.o \
+ midi.o \
+ midiparser_s1d.o \
+ oracle.o \
+ res.o \
+ rooms.o \
+ saveload.o \
+ sound.o \
+ string.o \
+ subroutine.o \
+ verb.o \
+ vga.o \
+ window.o
+
+# This module can be built as a plugin
+ifdef BUILD_PLUGINS
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk