1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-
+
-
+
|
#----------------------------------------------------------------------
# Make file for Eskil
#----------------------------------------------------------------------
VERSION = 27
VERSION = 271
# Path to the TclKits used for creating StarPacks.
TCLKIT = /home/peter/tclkit/v85
TCLKIT_LINUX = $(TCLKIT)/tclkit-linux
TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc
TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe
TCLKIT_MAC = $(TCLKIT)/tclkit-mac-863
TCLKIT_MAC = $(TCLKIT)/tclkit-mac-864
# Paths to the libraries used.
# If you do not have access to all these, you can get them from an Eskil kit
# as explained below.
TEXTSEARCH = /home/peter/src/textsearch
DIFFUTIL = /home/peter/src/DiffUtilTcl/lib.vfs/DiffUtil
WCB = /home/peter/src/packages/wcb3.4
|