Artifact 159ddea131c3b7b59df485ef914a9cfc11a8391a954bb48ef36f9052f41084b5:


#!/bin/csh -f

# xbuild --- Build all REDUCE fasl files from an existing (possibly
#            minimal) REDUCE.

# Author: Anthony C. Hearn.

set list = (module prolog rlisp rend poly alg mathpr arith matrix  \
            hephys entry arnum cedit compact excalc ezgcd factor   \
            gentran dipoly groebner groebnr2 int algint            \
            pretty rcref roots rprint scope solve spde taylor tps  \
            misc odesolve avector orthovec)

foreach x ($list)
    echo compiling $x ...
    $reduce/util/mkfasl $x
end


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]