aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/module.mk
blob: fe84d67ccfcb2b37d096da2e2b5f18ac31564970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MODULE := engines/hopkins

MODULE_OBJS := \
	anim.o \
	detection.o \
	dialogs.o \
	events.o \
	files.o \
	font.o \
	graphics.o \
	globals.o \
	hopkins.o \
	menu.o \
	objects.o \
	sound.o

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

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