summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/Makefile.config.tmpl
blob: ba3b9e833777afc83dcb5445ca04a773cd709a0e (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
29
30
31
32
33
34
35
36
37
38
39
40
# Generated automatically from Makefile.config.in by configure.
## Where you installed Objective Label
LIBDIR=/usr/local/lib/olabl

## Where are the sources (for LablBrowser).
OLABLDIR=../..

## Where you want to install LablTk41 libraries and binaries
INSTALLDIR=/usr/local/lib/olabl/labltk41
INSTALLBINDIR=/usr/local/bin

### What to use to link with X
X11_LIBS=-ccopt "" -cclib " -lX11"

### What to use to compile and link with Tcl/Tk
TKINCLUDES=-ccopt "-I/usr/local/include "
TKLIBS=-ccopt "-L/usr/local/lib" -cclib "-ltk4.2 -ltcl7.6 -lm"

### Making a library
RANLIB=ranlib

### Shouldn't need to change anything below
## Tools from the Objective Label distribution
EXCRC=$(LIBDIR)/extract_crc
EXPUNGE=$(LIBDIR)/expunge

LABLC=olablc
LABLCOMP=$(LABLC) -c
CPP=/usr/bin/cpp -P
LABLYACC=olablyacc -v
LABLLEX=olabllex
LABLLIBR=$(LABLC) -a
LABLDEP=olabldep
COMPFLAGS=
LINKFLAGS=

CAMLOPT=olablopt
CAMLOPTLIBR=$(CAMLOPT) -a

## End of configuration section