-- JaM.config
-- Written by Martin Newell, February 1979
-- Last changed by Doug Wyatt, August 17, 1981 4:40 PM

DIRECTORY
crD: FROM "CoreDefs";

JaM: CONFIGURATION
IMPORTS BFSDefs, DirectoryDefs, DiskDefs, DiskKDDefs, FrameDefs,
FrameOps, ImageDefs, IODefs, LoaderOps, MiscDefs, Process,
SegmentDefs, Storage, StreamDefs, String, StringDefs, SystemDefs,
TimeDefs
EXPORTS JaMFnsDefs, crD, Real, RealOps, RealFns,
JaMVMDefs, JaMDictionaryDefs, JaMStringDefs, JaMExecDefs,
JaMLiteralDefs, JaMStackDefs, JaMAttributesDefs, JaMTypeChkDefs,
JaMControlDefs, JaMScannerDefs, JaMIODefs, JaMMathDefs,
JaMArrayDefs, JaMStartDefs, JaMInterruptDefs
CONTROL JaMRun = {
RealImpl;
Core;
JaMFns;
JaMVM;
JaMDictionary;
JaMString;
JaMExec;
JaMLiteral;
JaMStack;
JaMAttributes;
JaMTypeChk;
JaMControl;
JaMScanner;
JaMIO;
JaMMath;
JaMArray;
JaMStart;
JaMInterrupt;
JaMRun;
}.

MESACOMP = Compiler.image %s/bn
MESABIND = Mesa.image SymbolCompressor.bcd Binder.bcd %s/cx