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_ENG / Defaults.cygwin32_nt < prev    next >
Text File  |  2000-03-13  |  1KB  |  43 lines

  1. #ident "%W% %E% %Q%"
  2. ###########################################################################
  3. #
  4. # global definitions for Cygnus GCC for WINNT 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. LDPATH=
  24. #RUNPATH=    -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)
  25. RUNPATH=
  26.  
  27. ###########################################################################
  28. #
  29. # Installation config stuff
  30. #
  31. ###########################################################################
  32. #INS_BASE=    /opt/schily
  33. #INS_KBASE=    /
  34. INS_BASE=    /tmp/schily
  35. INS_KBASE=    /tmp/schily/root
  36. #
  37. DEFUMASK=    002
  38. #
  39. DEFINSMODEF=    444
  40. DEFINSMODEX=    755
  41. DEFINSUSR=    bin
  42. DEFINSGRP=    bin
  43.