MODULE:= engines/supernova
MODULE_OBJS:=\
console.o \
detection.o \
graphics.o \
supernova.o \
rooms.o
MODULE_DIRS+=\
engines/supernova
# This module can be built as a pluginifeq ($(ENABLE_SUPERNOVA), DYNAMIC_PLUGIN)PLUGIN:=1endif# Include common rulesinclude $(srcdir)/rules.mk