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

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. # Sample makefile for the source root
  4. ###########################################################################
  5. SRCROOT= .
  6. DIRNAME= SRCROOT
  7. RULESDIR= RULES
  8. include $(SRCROOT)/$(RULESDIR)/rules.top
  9. ###########################################################################
  10. include Targetdirs.$(M_ARCH)
  11. ###########################################################################
  12. # Due to a bug in SunPRO make we need special rules for the root makefile
  13. #
  14. include $(SRCROOT)/$(RULESDIR)/rules.rdi
  15. ###########################################################################