14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
-
+
-
-
+
+
-
|
# Path to the libraries used
STYLE = /home/peter/src/packages/style
GRIFFIN = /home/peter/tclkit/griffin.vfs/lib/griffin
TEXTSEARCH = /home/peter/src/textsearch
DIFFUTIL = /home/peter/src/DiffUtilTcl/lib.vfs/DiffUtil
WCB = /home/peter/src/packages/wcb3.0
PDF4TCL = /home/peter/src/pdf4tcl/trunk/pkg
PDF4TCL = /home/peter/src/pdf4tcl/pkg
SNIT = /home/peter/tcl/tcllib/modules/snit
TWAPI = /home/peter/src/twapi
TKDND = /home/peter/tkdnd/lib/tkdnd1.0
TWAPI = /home/peter/src/packages/twapi
TKDND = /home/peter/src/packages/tkdnd/lib/tkdnd1.0
#DIFFUTIL = /home/peter/src/DiffUtil/tcl
# Tools
NAGELFAR = nagelfar
all: setup
SRCFILES = src/clip.tcl src/dirdiff.tcl src/help.tcl src/map.tcl \
|