aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/module.mk
blob: 4840190a00daf7d1dbc62d7780b27104773e56b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
MODULE := engines/pegasus

MODULE_OBJS = \
	console.o \
	credits.o \
	detection.o \
	gamestate.o \
	graphics.o \
	menu.o \
	overview.o \
	pegasus.o \
	video.o \
	Game_Shell/CInventory.o \
	Game_Shell/CItem.o \
	Game_Shell/CItemList.o \
	MMShell/Base_Classes/MMFunctionPtr.o \
	MMShell/Notification/MMNotification.o \
	MMShell/Notification/MMNotificationManager.o \
	MMShell/Notification/MMNotificationReceiver.o \
	MMShell/Sounds/MMSound.o \
	MMShell/Utilities/MMResourceFile.o \
	MMShell/Utilities/MMTimeValue.o \
	MMShell/Utilities/MMUtilities.o \
	neighborhood/door.o \
	neighborhood/exit.o \
	neighborhood/extra.o \
	neighborhood/hotspotinfo.o \
	neighborhood/neighborhood.o \
	neighborhood/spot.o \
	neighborhood/turn.o \
	neighborhood/view.o \
	neighborhood/zoom.o


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

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