etc/settings
author wenzelm
Thu, 17 Apr 1997 10:30:57 +0200
changeset 2968 8ba30b031f31
parent 2915 4d2d409fe2ea
child 2969 4c8d60b01ef9
permissions -rw-r--r--
eliminated PLATFORM;
     1 #
     2 # $Id$
     3 #
     4 # Isabelle settings -- site defaults.
     5 #
     6 
     7 ###
     8 ### ML compiler settings (ESSENTIAL)
     9 ###
    10 
    11 ## Uncomment and 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=/usr/local/sml109/bin
    38 #ML_OPTIONS="@SMLdebug=/dev/null"
    39 
    40 
    41 ###
    42 ### Misc options
    43 ###
    44 
    45 ISABELLE_USEDIR_OPTIONS=""
    46 
    47 
    48 ###
    49 ### Misc path settings
    50 ###
    51 
    52 # The place for user configuration, heap files, etc.
    53 ISABELLE_HOME_USER=~/isabelle
    54 
    55 # Where to look for isabelle tools.
    56 ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools
    57 
    58 
    59 # Heap file locations.
    60 
    61 ISABELLE_PATH=$ISABELLE_HOME_USER/heaps/$ML_SYSTEM:$ISABELLE_HOME/heaps/$ML_SYSTEM
    62 
    63 if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
    64   ISABELLE_OUTPUT_DIR=$ISABELLE_HOME/heaps/$ML_SYSTEM
    65 else
    66   ISABELLE_OUTPUT_DIR=$ISABELLE_HOME_USER/heaps/$ML_SYSTEM
    67 fi
    68 
    69 DEFAULT_LOGIC=HOL
    70 
    71 
    72 ## Docs
    73 
    74 ISABELLE_DOCS=$ISABELLE_HOME/doc
    75 
    76 #DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5"
    77 #DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10"
    78 DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"
    79 
    80 
    81 # How to install the isabelle X11 fonts (can be tricky!).
    82 ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash"
    83 #ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv:7100"
    84 
    85 
    86 ###
    87 ### Interfaces
    88 ###
    89 
    90 # The null interface: pass-through to 'isabelle'.
    91 #ISABELLE_INTERFACE=none
    92 #ISABELLE_INTERFACE_OPTIONS=""
    93 
    94 # Simple xterm based interface.
    95 ISABELLE_INTERFACE=xterm
    96 ISABELLE_INTERFACE_OPTIONS=""
    97 
    98 # GNU Emacs running Isamode.
    99 #ISABELLE_INTERFACE=emacs
   100 #ISABELLE_INTERFACE_OPTIONS=""
   101 #ISAMODE_HOME=$ISABELLE_HOME/contrib/Isamode