MODULE:= engines/gargoyle
MODULE_OBJS:=\
detection.o \
events.o \
gargoyle.o \
glk.o \
interpreter.o \
scott/scott.o
# This module can be built as a pluginifeq ($(ENABLE_GARGOYLE), DYNAMIC_PLUGIN)PLUGIN:=1endif# Include common rulesinclude $(srcdir)/rules.mk