mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-29 05:03:29 +00:00
3ee1fe9b57
svn-id: r17846
19 lines
329 B
Makefile
19 lines
329 B
Makefile
MODULE := graphics
|
|
|
|
MODULE_OBJS := \
|
|
graphics/animation.o \
|
|
graphics/consolefont.o \
|
|
graphics/font.o \
|
|
graphics/fontman.o \
|
|
graphics/newfont.o \
|
|
graphics/newfont_big.o \
|
|
graphics/primitives.o \
|
|
graphics/scummfont.o \
|
|
graphics/surface.o
|
|
|
|
MODULE_DIRS += \
|
|
graphics
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|