From 80cf2fa46ff638ae25fe85a3a89997ceb7f09aae Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 12 Feb 2006 00:16:31 +0000 Subject: Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk svn-id: r20584 --- graphics/module.mk | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'graphics') diff --git a/graphics/module.mk b/graphics/module.mk index 66e63daf90..8c5697d5a1 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -1,18 +1,18 @@ 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 \ - graphics/imageman.o \ - graphics/imagedec.o + 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 -- cgit v1.2.3