| author | nipkow | 
| Thu, 01 Apr 2010 12:19:37 +0200 | |
| changeset 36072 | bcfdfc660991 | 
| parent 34238 | b28be884edda | 
| permissions | -rw-r--r-- | 
| 31310 | 1  | 
# -*- shell-script -*- :mode=shellscript:  | 
2  | 
||
| 
22409
 
5f7c9c82b05e
AnnoMaLy related files, as discussed in mails with Gerwin Klein
 
gagern 
parents:  
diff
changeset
 | 
3  | 
ML_SYSTEM=annomaly  | 
| 
 
5f7c9c82b05e
AnnoMaLy related files, as discussed in mails with Gerwin Klein
 
gagern 
parents:  
diff
changeset
 | 
4  | 
ML_HOME="$SMLNJ_HOME/bin"  | 
| 
 
5f7c9c82b05e
AnnoMaLy related files, as discussed in mails with Gerwin Klein
 
gagern 
parents:  
diff
changeset
 | 
5  | 
ML_OPTIONS="-m $SMLNJ_HOME/annomaly/annomaly.cm @SMLdebug=/dev/null"  | 
| 
 
5f7c9c82b05e
AnnoMaLy related files, as discussed in mails with Gerwin Klein
 
gagern 
parents:  
diff
changeset
 | 
6  | 
ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
 | 
| 
22639
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
7  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
8  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
9  | 
ISABELLE_HOME_USER="$HOME/isabelle-annomaly"  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
10  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
11  | 
# Where to look for isabelle tools (multiple dirs separated by ':').  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
12  | 
ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
13  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
14  | 
# Location for temporary files (should be on a local file system).  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
15  | 
ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
16  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
17  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
18  | 
# Heap input locations. ML system identifier is included in lookup.  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
19  | 
ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
20  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
21  | 
# Heap output location. ML system identifier is appended automatically later on.  | 
| 26210 | 22  | 
ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"  | 
23  | 
ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"  | 
|
| 
22639
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
24  | 
|
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
25  | 
ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true"  | 
| 
 
a9551463543c
set special ISABELLE_USER_HOME as in other isatest settings
 
isatest 
parents: 
22409 
diff
changeset
 | 
26  |