--DCIF.Config
--
April 3, 1980 by MN
--
Configuration for CIF 2.0 Processing System
-- for D*
-- June 4, 1981 12:23 PM

DIRECTORY
crD: FROM "CoreDefs";

CIF: CONFIGURATION
IMPORTS AuxOutputDefs, crD, DirectoryDefs, DisplayDefs, IODefs, JaMFnsDefs, MiscDefs, Real, RealFns, SegmentDefs, StreamDefs, StringDefs, SystemDefs, TimeDefs
EXPORTS
--from CIFControl:
CIFControlDefs
--from Parser:
,ParserTypeDefs, ParserInputDefs, ParserErrorDefs, ParserDefs
--from Interpreter:
,IntDefs, IntStorageDefs, IntTransDefs, AuxIntDefs
--from CIFOutput:
,CIFOutputDefs
--from CIFDevices:
,CIFDevicesDefs
--from CIFUtilities:
,CIFUtilitiesDefs
--from CedarGraphics:
,AltoDevice, Graphics, Poly

CONTROL JaMCIF =

BEGIN

JaMCIF;-- JaM interface to ParserControl
CIFControl;-- control for the parser
IcarusInput;
Parser;
Interpreter;
CIFOutput;-- device independent output module (exports OutputDefs)
CIFDevices;-- device dependent output module (provides trapezoid etc)
CIFUtilities;
CedarGraphics;

END.

D0MESACOMP = compiler.image /l
DORADOMESACOMP = compiler.image /l
D0MESABIND = mesa.image binder.bcd %s/c
DORADOMESABIND = mesa.image binder.bcd %s/c