2004-03-21 21:20:25 +00:00
|
|
|
MODULE := graphics
|
|
|
|
|
|
|
|
MODULE_OBJS := \
|
|
|
|
graphics/animation.o \
|
2005-02-06 18:12:29 +00:00
|
|
|
graphics/consolefont.o \
|
2004-03-21 21:20:25 +00:00
|
|
|
graphics/font.o \
|
2005-01-06 21:15:52 +00:00
|
|
|
graphics/fontman.o \
|
2005-07-29 16:34:42 +00:00
|
|
|
graphics/ilbm.o \
|
2004-11-25 23:33:21 +00:00
|
|
|
graphics/newfont.o \
|
2005-01-06 22:48:42 +00:00
|
|
|
graphics/newfont_big.o \
|
2005-04-28 00:23:08 +00:00
|
|
|
graphics/primitives.o \
|
2005-02-06 18:12:29 +00:00
|
|
|
graphics/scummfont.o \
|
2004-11-25 23:33:21 +00:00
|
|
|
graphics/surface.o
|
2004-03-21 21:20:25 +00:00
|
|
|
|
|
|
|
MODULE_DIRS += \
|
|
|
|
graphics
|
|
|
|
|
|
|
|
# Include common rules
|
|
|
|
include $(srcdir)/common.rules
|