-- File: sather/sys/sys_dot_sather
-- Author: Jeff Bilmes
-- Created: Wed May 22 14:17:10 1991
-- Copyright (C) International Computer Science Institute, 1991
--
-- COPYRIGHT NOTICE: This code is provided "AS IS" WITHOUT ANY WARRANTY
-- and is subject to the terms of the SATHER LIBRARY GENERAL PUBLIC
-- LICENSE contained in the file: "sather/doc/license.txt" of the Sather
-- distribution. The license is also available from ICSI, 1947 Center
-- St., Suite 600, Berkeley CA 94704, USA.
--
-- Contains all the object/library files for runtime support.
--* HISTORY:
--* Last edited: Feb 24 18:45 1992 (hws)
--*  Feb  3 10:01 1992 (hws): finally changed all .o dependencies
--*    also the lib/base/C to .c dependencies. This avoid problems
--*    when installations for several architectures share the same
--*    Sather directory tree.
--* Created: Wed May 22 14:17:10 1991

--* Whenever you change .c files below DO NOT FORGET uncommenting the
--* (c_makefile) line below and changing sys/C/makefile
--* to include corresponding .o files to cc them.
(c_files) 
$SATHER_HOME/bin.$ARCH/base_.o
$SATHER_HOME/bin.$ARCH/file_.o
$SATHER_HOME/bin.$ARCH/str_.o
$SATHER_HOME/bin.$ARCH/time_.o
$SATHER_HOME/sys/C/all_.h
-- For now included in all_.h (hws)
-- $SATHER_HOME/sys/C/except_.h
$SATHER_HOME/bin.$ARCH/deep_save_.o
$SATHER_HOME/bin.$ARCH/gc_.a
$SATHER_HOME/sys/C/macros_.h
$SATHER_HOME/bin.$ARCH/main_.o
$SATHER_HOME/bin.$ARCH/runtime_.o
$SATHER_HOME/bin.$ARCH/rt_sux_.o
$SATHER_HOME/bin.$ARCH/envivars_.o
$SATHER_HOME/bin.$ARCH/libm.a

-- Source files of base classes
(source_files)
$SATHER_HOME/lib/base/array.sa
$SATHER_HOME/lib/base/base.sa
$SATHER_HOME/lib/base/str.sa
$SATHER_HOME/lib/base/file.sa
$SATHER_HOME/lib/base/unix.sa  -- runtimes uses sux now

-- Include the following makefile if something needs to be done on every cs run
-- for fixing a runtime environment.
-- (c_makefile)
-- $SATHER_HOME/sys/C/sa_makefile


