mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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
|