~ubuntu-branches/ubuntu/raring/scummvm/raring

« back to all changes in this revision

Viewing changes to devtools/skycpt/module.mk

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mto: (21.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • 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/skycpt
 
5
 
 
6
MODULE_OBJS := \
 
7
        AsciiCptCompile.o \
 
8
        KmpSearch.o \
 
9
        TextFile.o \
 
10
        cptcompiler.o \
 
11
        cpthelp.o \
 
12
        idFinder.o
 
13
 
 
14
# Set the name of the executable
 
15
TOOL_EXECUTABLE := skycpt
 
16
 
 
17
# Include common rules
 
18
include $(srcdir)/rules.mk