14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
-
+
-
+
|
TCLKIT_MAC = $(TCLKIT)/tclkit-mac-867
# 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/$(USER)/src/textsearch
DIFFUTIL = /home/$(USER)/src/DiffUtilTcl/lib.vfs/DiffUtil
WCB = /home/$(USER)/src/packages/wcb3.5
WCB = /home/$(USER)/src/packages/wcb3.8
PDF4TCL = /home/$(USER)/src/pdf4tcl/pkg
SNIT = /home/$(USER)/src/packages/tcllib/modules/snit
TABLELIST = /home/$(USER)/src/packages/tablelist6.3
TABLELIST = /home/$(USER)/src/packages/tablelist6.22
TWAPI = /home/$(USER)/src/packages/twapi
TKDND = /home/$(USER)/src/packages/tkdnd/lib/tkdnd2.4
EMBEDFONT = /usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf
# Tools
NAGELFAR = nagelfar
|