ReadCifPackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
by Jim Gasbarro March 12, 1985 12:38:00 pm PST
Last Edited by: Gasbarro, January 16, 1987 4:17:30 pm PST
Frank Bowers January 24, 1986 11:15:46 am PST
ReadCifPackage: CONFIGURATION
IMPORTS
-- expected to be already running
Atom, BasicTime, Commander, CommandTool, CD, CDCells, CDCurves, CDCommandOps, CDDirectory, CDIO, CDOps, CDProperties, CDRects, CDViewer, CGArea, CGClipper, CGReducer, FS, IO, List, MessageWindow, Process, ReadCifUserCmd, Real, RealFns, Rope, TerminalIO
EXPORTS ReadCif
CONTROL
-- start these running
ReadCifImpl, CIFIODefsImpl, Polygon, NStripe, OutputMessage, Output, ParserInput, Partition, IntTrans, ParserTypes, IntUtilities, IntPhase1, CIFIntPhase2, ParserUtilities, ParserMain
= BEGIN
-- contents of this config
CIFIODefsImpl; Polygon; NStripe; OutputMessage; Output; ParserInput; Partition; IntTrans; ParserTypes; IntUtilities; IntPhase1; CIFIntPhase2; ParserUtilities; ParserMain; ReadCifImpl;
END.