From 85393b6fa4a6ff5dbc9e599e88d273cf0362b2b8 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 25 Feb 2008 14:10:17 +0000 Subject: Extended rules.mk with code for building extra (tool) executables, and changed some of the tools to make use of this svn-id: r30962 --- tools/qtable/module.mk | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tools/qtable') diff --git a/tools/qtable/module.mk b/tools/qtable/module.mk index f9d6b81604..dc01000a4d 100644 --- a/tools/qtable/module.mk +++ b/tools/qtable/module.mk @@ -1,13 +1,13 @@ -MODULE := tools/qtable - -MODULE_DIRS += \ - tools/qtable/ +# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/tools/trunk/Makefile $ +# $Id: Makefile 30664 2008-01-27 19:47:41Z jvprat $ -TOOLS += \ - $(MODULE)/qtable$(EXEEXT) +MODULE := tools/qtable MODULE_OBJS := \ - $(MODULE)/qtable.o + qtable.o + +# Set the name of the executable +TOOL_EXECUTABLE := qtable -$(MODULE)/qtable$(EXEEXT): $(MODULE_OBJS) - $(CXX) $(LDFLAGS) $+ -o $@ +# Include common rules +include $(srcdir)/rules.mk -- cgit v1.2.3