mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 10:45:46 +00:00
028cc42f2b
svn-id: r16742
18 lines
304 B
Makefile
18 lines
304 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/scummfont.o \
|
|
graphics/surface.o
|
|
|
|
MODULE_DIRS += \
|
|
graphics
|
|
|
|
# Include common rules
|
|
include $(srcdir)/common.rules
|