summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/site.config
blob: 66312c70efd9f10b1cb5e6b0f634739d7e83a7cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Location of Objective Caml Libraries
OCAMLLIBDIR=/usr/local/lib/ocaml

## Location of Objective Caml sources (only needed for the browser)
## relative to the lablbrowser directory
OCAMLSRCDIR=../..

## Compilation and link flags for Tcl/Tk applications
## Preprocessor flags to find tcl.h and tk.h
CPPFLAGS=-I/usr/local/include
## ld flags to add path to libtcl*.* and libtk*.*
## You can also add here nonstandard X libraries
LDFLAGS="-L/usr/local/lib"

## If you're building the japanised version of MMM, you must use the
## japanised versions of Tcl and Tk. The libraries are usually installed
## as libtclXXjp.a and libtkXXjp.a. Uncomment the following line if you
## want "configure" to find the correct libraries
# LIBEXT=jp

## If you are using a fancy version of Tk, like TkStep,
## set this to the base name of this version (no digits).
# TKNAME=tkstep

## Library and executables installation directories
## These MUST be absolute paths.
INSTALLDIR=$OCAMLLIBDIR/labltk41
INSTALLBINDIR=/usr/local/bin