1# ------------------------------------------------------------------------
2#
3# EDIT to suit your needs ...
4#
5# ------------------------------------------------------------------------
6
7# sdx and tclkit programs are required, set the SDX and TCLKIT vars accordingly !!!
8SDX    = $(HOME)/local/bin/sdx
9TCLKIT = $(HOME)/local/bin/tclkit
10
11# see the main.tcl.sh script for meaning of ITCL_EXACT
12TK_VERSION = 8.4
13ITCL_EXACT =
14
15ITCL_VERSION     = 3.3
16ITK_VERSION      = 3.3
17IWIDGETS_VERSION = 4.0.2
18
19# define the library-directories to be copied
20prefix=/Library/Tcl
21ITCL_LIBDIR     =
22ITK_LIBDIR      = $(prefix)/itk$(ITK_VERSION)
23IWIDGETS_LIBDIR = $(prefix)/iwidgets$(IWIDGETS_VERSION)
24
25# define these two vars if libitcl.so and libitk.so needs to be copied
26# separately
27LIBITCL_SO =
28LIBITK_SO  =
29
30# if we have some dangling links we should delete them ...
31xdir = pwgui.vfs/lib
32DELETE_LINKS = \
33	$(xdir)/iwidgets$(IWIDGETS_VERSION)/demos
34