home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Conf / proto.os.sysv < prev    next >
Encoding:
Text File  |  1991-04-16  |  584 b   |  29 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Definitions pertaining to generic System V
  4. #
  5. # Disclaimer: this was only tested on a Silicon Graphics under IRIX 3.2
  6. #
  7.  
  8. # The name of this O.S.
  9. #
  10. OS=        sysv
  11.  
  12. # Defines to make various bits of code happy:
  13. #    -DSYSV is the general test for System V.
  14. #    -Datt is used at least by some X internal headers (and what else?)
  15. #
  16. OSDEFS=        -DSYSV -Datt
  17.  
  18. # The mkdep using /lib/cpp | sed ... is the safest to try...
  19. #
  20. MKDEP=        $(CONF)/slowmkdep
  21.  
  22. # The system libraries to link with programs that use termcap and X11
  23. # are in proto.arch.* instead.
  24.  
  25. # Similar for the math library
  26. #
  27. LIBMATH=    -lm
  28.  
  29.