etc/settings
author wenzelm
Thu, 15 Jan 1998 14:15:57 +0100
changeset 4579 4f1e445b20d7
parent 4569 4fd775d5456f
child 4708 580bf0f3ef79
permissions -rw-r--r--
polyml-3.1;

#
# $Id$
#
# Isabelle settings -- site defaults.
#

###
### ML compiler settings (ESSENTIAL!)
###

## Uncomment and adapt one of the sections below.  Note that ML_HOME
## specifies the location of the actual compiler binaries.

# Poly/ML 2.x
#ML_SYSTEM=polyml-2.07
#ML_HOME=/usr/local/ldist/DIR/polyml/polyml/solaris2
#ML_OPTIONS="-h 30000"

# Poly/ML 3.1
ML_SYSTEM=polyml-3.1
ML_HOME=/usr/local/ldist/DIR/polyml-3.1/polyml/sunos5.4
ML_OPTIONS="-h 30000"
LM_LICENSE_FILE=$ML_HOME/license.dat

# Standard ML of New Jersey 0.93
#ML_SYSTEM=smlnj-0.93
#ML_HOME=/usr/local/ldist/DIR/sml-0.93/src
#ML_OPTIONS=""

# Standard ML of New Jersey 109.27 to 109.33
#ML_SYSTEM=smlnj-109
#ML_HOME=/usr/proj/smlnj/109.32/bin
#ML_OPTIONS="@SMLdebug=/dev/null"

# Standard ML of New Jersey 110 or later
#ML_SYSTEM=smlnj-110
#ML_HOME=/usr/local/smlnj-110/bin
#ML_OPTIONS="@SMLdebug=/dev/null"

# MLWorks 1.0r2 or later -- still EXPERIMENTAL!!
#ML_SYSTEM=mlworks
#ML_HOME=/usr/local/mlworks/bin
#ML_OPTIONS=""


###
### Compilation options
###

ISABELLE_USEDIR_OPTIONS=""


###
### Misc path settings
###

# The place for user configuration, heap files, etc.
ISABELLE_HOME_USER=~/isabelle

# Where to look for isabelle tools (multiple dirs separated by ':').
ISABELLE_TOOLS=$ISABELLE_HOME/lib/Tools

# Location for temporary files (should be on a local file system).
ISABELLE_TMP_PREFIX=/tmp/isabelle-$LOGNAME


# Heap file locations. ML system identifier appended automatically!

ISABELLE_PATH=$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps

#A hack! Isabelle build tells us to store heaps etc. within the
#distribution.
if [ "$THIS_IS_ISABELLE_BUILD" = true ]; then
  ISABELLE_OUTPUT=$ISABELLE_HOME/heaps
  ISABELLE_BROWSER_INFO=$ISABELLE_HOME/browser_info
else
  ISABELLE_OUTPUT=$ISABELLE_HOME_USER/heaps
  ISABELLE_BROWSER_INFO=$ISABELLE_HOME_USER/browser_info
fi

#Users may want to change this.
ISABELLE_LOGIC=HOL


## Docs

#Where to look for docs (multiple dirs separated by ':').
ISABELLE_DOCS=$ISABELLE_HOME/doc

#The dvi file viewer
DVI_VIEWER=xdvi
#DVI_VIEWER="xdvi -geometry 498x704 -expert -s 5"
#DVI_VIEWER="xdvi -geometry 500x704 -expert -s 10"
#DVI_VIEWER="xdvi -geometry 555x782 -expert -s 9"


## Fonts -- how to install the Isabelle X11 fonts (can be tricky!).

# (1) Get fonts from local (client side) directory:
ISABELLE_INSTALLFONTS="xset fp+ $ISABELLE_HOME/lib/fonts; xset fp rehash"

# (2) Get from font server at Munich or Cambridge:
#ISABELLE_INSTALLFONTS="xset fp+ tcp/isafonts.informatik.tu-muenchen.de:7200"
#ISABELLE_INSTALLFONTS="xset fp+ tcp/font-serv.cl.cam.ac.uk:7100"

###
### Interfaces
###

# Global options.
ISABELLE_INTERFACE_OPTIONS=""


# The null interface: pass-through to 'isabelle'.
#ISABELLE_INTERFACE=none

# Simple xterm based interface.
ISABELLE_INTERFACE=xterm

# Emacs running Isamode.
#ISABELLE_INTERFACE=emacs
ISAMODE_HOME=$ISABELLE_HOME/contrib/Isamode
ISAMODE_EMACS="xemacs -q"