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

SCSI/ASPI

开发平台:

MultiPlatform

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