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

MODULE_OBJS = \
	detection.o \
	fullpipe.o \
	gfx.o \
	inventory.o \
	motion.o \
	ngiarchive.o \
	scene.o \
	stateloader.o \
	statics.o \
	utils.o

# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif

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