author | berghofe |
Sun, 12 Oct 1997 22:06:00 +0200 | |
changeset 3845 | 7fde09d61bc0 |
parent 3689 | 73378599a65b |
child 4334 | e567f3425267 |
permissions | -rw-r--r-- |
2294 | 1 |
# |
2 |
# $Id$ |
|
3 |
# |
|
2309 | 4 |
# Isabelle settings -- site defaults. |
2426 | 5 |
# |
2309 | 6 |
|
2426 | 7 |
### |
3177 | 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 |
3364 | 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 |
||
3596 | 30 |
# Standard ML of New Jersey 1.09.27 or later |
3364 | 31 |
#ML_SYSTEM=smlnj-1.09 |
32 |
#ML_HOME=/usr/local/sml109.27/bin |
|
33 |
#ML_OPTIONS="@SMLdebug=/dev/null" |
|
2294 | 34 |
|
35 |
||
2426 | 36 |
### |
3177 | 37 |
### Compilation options |
2435 | 38 |
### |
39 |
||
2915
4d2d409fe2ea
replaced ISABELLE_HTML by ISABELLE_USEDIR_OPTIONS;
wenzelm
parents:
2786
diff
changeset
|
40 |
ISABELLE_USEDIR_OPTIONS="" |
2435 | 41 |
|
42 |
||
43 |
### |
|
2968 | 44 |
### Misc path settings |
2426 | 45 |
### |
2294 | 46 |
|
2426 | 47 |
# The place for user configuration, heap files, etc. |
48 |
ISABELLE_HOME_USER=~/isabelle |
|
2294 | 49 |
|
3177 | 50 |
# Where to look for isabelle tools (multiple dirs separated by ':'). |
2786 | 51 |
ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools |
52 |
||
53 |
||
3118 | 54 |
# Heap file locations. ML system identifier appended automatically! |
2786 | 55 |
|
3118 | 56 |
ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps |
2780 | 57 |
|
3177 | 58 |
#A hack! 'build' tells us store heaps within the distribution. |
2780 | 59 |
if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then |
3118 | 60 |
ISABELLE_OUTPUT=$ISABELLE_HOME/heaps |
3637
02ba2acc69c3
Added new environment variable ISABELLE_BROWSER_INFO.
berghofe
parents:
3596
diff
changeset
|
61 |
ISABELLE_BROWSER_INFO=$ISABELLE_HOME/browser_info |
2780 | 62 |
else |
3118 | 63 |
ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps |
3637
02ba2acc69c3
Added new environment variable ISABELLE_BROWSER_INFO.
berghofe
parents:
3596
diff
changeset
|
64 |
ISABELLE_BROWSER_INFO=$ISABELLE_HOME_USER/browser_info |
2780 | 65 |
fi |
66 |
||
3177 | 67 |
#Users may want to change this. |
3184 | 68 |
ISABELLE_LOGIC=HOL |
2294 | 69 |
|
2786 | 70 |
|
71 |
## Docs |
|
2294 | 72 |
|
3177 | 73 |
#Where to look for docs (multiple dirs separated by ':'). |
2345 | 74 |
ISABELLE_DOCS=$ISABELLE_HOME/doc |
75 |
||
3177 | 76 |
#The dvi file viewer |
3062 | 77 |
DVI_VIEWER=xdvi |
2426 | 78 |
#DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
2476 | 79 |
#DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
3062 | 80 |
#DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
2345 | 81 |
|
2294 | 82 |
|
3158 | 83 |
## Fonts -- how to install the Isabelle X11 fonts (can be tricky!). |
84 |
||
85 |
# (1) Get fonts from local (client side) directory: |
|
2577 | 86 |
ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash" |
3158 | 87 |
|
3689 | 88 |
# (2) Get from font server at Munich or Cambridge: |
3256 | 89 |
#ISABELLE_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200" |
3689 | 90 |
#ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv.cl.cam.ac.uk:7100" |
2577 | 91 |
|
2426 | 92 |
### |
93 |
### Interfaces |
|
94 |
### |
|
95 |
||
3303 | 96 |
# Global options. |
97 |
ISABELLE_INTERFACE_OPTIONS="" |
|
98 |
||
99 |
||
2426 | 100 |
# The null interface: pass-through to 'isabelle'. |
2294 | 101 |
#ISABELLE_INTERFACE=none |
102 |
||
2786 | 103 |
# Simple xterm based interface. |
2294 | 104 |
ISABELLE_INTERFACE=xterm |
2968 | 105 |
|
3303 | 106 |
# Emacs running Isamode. |
2968 | 107 |
#ISABELLE_INTERFACE=emacs |
2969 | 108 |
ISAMODE_HOME=$ISABELLE_HOME/contrib/Isamode |
3303 | 109 |
ISAMODE_EMACS="xemacs -q" |