home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / morpho.zip / morpho / repos / config / src_conf / morpho_mf
Text File  |  1992-07-25  |  3KB  |  60 lines

  1. #  This is the Template Toolbox Source Definition File
  2. #-----------------------------------------------------------------------
  3. #  This file should be updated to reflect the supported source &
  4. #  srcmach trees for the toolbox.
  5. #
  6. #  This file is used by the ktools to obtain information concerning
  7. #  the particular user environment, specific machine names, srcmach
  8. #  directories, and TOOLBOX source location for each machine.
  9. #
  10. #  Note that of the five variables in this file, three of the variables
  11. #  require a one-to-one correspondence of the entries.  That is, the
  12. #  NUMBER of entries for KHOROS_MACHINES, KHOROS_MACH_DIR, and
  13. #  KHOROS_SRC_TOP must be the same.  This means that if a
  14. #  new machine name is added, then you must also add the corresponding
  15. #  KHOROS_MACH_DIR and KHOROS_SRC_TOP entries.
  16. #
  17. #  The KHOROS_USER variable only requires one entry, which must be set
  18. #  for the installation to proceed, as the tools use this to rsh to
  19. #  other machines.
  20. #
  21. # Note, do not remove the open "(" and close ")" that the
  22. # variables below are equated to. Put any information inside the
  23. #  open "(" and close ")".
  24.  
  25.  
  26.  
  27. #  Everyone must set this field; it is the name of the user to which
  28. #  to send mail about compilation/installation of routines.
  29. #  If multiple architectures, this is also the name that will be used
  30. #  to "rsh" to other architectures for compilation of routines.
  31. #  Replace "myname" with a valid user name
  32. set KHOROS_USER = (donohoe)
  33.  
  34.  
  35. #  Everyone must set this field; it is the top of the toolbox source tree
  36. #  on the local machine.  Use \pwd to determine the correct path for your
  37. #  toolbox.
  38. # Replace "toolbox_path" with the correct path to your toolbox
  39. set LOCAL_SRC_TOP = (/a/chimayo/chimayo/dsp/donohoe/morpho/src)
  40.  
  41.  
  42. #  Do not set this field if you are supporting only one architecture!
  43. #  If multiple architectures, list names of all machines supported,
  44. #  separated by spaces.  Use the "hostname" command to determine the
  45. #  complete name of the machine;  for example,
  46. #  set KHOROS_MACHINES = (weenie.beanie.campbells.soup  spam.mystery.meat)
  47. set KHOROS_MACHINES = ()
  48.  
  49. #  Do not set this field if you are supporting only one architecture!
  50. #  If multiple architectures, list top of srcmach directory for each
  51. #  architecture, separated by spaces. For example,
  52. #  set KHOROS_MACH_DIR = ($EXAMPLE_TOOLBOX/srcmach/srcdecmips $EXAMPLE_TOOLBOX/srcmach/srcsun4)
  53. set KHOROS_MACH_DIR = ()
  54.  
  55. #  Do not set this field if you are supporting only one architecture!
  56. #  If multiple architectures, list top of toolbox source directory on
  57. #  each of the architectures.  For example,
  58. # set KHOROS_SRC_TOP = ($EXAMPLE_TOOLBOX/src $EXAMPLE_TOOLBOX/src)
  59. set KHOROS_SRC_TOP = ()
  60.