-- File LupineMake.cm edited by Andrew Birrell on February 18, 1983 11:08 am.

-- Commander is logically separate, but owned by Lupine.
   Compile /-a-b-n CommanderDefs Commander

-- Bounds and NIL checking turned on for now.
   Compile /abcjnuw  @MesaFilesLupine.cm@

-- Bind code and symbols into one.
   Bind /a @ConfigFilesLupine.cm@

-- Build Example
   Run Lupine
   @MakeTarget.cm

-- Check results.
   Smodel/n Lupine
   VerifyDF Lupine

-- At this point, you should try each of the following.
-- They are listed in increasing probability of failure.
-- Read each one first, as there can be some preconditions
-- if you have not set up a test environment.
--   Translator regression test:
--     @RegressionTestLupine.cm.
--   Runtime tests that use Lupine to make real remote calls:
--     @TimeTestLupine.cm.
--     @InterMdsMarshalTestLupine.cm.
--     @MarshalTestLupine.cm.

-- When satisfied, and the Lupine User's Guide is ready, do
-- Smodel/v Lupine