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= dump.mk isodump.mk isoinfo.mk isovfy.mk
  10. #XMK_FILE= Makefile.man
  11. ###########################################################################
  12. include $(SRCROOT)/$(RULESDIR)/rules.mks
  13. ###########################################################################