home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / pisces / config / ultrix.cf < prev   
Encoding:
Text File  |  1991-09-04  |  1.7 KB  |  54 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Author: Martin Neath
  16.  *    Filename: ultrix.cf
  17.  *    $Revision: $ $Date: $
  18.  *    Module: build/config
  19.  *    Purpose: PISCES project ULTRIX-configuration file
  20.  *      Abstract:
  21.  *        - The "project.imk" file contains default values for project
  22.  *          commands, variables, and pathnames. 
  23.  *
  24.  *        - This file contains ULTRIX-specific values different from the
  25.  *          project defaults for both VAX and MIPS ports of Ultrix
  26.  *
  27.  *      Related Files: site.def, project.imk, imake.imk, imake.rul
  28.  *
  29.  *    Creation Date: 05/10/90
  30.  *    Changed by\Date\Reason:
  31.  *
  32.  *****************************************************************************/
  33.  
  34. /*
  35.  * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
  36.  */
  37.  
  38. #define OSName            Ultrix-32 3.1
  39. #define OSMajorVersion    3
  40. #define OSMinorVersion    1
  41. #define SystemV           NO
  42. #define HasVoidSignalReturn YES
  43.  
  44. /*###########################################################################*/
  45. /*# PISCES System make variables for Ultrix different from defaults are below*/
  46. /*###########################################################################*/
  47.  
  48. #define ArCmd addlib
  49. #define RanlibCmd echo > /dev/null
  50. #define ArchiveReplaceFlag 
  51. #define ArchiveDeleteFlag 
  52. #define ArchiveAddFlag 
  53.  
  54.