aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/module.mk
blob: 09156a7abda45a9bb1f9e8d4b50d0bf357444107 (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
29
30
31
32
33
34
35
36
37
38
39
MODULE := engines/lab

MODULE_OBJS := \
	allocroom.o \
	audioi.o \
	detection.o \
	engine.o \
	graphics.o \
	interface.o \
	intro.o \
	lab.o \
	labfile.o \
	labmusic.o \
	labsets.o \
	labtext.o \
	machine.o \
	map.o \
	modernsavegame.o \
	mouse.o \
	processroom.o \
	readdiff.o \
	readparse.o \
	savegame.o \
	savegamepalmap.o \
	special.o \
	text.o \
	timing.o \
	undiff.o \
	vga.o


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

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