aboutsummaryrefslogtreecommitdiff
path: root/tools/skycpt/module.mk
blob: c892cd8c35dd975413bc58b26794968143231369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/tools/trunk/Makefile $
# $Id: Makefile 30664 2008-01-27 19:47:41Z jvprat $

MODULE := tools/skycpt

MODULE_OBJS := \
	AsciiCptCompile.o \
	KmpSearch.o \
	TextFile.o \
	cptcompiler.o \
	cpthelp.o \
	idFinder.o

# Set the name of the executable
TOOL_EXECUTABLE := skycpt

# Include common rules
include $(srcdir)/rules.mk