#! /com/sh
#
# This script creates top-level links to the T system and source code 
# directories.  The source code links agree with the conventions observed
# by WHERE-DEFINED and by scripts for rebuilding T from sources.
# Site installers should replace "local_sources" and "local_tsystem" below 
# with their local absolute pathnames for these directories.

crl -r ~/t3         local_sources
crl -r ~/tsystem    local_tsystem

crl -r ~/link       t3/link
crl -r ~/assembler  t3/comp/assembler
crl -r ~/back_end   t3/comp/back_end
crl -r ~/top        t3/comp/top
crl -r ~/orbit_top  top
crl -r ~/front_end  t3/comp/front_end
crl -r ~/t3_primops t3/comp/primops
crl -r ~/build      t3/comp/build
crl -r ~/osys       t3/sys
crl -r ~/tscheme    t3/scheme
