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

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. # Sample makefile for installing localized auxiliary files
  4. ###########################################################################
  5. SRCROOT= ../..
  6. RULESDIR= RULES
  7. include $(SRCROOT)/$(RULESDIR)/rules.top
  8. ###########################################################################
  9. INSMODE= 0644
  10. INSDIR= etc
  11. TARGET= test
  12. SRCFILE= test
  13. XMK_FILE= Makefile.man
  14. ###########################################################################
  15. include $(SRCROOT)/$(RULESDIR)/rules.loc
  16. ###########################################################################