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 --- base/module.mk | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'base') diff --git a/base/module.mk b/base/module.mk index 9aad4e6bb0..07b9a64453 100644 --- a/base/module.mk +++ b/base/module.mk @@ -1,20 +1,13 @@ MODULE := base MODULE_OBJS := \ - base/engine.o \ - base/gameDetector.o \ - base/main.o \ - base/plugins.o + engine.o \ + gameDetector.o \ + main.o \ + plugins.o MODULE_DIRS += \ base -# Some of the base files depend on the values of the DISABLE_* flags defined -# in config.mak. Hence we add an explicit make dependency on that file. -# -# Temporarily disabled since it causes troubles for MinGW - and -# will break Makefile.noconf -#base/gameDetector.o base/plugins.o: config.mak - # Include common rules include $(srcdir)/common.rules -- cgit v1.2.3