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

SCSI/ASPI

开发平台:

MultiPlatform

  1. #ident %W% %E% %Q%
  2. ###########################################################################
  3. # Sample makefile for installing localized shell scripts
  4. ###########################################################################
  5. SRCROOT= ../..
  6. RULESDIR= RULES
  7. include $(SRCROOT)/$(RULESDIR)/rules.top
  8. ###########################################################################
  9. INSDIR= bin
  10. TARGET= test
  11. SCRFILE= test.sh
  12. XMK_FILE= Makefile.man
  13. ###########################################################################
  14. include $(SRCROOT)/$(RULESDIR)/rules.scr
  15. ###########################################################################