mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
80cf2fa46f
svn-id: r20584
22 lines
286 B
Makefile
22 lines
286 B
Makefile
MODULE := graphics
|
|
|
|
MODULE_OBJS := \
|
|
animation.o \
|
|
consolefont.o \
|
|
font.o \
|
|
fontman.o \
|
|
ilbm.o \
|
|
newfont.o \
|
|
newfont_big.o \
|
|
primitives.o \
|
|
scummfont.o \
|
|
surface.o \
|
|
imageman.o \
|
|
imagedec.o
|
|
|
|
MODULE_DIRS += \
|
|
graphics
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|