#  This is the Template Toolbox Source Definition File
#-----------------------------------------------------------------------
#  This file should be updated to reflect the supported source & 
#  srcmach trees for the toolbox.
#
#  This file is used by the ktools to obtain information concerning
#  the particular user environment, specific machine names, srcmach 
#  directories, and TOOLBOX source location for each machine.
#
#  Note that of the five variables in this file, three of the variables
#  require a one-to-one correspondence of the entries.  That is, the
#  NUMBER of entries for KHOROS_MACHINES, KHOROS_MACH_DIR, and
#  KHOROS_SRC_TOP must be the same.  This means that if a 
#  new machine name is added, then you must also add the corresponding
#  KHOROS_MACH_DIR and KHOROS_SRC_TOP entries.
#
#  The KHOROS_USER variable only requires one entry, which must be set
#  for the installation to proceed, as the tools use this to rsh to
#  other machines.
#
# Note, do not remove the open "(" and close ")" that the 
# variables below are equated to. Put any information inside the
#  open "(" and close ")".



#  Everyone must set this field; it is the name of the user to which
#  to send mail about compilation/installation of routines.
#  If multiple architectures, this is also the name that will be used
#  to "rsh" to other architectures for compilation of routines.
#  Replace "myname" with a valid user name
set KHOROS_USER = (danielle@natasha.eece.unm.edu)


#  Everyone must set this field; it is the top of the toolbox source tree
#  on the local machine.  Use \pwd to determine the correct path for your 
#  toolbox.
# Replace "toolbox_path" with the correct path to your toolbox
set LOCAL_SRC_TOP = (/bullwinkle/devel/khaos/toolboxes/classify/src)


#  Do not set this field if you are supporting only one architecture!
#  If multiple architectures, list names of all machines supported, 
#  separated by spaces.  Use the "hostname" command to determine the 
#  complete name of the machine;  for example,
#  set KHOROS_MACHINES = (beenie.weanie.campbells.soup  spam.mystery.meat)
set KHOROS_MACHINES = ()

#  Do not set this field if you are supporting only one architecture!
#  If multiple architectures, list top of srcmach directory for each 
#  architecture, separated by spaces. For example, 
#  
set KHOROS_MACH_DIR = ()

#  Do not set this field if you are supporting only one architecture!
#  If multiple architectures, list top of toolbox source directory on
#  each of the architectures.  For example,
set KHOROS_SRC_TOP = ()

