-- -*- Mode: Sather;  -*-
-- File: icsim/.sather
-- Author: Heinz Schmidt (hws@ICSI.Berkeley.EDU)
-- Copyright (C) International Computer Science Institute, 1991
-- Changes: Heinz Schmidt (hws@csis.dit.csiro.AU)
-- Copyright (C) CSIRO Division of Information Technology, 1992
--
-- 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.
--*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--* FUNCTION: Sample .sather file. Place a copy into the directory where
--*           you want to compile your connectionist net models.
--*           Also take a copy of .sather_debug file here, or edit the
--*           the copy of this file to include your choice of debug options.
--*           
--*           Make a symbolic link to the icsim top level directory in
--*           the directory where you want to compile
--*                     ln -l <icsim directory> icsim
--*           to get make the relative addressing work.
--*
--* HISTORY:
--* Last edited: Mar  9 09:31 1992 (hws)
--* Created: Sat Sep  7 15:26:11 1991 (hws)
--*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

(include) .sather_debug -- change it there
   
(source_files)  -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   
-- ICSIM TESTS

./icsim/test/icsim-test.sa

-- ICSIM EXAMPLES

./icsim/examples/col4.sa
./icsim/examples/xor.sa

./icsim/examples/cascorr/cc-nets.sa
./icsim/examples/cascorr/cc-units.sa
./icsim/examples/cascorr/cc-superv.sa

---- ./icsim/examples/asin.sa

-- ICSIM 

./icsim/models/most-genrl.sa
./icsim/models/nets.sa
./icsim/models/topology.sa

./icsim/models/unit-fun.sa
./icsim/models/units.sa
./icsim/models/unit-shelf.sa

./icsim/models/utils.sa
   
./icsim/models/backprop.sa

./icsim/io/parm_read.sa
./icsim/models/patt-hold.sa


-- ./icsim/io/term_io.sa  -- not yet functioning


-- LIB CLASSES

-- BASE and TOOLS

$SATHER_HOME/lib/base/any.sa
$SATHER_HOME/lib/base/do.sa
$SATHER_HOME/lib/base/unique.sa

$SATHER_HOME/lib/base/type.sa  -- pmap uses them
$SATHER_HOME/lib/base/sys.sa

$SATHER_HOME/lib/base/random.sa
$SATHER_HOME/lib/base/time.sa       -- used by by rnd.sa

$SATHER_HOME/lib/base/test.sa

$SATHER_HOME/lib/numerical/math.sa
$SATHER_HOME/lib/geometry/vector.sa

   
-- DATA STRUCTUREs

$SATHER_HOME/lib/data_structure/TEST.sa
$SATHER_HOME/lib/data_structure/pmap.sa

$SATHER_HOME/lib/data_structure/list.sa
$SATHER_HOME/lib/data_structure/genrl_hash.sa 
$SATHER_HOME/lib/data_structure/ob_hash.sa
$SATHER_HOME/lib/data_structure/int_hash.sa
$SATHER_HOME/lib/data_structure/str_hash.sa

-- (include) .sa_uicsim         -- if you want the user interface


   









