-- MakeBasicTime.cm
-- Andrew Birrell June 6, 1983 10:22 am
-- Last Edited by: Levin, June 24, 1983 5:56 pm

-- NOTE:  This package is involved in a dependency cycle with Pup and IO.  PupDefs.bcd depends on IO.bcd which depends on BasicTime.bcd, and BasicTimeImpl.bcd depends on PupDefs.bcd.  A suitable compilation order is:

-- BasicTime BasicIOPackage Communication Pup BasicTimeImpl

-- Compile BasicTime
-- Now do IO, etc
Compile BasicTimeImpl