aboutsummaryrefslogtreecommitdiff
path: root/tools/module.mk
diff options
context:
space:
mode:
authorMax Horn2007-09-22 07:32:28 +0000
committerMax Horn2007-09-22 07:32:28 +0000
commit79e323d6dd7a6270331068a9871b18902321ba0b (patch)
tree3be5d36051dac9911bdf291851b48994061d3fc9 /tools/module.mk
parent47b8dbbf525ecc90ca869dca7219e3c22e6f79b5 (diff)
downloadscummvm-rg350-79e323d6dd7a6270331068a9871b18902321ba0b.tar.gz
scummvm-rg350-79e323d6dd7a6270331068a9871b18902321ba0b.tar.bz2
scummvm-rg350-79e323d6dd7a6270331068a9871b18902321ba0b.zip
Added create_kyradat to our regular build system, too; fixed some warnings (and added a FIXME about ambiguious code)
svn-id: r29012
Diffstat (limited to 'tools/module.mk')
-rw-r--r--tools/module.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/module.mk b/tools/module.mk
index a82ae70cdc..06ee6a573a 100644
--- a/tools/module.mk
+++ b/tools/module.mk
@@ -10,9 +10,9 @@ MODULE_DIRS += \
TOOLS := \
tools/convbdf$(EXEEXT) \
- tools/md5table$(EXEEXT) \
- tools/create_lure/create_lure$(EXEEXT)
+ tools/md5table$(EXEEXT)
+include $(srcdir)/tools/*/module.mk
# Make sure the 'all' / 'clean' targets build/clean the tools, too
all: tools
@@ -36,10 +36,6 @@ tools/md5table$(EXEEXT): $(srcdir)/tools/md5table.c
$(MKDIR) tools/$(DEPDIR)
$(CC) $(CFLAGS) -Wall -o $@ $<
-tools/create_lure/create_lure$(EXEEXT): tools/create_lure/create_lure_dat.o tools/create_lure/process_actions.o
- $(MKDIR) tools/create_lure/$(DEPDIR)
- $(CXX) $(LDFLAGS) $+ -o $@
-
#
# Rules to explicitly rebuild the credits / MD5 tables.
# The rules for the files in the "web" resp. "docs" modules
@@ -79,5 +75,4 @@ md5scumm: tools/md5table$(EXEEXT)
# $(srcdir)/tools/credits.pl --cpp > $@
-
.PHONY: clean-tools tools credits md5scumm md5simon