aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/module.mk
blob: 0c6edeb0ae96a36dcdcb0c12b211d63bcb01f9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
MODULE := engines/griffon

MODULE_OBJS := \
	combat.o \
	console.o \
	cutscenes.o \
	detection.o \
	dialogs.o \
	draw.o \
	engine.o \
	gfx.o \
	griffon.o \
	input.o \
	logic.o \
	resources.o \
	saveload.o \
	sound.o

MODULE_DIRS += \
	engines/griffon

# This module can be built as a plugin
ifeq ($(ENABLE_GRIFFON), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

# Include common rules
include $(srcdir)/rules.mk