make-all-poly
author wenzelm
Thu, 19 May 1994 16:20:52 +0200
changeset 386 e9ba9f7e2542
parent 370 e95e212512d1
child 547 23e30d32cd0d
permissions -rwxr-xr-x
added const_type: sg -> typ option; stamps now stored in REVERSE order; now supports 'draft signatures' and incremental extension: is_draft, add_classes (supports axclasses), add_defsort, add_types, add_tyabbrs, add_tyabbrs_i, add_arities, add_consts, add_consts_i, add_syntax, add_syntax_i, add_trfuns, add_trrules, add_name, make_draft; added const_of_class, class_of_const (for axclasses); changed the pure signature to support axclasses (added itself, TYPE); various major internal changes;

#! /bin/sh
#Make entire system using Poly/ML
#Pathnames will have to be modified for your site
ML_DBASE=/usr/groups/theory/poly/`arch`/ML_dbase
ISABELLEBIN=/homes/`whoami`/bin
ISABELLECOMP="poly -noDisplay -h 15000"
ISABELLEMAKE=Makefile
export ML_DBASE ISABELLEBIN ISABELLECOMP ISABELLEMAKE
nohup make-all $*