NAME

     crt_tree.csh - create the CVIPtools source tree

SYNOPSIS

     crt_tree.csh source_dir dest_dir [target platform]

OPTIONS

      <source_dir> - the toplevel directory of the source files
      <dest_dir> - the toplevel dir of the destination files
      <target platform>:
        - SunOS for SUN solaris systems
        - IRIS for SGI IRIS systems
        - FreeBSD for FreeBSD systems
        - Linux for Linux systems
        - Win32 for Miscrosoft Windows NT/95 systems

DESCRIPTION

     This shell script is used for multi-platform development  of
     CVIPtools.  Sepcifically, it is used to make a mirror of the
     CVIPtools source tree from one directory to another by  mak-
     ing UNIX symbolic links.

     When the third parameter is omitted, it tries to  guess  the
     system architecture by running uname(1).

FILES

     $CVIPHOME/docs/Scripts/crt_tree.csh

EXAMPLES

     The following example mirrors the CVIPtools source tree from
     "/net/cvipapps/CVIPtools3.6"                              to
     "/opt/cvipapps/CVIPtools3.6", as we are  doing  on  the  SGI
     machine.

     crt_tree.csh                      /net/cvipapps/CVIPtools3.6
     /opt/cvipapps/CVIPtools3.6

BUGS

     It puts a lot of boggy error messages like  some  files  can
     not be found. Usually these messages can be just ignored.

AUTHOR

     Copyright (C) 1996 SIUE - by Scott E. Umbaugh  and  Yansheng
     Wei.