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

MODULE_OBJS := \
	console.o \
	detection.o \
	graphics.o \
	menu.o \
	midi.o \
	opcodes.o \
	resource.o \
	saveload.o \
	staticres.o \
	touche.o

# This module can be built as a plugin
ifeq ($(ENABLE_TOUCHE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

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