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

« back to all changes in this revision

Viewing changes to devtools/create_drascula/module.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
# $URL$
 
2
# $Id$
 
3
 
 
4
MODULE := devtools/create_drascula
 
5
 
 
6
MODULE_OBJS := \
 
7
        create_drascula.o
 
8
 
 
9
# Set the name of the executable
 
10
TOOL_EXECUTABLE := create_drascula
 
11
 
 
12
# Include common rules
 
13
include $(srcdir)/rules.mk