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

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident "%W% %E% %Q%"
  2. ###########################################################################
  3. # Sample makefile for sub-makes in one directory
  4. ###########################################################################
  5. SRCROOT= ../..
  6. RULESDIR= RULES
  7. include $(SRCROOT)/$(RULESDIR)/rules.top
  8. ###########################################################################
  9. MK_FILES= makefiles.mk makerules.mk
  10. ###########################################################################
  11. include $(SRCROOT)/$(RULESDIR)/rules.mks
  12. ###########################################################################