Defaults.linux
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident "%W% %E% %Q%"
  2. ###########################################################################
  3. #
  4. # global definitions for Linux 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. DEFINCDIRS= $(SRCROOT)/include /usr/src/linux/include
  21. LDPATH= -L/opt/schily/lib
  22. RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)
  23. ###########################################################################
  24. #
  25. # Installation config stuff
  26. #
  27. ###########################################################################
  28. #INS_BASE= /opt/schily
  29. #INS_KBASE= /
  30. INS_BASE= /tmp/schily
  31. INS_KBASE= /tmp/schily/root
  32. #
  33. DEFUMASK= 002
  34. #
  35. DEFINSMODE=    755
  36. DEFINSUSR=     bin
  37. DEFINSGRP=     bin