2013-06-15 14:18:37 +03:00
|
|
|
MODULE := engines/fullpipe
|
|
|
|
|
|
|
|
MODULE_OBJS = \
|
|
|
|
detection.o \
|
|
|
|
fullpipe.o \
|
2013-06-20 18:13:18 -04:00
|
|
|
gfx.o \
|
2013-06-20 14:44:59 -04:00
|
|
|
inventory.o \
|
2013-06-16 15:11:18 +03:00
|
|
|
motion.o \
|
2013-06-15 14:18:37 +03:00
|
|
|
ngiarchive.o \
|
2013-06-20 15:34:29 -04:00
|
|
|
scene.o \
|
2013-06-15 14:18:37 +03:00
|
|
|
stateloader.o \
|
2013-06-22 13:26:49 -04:00
|
|
|
statics.o \
|
2013-06-15 14:18:37 +03:00
|
|
|
utils.o
|
|
|
|
|
|
|
|
# This module can be built as a plugin
|
|
|
|
ifdef BUILD_PLUGINS
|
|
|
|
PLUGIN := 1
|
|
|
|
endif
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/rules.mk
|