home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / DEFAULTS / Defaults.sunos4 < prev    next >
Text File  |  2000-03-13  |  1KB  |  39 lines

  1. #ident "%W% %E% %Q%"
  2. ###########################################################################
  3. #
  4. # global definitions for SunOS Systems
  5. #
  6. ###########################################################################
  7. #
  8. # Compiler stuff
  9. #
  10. ###########################################################################
  11. #DEFCCOM=    cc
  12. DEFCCOM=    gcc
  13. ###########################################################################
  14. #
  15. # If the next line is commented out, compilattion is done with max warn level
  16. # If the next line is uncommented, compilattion is done with minimal warnings
  17. #
  18. ###########################################################################
  19. CWARNOPTS=
  20.  
  21. DEFINCDIRS=    $(SRCROOT)/include
  22. LDPATH=        -L/opt/schily/lib
  23. #RUNPATH=    -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)    Will not work on SunOS
  24.  
  25. ###########################################################################
  26. #
  27. # Installation config stuff
  28. #
  29. ###########################################################################
  30. INS_BASE=    /opt/schily
  31. INS_KBASE=    /
  32. #
  33. DEFUMASK=    002
  34. #
  35. DEFINSMODEF=    444
  36. DEFINSMODEX=    755
  37. DEFINSUSR=    bin
  38. DEFINSGRP=    bin
  39.