2294
|
1 |
#
|
|
2 |
# $Id$
|
|
3 |
#
|
2309
|
4 |
# Isabelle settings -- site defaults.
|
2426
|
5 |
#
|
2309
|
6 |
|
2426
|
7 |
###
|
|
8 |
### ML compiler settings
|
|
9 |
###
|
|
10 |
|
|
11 |
## Uncomment / adapt one of the sections below. Note that ML_HOME
|
|
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 |
###
|
2435
|
42 |
### Compilation options
|
|
43 |
###
|
|
44 |
|
|
45 |
# Should be 'true' or 'false':
|
2577
|
46 |
ISABELLE_HTML=false
|
2435
|
47 |
|
|
48 |
|
|
49 |
###
|
2577
|
50 |
### Misc path settings etc.
|
2426
|
51 |
###
|
2294
|
52 |
|
2426
|
53 |
# The place for user configuration, heap files, etc.
|
|
54 |
ISABELLE_HOME_USER=~/isabelle
|
2294
|
55 |
|
2426
|
56 |
# Heap file in/out locations.
|
|
57 |
# Note: ML system and platform info is appended automatically!
|
2294
|
58 |
ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps
|
|
59 |
ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps
|
|
60 |
|
|
61 |
DEFAULT_LOGIC=HOL
|
|
62 |
|
2345
|
63 |
ISABELLE_DOCS=$ISABELLE_HOME/doc
|
|
64 |
|
2426
|
65 |
#DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5"
|
2476
|
66 |
#DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10"
|
2426
|
67 |
DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"
|
2345
|
68 |
|
2294
|
69 |
|
2685
|
70 |
# How to install the isabelle X11 fonts.
|
2577
|
71 |
ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash"
|
|
72 |
#ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv:7100"
|
|
73 |
|
|
74 |
|
2426
|
75 |
###
|
|
76 |
### Interfaces
|
|
77 |
###
|
|
78 |
|
|
79 |
# The null interface: pass-through to 'isabelle'.
|
2294
|
80 |
#ISABELLE_INTERFACE=none
|
|
81 |
#ISABELLE_INTERFACE_OPTIONS=""
|
|
82 |
|
2685
|
83 |
# XTerm.
|
2294
|
84 |
ISABELLE_INTERFACE=xterm
|
2742
|
85 |
ISABELLE_INTERFACE_OPTIONS="-p -mxterm"
|
2294
|
86 |
|
2426
|
87 |
# GNU Emacs running Isamode.
|
2294
|
88 |
#ISABELLE_INTERFACE=emacs
|
|
89 |
#ISABELLE_INTERFACE_OPTIONS=""
|
2426
|
90 |
ISAMODE_HOME=$ISABELLE_HOME/lib/Isamode
|