15 #ML_SYSTEM=polyml-2.07 |
15 #ML_SYSTEM=polyml-2.07 |
16 #ML_HOME=/usr/local/ldist/DIR/polyml/polyml/solaris2 |
16 #ML_HOME=/usr/local/ldist/DIR/polyml/polyml/solaris2 |
17 #ML_OPTIONS="-h 30000" |
17 #ML_OPTIONS="-h 30000" |
18 |
18 |
19 # Poly/ML 3.1 |
19 # Poly/ML 3.1 |
20 ML_SYSTEM=polyml-3.1 |
20 #ML_SYSTEM=polyml-3.1 |
21 ML_HOME=/usr/local/ldist/DIR/polyml-3.1/polyml/sunos5.4 |
21 #ML_HOME=/usr/local/ldist/DIR/polyml-3.1/polyml/sunos5.4 |
22 ML_OPTIONS="-h 30000" |
22 #ML_OPTIONS="-h 30000" |
23 LM_LICENSE_FILE=$ML_HOME/license.dat |
23 #LM_LICENSE_FILE=$ML_HOME/license.dat |
24 |
24 |
25 # Standard ML of New Jersey 0.93 |
25 # Standard ML of New Jersey 0.93 |
26 #ML_SYSTEM=smlnj-0.93 |
26 #ML_SYSTEM=smlnj-0.93 |
27 #ML_HOME=/usr/local/ldist/DIR/sml-0.93/src |
27 #ML_HOME=/usr/local/ldist/DIR/sml-0.93/src |
28 #ML_OPTIONS="" |
28 #ML_OPTIONS="" |
30 # Standard ML of New Jersey 1.07 |
30 # Standard ML of New Jersey 1.07 |
31 #ML_SYSTEM=smlnj-1.07 |
31 #ML_SYSTEM=smlnj-1.07 |
32 #ML_HOME=/usr/local/sml107/bin |
32 #ML_HOME=/usr/local/sml107/bin |
33 #ML_OPTIONS="@SMLdebug=/dev/null" |
33 #ML_OPTIONS="@SMLdebug=/dev/null" |
34 |
34 |
35 # Standard ML of New Jersey 1.09 |
35 # Standard ML of New Jersey 1.09.27 |
36 #ML_SYSTEM=smlnj-1.09 |
36 ML_SYSTEM=smlnj-1.09 |
37 #ML_HOME=/usr/local/sml109/bin |
37 ML_HOME=/usr/local/sml109.27/bin |
38 #ML_OPTIONS="@SMLdebug=/dev/null" |
38 ML_OPTIONS="@SMLdebug=/dev/null" |
39 |
39 |
40 |
40 |
41 ### |
41 ### |
42 ### Misc options |
42 ### Compilation options |
43 ### |
43 ### |
44 |
44 |
45 ISABELLE_USEDIR_OPTIONS="" |
45 ISABELLE_USEDIR_OPTIONS="" |
46 |
46 |
47 |
47 |
50 ### |
50 ### |
51 |
51 |
52 # The place for user configuration, heap files, etc. |
52 # The place for user configuration, heap files, etc. |
53 ISABELLE_HOME_USER=~/isabelle |
53 ISABELLE_HOME_USER=~/isabelle |
54 |
54 |
55 # Where to look for isabelle tools. |
55 # Where to look for isabelle tools (multiple dirs separated by ':'). |
56 ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools |
56 ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools |
57 |
57 |
58 |
58 |
59 # Heap file locations. ML system identifier appended automatically! |
59 # Heap file locations. ML system identifier appended automatically! |
60 |
60 |
61 ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps |
61 ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps |
62 |
62 |
|
63 #A hack! 'build' tells us store heaps within the distribution. |
63 if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then |
64 if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then |
64 ISABELLE_OUTPUT=$ISABELLE_HOME/heaps |
65 ISABELLE_OUTPUT=$ISABELLE_HOME/heaps |
65 else |
66 else |
66 ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps |
67 ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps |
67 fi |
68 fi |
68 |
69 |
69 |
70 #Users may want to change this. |
70 DEFAULT_LOGIC=HOL |
71 DEFAULT_LOGIC=HOL |
71 |
72 |
72 |
73 |
73 ## Docs |
74 ## Docs |
74 |
75 |
|
76 #Where to look for docs (multiple dirs separated by ':'). |
75 ISABELLE_DOCS=$ISABELLE_HOME/doc |
77 ISABELLE_DOCS=$ISABELLE_HOME/doc |
76 |
78 |
|
79 #The dvi file viewer |
77 DVI_VIEWER=xdvi |
80 DVI_VIEWER=xdvi |
78 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
81 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5" |
79 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
82 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10" |
80 #DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
83 #DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9" |
81 |
84 |