/* Copyright (C) 1994, Digital Equipment Corporation           */
/* All rights reserved.                                        */
/* See the file COPYRIGHT for a full description.              */
/*                                                             */
/* Last modified on Tue May 24 09:02:46 PDT 1994 by najork     */
/*      modified on Sat Oct 17 13:52:24 PDT 1992 by ramshaw    */

import (zeus)

module (Site)
list (Site, Site)

zume  (Hull)

module  (HullFmt)
module  (MyColors)
module  (AlgTypes)
module  (HullInput)
module  (RubberAlg)
module  (WrapAlg)
%%% module  (GrahamAlg) 
module  (ArrayView)
module  (GeomView)

resource  (hullinput.fv)
resource  (wrapAlg.m3)

if not defined ("MENTOR_UMBRELLA") 
  implementation  (Main)
  bundle  (HullBundle)
  build_standalone ()
  program  (hull)
end
