etc/settings
author wenzelm
Fri, 20 Dec 1996 16:10:30 +0100
changeset 2466 5220fb014f8a
parent 2435 750a73406623
child 2476 dae7f8ca5001
permissions -rw-r--r--
changed xterm geometry;
     1 #
     2 # $Id$
     3 #
     4 # Isabelle settings -- site defaults.
     5 #
     6 
     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
    15 #ML_SYSTEM=polyml-2.07
    16 #ML_HOME=/usr/local/ldist/DIR/polyml/polyml/solaris2
    17 #ML_OPTIONS="-h 30000"
    18 
    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
    24 
    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
    37 #ML_HOME=~wenzelm/tmp/109/bin
    38 #ML_OPTIONS="@SMLdebug=/dev/null"
    39 
    40 
    41 ###
    42 ### Compilation options
    43 ###
    44 
    45 # Should be 'true' or 'false':
    46 ISABELLE_HTML=true
    47 
    48 
    49 ###
    50 ### Misc path settings
    51 ###
    52 
    53 # The place for user configuration, heap files, etc.
    54 ISABELLE_HOME_USER=~/isabelle
    55 
    56 # Heap file in/out locations.
    57 # Note: ML system and platform info is appended automatically!
    58 ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps
    59 ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps
    60 
    61 DEFAULT_LOGIC=HOL
    62 
    63 ISABELLE_DOCS=$ISABELLE_HOME/doc
    64 
    65 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5"
    66 DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"
    67 
    68 
    69 ###
    70 ### Interfaces
    71 ###
    72 
    73 # The null interface: pass-through to 'isabelle'.
    74 #ISABELLE_INTERFACE=none
    75 #ISABELLE_INTERFACE_OPTIONS=""
    76 
    77 # Xterm with symbol font.
    78 ISABELLE_INTERFACE=xterm
    79 ISABELLE_INTERFACE_OPTIONS="-geometry 80x60"
    80 ISABELLE_SYMBOLS=true
    81 
    82 # GNU Emacs running Isamode.
    83 #ISABELLE_INTERFACE=emacs
    84 #ISABELLE_INTERFACE_OPTIONS=""
    85 #ISABELLE_SYMBOLS=true
    86 ISAMODE_HOME=$ISABELLE_HOME/lib/Isamode