scummvm/engines/cruise/module.mk
Jordi Vilalta Prat 66e9d4f5e8 Removed trailing spaces.
svn-id: r30664
2008-01-27 19:47:41 +00:00

43 lines
585 B
Makefile

MODULE := engines/cruise
MODULE_OBJS := \
actor.o \
background.o \
backgroundIncrust.o \
cell.o \
cruise.o \
cruise_main.o \
ctp.o \
dataLoader.o \
decompiler.o \
delphine-unpack.o \
detection.o \
font.o \
fontCharacterTable.o \
function.o \
gfxModule.o \
linker.o \
mainDraw.o \
menu.o \
mouse.o \
object.o \
overlay.o \
perso.o \
polys.o \
saveload.o \
script.o \
stack.o \
stringSupport.o \
various.o \
vars.o \
volume.o
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk