OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
2.3 KiB

  1. #___INFO__MARK_BEGIN__
  2. ##########################################################################
  3. #
  4. # The Contents of this file are made available subject to the terms of
  5. # the Sun Industry Standards Source License Version 1.2
  6. #
  7. # Sun Microsystems Inc., March, 2001
  8. #
  9. #
  10. # Sun Industry Standards Source License Version 1.2
  11. # =================================================
  12. # The contents of this file are subject to the Sun Industry Standards
  13. # Source License Version 1.2 (the "License"); You may not use this file
  14. # except in compliance with the License. You may obtain a copy of the
  15. # License at http://gridengine.sunsource.net/Gridengine_SISSL_license.html
  16. #
  17. # Software provided under this License is provided on an "AS IS" basis,
  18. # WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
  19. # WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
  20. # MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
  21. # See the License for the specific provisions governing your rights and
  22. # obligations concerning the Software.
  23. #
  24. # The Initial Developer of the Original Code is: Sun Microsystems, Inc.
  25. #
  26. # Copyright: 2001 by Sun Microsystems, Inc.
  27. #
  28. # All Rights Reserved.
  29. #
  30. ##########################################################################
  31. #___INFO__MARK_END__
  32. #
  33. # OPENSSL_HOME the directory where the include and lib directory of openssl
  34. # is installed
  35. #
  36. set OPENSSL_HOME = /usr
  37. #
  38. # KRB_HOME the directory where the include and lib directory of kerberos is
  39. # installed
  40. #
  41. set KRB_HOME = /vol2/tools/SW/krb5/$buildarch
  42. #
  43. # INSURE4_LIBDIR the directory where the insure library is installed
  44. #
  45. set INSURE4_LIBDIR = /vol2/tools/insure4/lib.alpha4
  46. #
  47. # man2html path
  48. #
  49. set MAN2HTMLPATH = /usr/bin/man2html
  50. #
  51. # groff path
  52. #
  53. set GROFFPATH = /usr/bin/groff
  54. #
  55. # SWIG path
  56. #
  57. set SWIG = /usr/bin/swig
  58. #
  59. # PERL path
  60. #
  61. set PERL = /usr/bin/perl
  62. #
  63. # TCLSH path
  64. #
  65. set TCLSH = /usr/bin/tclsh
  66. #
  67. # Location of a copyright.h file which containes a copyright string
  68. # which should be included in each binary part of Grid Engine
  69. #
  70. set COPYRIGHT_DIR = /off_home/codine/copyright
  71. #
  72. # Location of a copyright.h file which containes a copyright string
  73. # which is included in each binary part of Sun Grid Engine (the version
  74. # which Sun Microsystems is releasing)
  75. #
  76. set SUN_COPYRIGHT_DIR = /off_home/codine/sun-copyright