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

MODULE_OBJS := \
	graphics/animation.o \
	graphics/consolefont.o \
	graphics/font.o \
	graphics/fontman.o \
	graphics/ilbm.o \
	graphics/newfont.o \
	graphics/newfont_big.o \
	graphics/primitives.o \
	graphics/scummfont.o \
	graphics/surface.o \
	graphics/imageman.o \
	graphics/imagedec.o

MODULE_DIRS += \
	graphics

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