mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
2d0f26d4ee
svn-id: r18588
20 lines
348 B
Makefile
20 lines
348 B
Makefile
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
|
|
|
|
MODULE_DIRS += \
|
|
graphics
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|