home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / config / moto.cf < prev    next >
Text File  |  1999-09-03  |  2KB  |  59 lines

  1. XCOMM platform:  $XConsortium: moto.cf /main/16 1996/09/28 16:11:24 rws $
  2.  
  3. #if defined(MotoR3Architecture)
  4.  
  5. #ifndef OSName
  6. #define OSName                 Motorola R32V2/R3V6.2
  7. #endif
  8. #ifndef OSMajorVersion
  9. #define OSMajorVersion         3
  10. #endif
  11. #ifndef OSMinorVersion
  12. #define OSMinorVersion         2
  13. #endif
  14.  
  15. #define SystemV            YES
  16. #define BootstrapCFlags        -DSYSV -DMOTOROLA
  17. #define StandardDefines        -DSYSV -DUSG -DMOTOROLA
  18. #define Malloc0ReturnsNull    YES
  19. #define BuildServer        NO
  20. #define UseCCMakeDepend        YES
  21. #define OptimizedCDebugFlags    /* -O */
  22.  
  23. #define DefaultUserPath       :/bin:/usr/bin:$(BINDIR)
  24. #define DefaultSystemPath     /etc:/bin:/usr/bin:$(BINDIR)
  25.  
  26. #endif /* MotoR3Architecture */
  27.  
  28.  
  29. #if defined(MotoR4Architecture)
  30.  
  31. #ifndef OSName
  32. #define OSName            Motorola R40V4
  33. #endif
  34. #ifndef OSMajorVersion
  35. #define OSMajorVersion        4
  36. #endif
  37. #ifndef OSMinorVersion
  38. #define OSMinorVersion        4
  39. #endif
  40.  
  41. #define SystemV4        YES
  42. #define BootstrapCFlags        -DSVR4 -DMOTOROLA
  43. #define StandardDefines         -DSVR4 -DMOTOROLA
  44. #define BuildServer        NO
  45.  
  46. #define CppCmd                  /usr/ccs/lib/cpp
  47. #define LdCmd                   /usr/ccs/bin/ld
  48. #define LexCmd                  /usr/ccs/bin/lex
  49. #define MakeCmd                 /usr/ccs/bin/make
  50. #define YaccCmd                 /usr/ccs/bin/yacc
  51. #define CcCmd                   /bin/cc     /* a front-end to gcc/CI5 */
  52. #define DefaultCCOptions                    /* -Xc  no longer needed */
  53.  
  54. #include <sv4Lib.rules>
  55.  
  56. #endif /* MotoR4Architecture */
  57.  
  58. XCOMM operating system:  OSName
  59.