scummvm/engines/hdb/module.mk

38 lines
542 B
Makefile
Raw Normal View History

MODULE := engines/hdb
MODULE_OBJS := \
2019-06-25 00:37:26 +05:30
ai-bots.o \
2019-06-19 15:53:22 +05:30
ai-cinematic.o \
2019-06-19 17:27:11 +05:30
ai-funcs.o \
2019-06-22 23:11:25 +02:00
ai-init.o \
ai-inventory.o \
ai-lists.o \
2019-06-19 15:53:22 +05:30
ai-player.o \
2019-06-22 23:11:25 +02:00
ai-use.o \
2019-06-20 17:46:20 +05:30
ai-waypoint.o \
2019-05-31 20:00:12 +05:30
file-manager.o \
2019-07-02 00:46:12 +02:00
gfx.o \
hdb.o \
2019-06-27 04:19:35 +05:30
input.o \
lua-script.o \
2019-07-02 00:51:23 +02:00
map.o \
2019-07-03 15:23:05 +02:00
menu.o \
metaengine.o \
2019-07-03 08:21:07 +05:30
sound.o \
saveload.o \
2019-06-23 02:36:06 +05:30
window.o
2019-03-11 16:28:27 +05:30
MODULE_DIRS += \
engines/hdb
# This module can be built as a plugin
ifeq ($(ENABLE_HDB), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk
# Detection objects
DETECT_OBJS += $(MODULE)/detection.o