~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to rules.mk

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20110525190223-fiqm0oaec714xk31
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###############################################
2
2
# Common build rules, used by the sub modules and their module.mk files
3
3
#
4
 
# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/tools/trunk/Makefile $
5
 
# $Id: rules.mk 43635 2009-08-22 11:03:00Z sev $
 
4
# $URL$
 
5
# $Id$
6
6
###############################################
7
7
 
8
8
 
28
28
# Reset TOOL_EXECUTABLE var
29
29
TOOL_EXECUTABLE:=
30
30
 
31
 
# Add to "tools" target
32
 
tools: $(TOOL-$(MODULE))
 
31
# Add to "devtools" target
 
32
devtools: $(TOOL-$(MODULE))
33
33
 
34
 
# Pseudo target for comfort, allows for "make tools/skycpt", etc.
 
34
# Pseudo target for comfort, allows for "make devtools/skycpt", etc.
35
35
$(MODULE): $(TOOL-$(MODULE))
36
 
clean-tools: clean-$(MODULE)
 
36
clean-devtools: clean-$(MODULE)
37
37
 
38
38
else
39
39
ifdef PLUGIN