diff options
Diffstat (limited to 'tools/qtable')
-rw-r--r-- | tools/qtable/module.mk | 18 |
1 files changed, 9 insertions, 9 deletions
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 |