author | wenzelm |
Fri, 04 Apr 1997 19:09:21 +0200 | |
changeset 2915 | 4d2d409fe2ea |
parent 2786 | b36ca42c409a |
child 2968 | 8ba30b031f31 |
permissions | -rw-r--r-- |
2294 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
2309 | 4 |
# Isabelle settings -- site defaults. |
2426 | 5 |
# |
2309 | 6 |
|
2426 | 7 |
### |
2786 | 8 |
### ML compiler settings (ESSENTIAL) |
2426 | 9 |
### |
10 |
||
2786 | 11 |
## Uncomment and adapt one of the sections below. Note that ML_HOME |
2426 | 12 |
## specifies the location of the actual compiler binaries. |
13 |
||
14 |
# Poly/ML 2.x |
|
2435 | 15 |
#ML_SYSTEM=polyml-2.07 |
2426 | 16 |
#ML_HOME=/usr/local/ldist/DIR/polyml/polyml/solaris2 |
17 |
#ML_OPTIONS="-h 30000" |
|
2294 | 18 |
|
2426 | 19 |
# Poly/ML 3.1 |
20 |
ML_SYSTEM=polyml-3.1 |
|
21 |
ML_HOME=/usr/local/ldist/DIR/polyml-3.1/polyml/sunos5.4 |
|
22 |
ML_OPTIONS="-h 30000" |
|
23 |
LM_LICENSE_FILE=$ML_HOME/license.dat |
|
2294 | 24 |
|
2426 | 25 |
# Standard ML of New Jersey 0.93 |
26 |
#ML_SYSTEM=smlnj-0.93 |
|
27 |
#ML_HOME=/usr/local/ldist/DIR/sml-0.93/src |
|
28 |
#ML_OPTIONS="" |
|
29 |
||
30 |
# Standard ML of New Jersey 1.07 |
|
31 |
#ML_SYSTEM=smlnj-1.07 |
|
32 |
#ML_HOME=/usr/local/sml107/bin |
|
33 |
#ML_OPTIONS="@SMLdebug=/dev/null" |
|
34 |
||
35 |
# Standard ML of New Jersey 1.09 |
|
36 |
#ML_SYSTEM=smlnj-1.09 |
|
2685 | 37 |
#ML_HOME=/usr/local/sml109/bin |
2426 | 38 |
#ML_OPTIONS="@SMLdebug=/dev/null" |
2294 | 39 |
|
40 |
||
2426 | 41 |
### |
2915
4d2d409fe2ea
replaced ISABELLE_HTML by ISABELLE_USEDIR_OPTIONS;
wenzelm
parents:
2786
diff
changeset
|
42 |
### Misc options |
2435 | 43 |
### |
44 |
||
2915
4d2d409fe2ea
replaced ISABELLE_HTML by ISABELLE_USEDIR_OPTIONS;
wenzelm
parents:
2786
diff
changeset
|
45 |
ISABELLE_USEDIR_OPTIONS="" |
2435 | 46 |
|
47 |
||
48 |
### |
|
2577 | 49 |
### Misc path settings etc. |
2426 | 50 |
### |
2294 | 51 |
|
2426 | 52 |
# The place for user configuration, heap files, etc. |
53 |
ISABELLE_HOME_USER=~/isabelle |
|
2294 | 54 |
|
2786 | 55 |
# Where to look for isabelle tools. |
56 |
ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools |
|
57 |
||
58 |
||
59 |
# Heap file input and output locations. Note that ML system and |
|
60 |
# platform info is appended automatically. |
|
61 |
||
2294 | 62 |
ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps |
2780 | 63 |
|
64 |
if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then |
|
65 |
ISABELLE_OUTPUT=$ISABELLE_HOME/heaps |
|
66 |
else |
|
67 |
ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps |
|
68 |
fi |
|
69 |
||
2786 | 70 |
DEFAULT_LOGIC=HOL |
2294 | 71 |
|
2786 | 72 |
|
73 |
## Docs |
|
2294 | 74 |
|
2345 | 75 |
ISABELLE_DOCS=$ISABELLE_HOME/doc |
76 |
||
2426 | 77 |
#DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
2476 | 78 |
#DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
2426 | 79 |
DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
2345 | 80 |
|
2294 | 81 |
|
2786 | 82 |
# How to install the isabelle X11 fonts (can be tricky!). |
2577 | 83 |
ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash" |
84 |
#ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv:7100" |
|
85 |
||
86 |
||
2426 | 87 |
### |
88 |
### Interfaces |
|
89 |
### |
|
90 |
||
91 |
# The null interface: pass-through to 'isabelle'. |
|
2294 | 92 |
#ISABELLE_INTERFACE=none |
93 |
#ISABELLE_INTERFACE_OPTIONS="" |
|
94 |
||
2786 | 95 |
# Simple xterm based interface. |
2294 | 96 |
ISABELLE_INTERFACE=xterm |
2786 | 97 |
ISABELLE_INTERFACE_OPTIONS="" |