Makefile
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for bsp/src/drv/hdisk
  2. #
  3. # modification history
  4. # --------------------
  5. # 01f,12mar02,dat  SPR 72518 Drivers docs in separate directory
  6. # 01e,15jan02,jkf  SPR#72617, removing 01d kludge.
  7. # 01d,12oct01,tam  added repackaging support
  8. # 01c,21jun00,rsh  upgrade to dosFs 2.0
  9. # 01d,26oct99,jkf  DOC_OPTS = $(DOC_OPTS_MAN) -category DOSFS2
  10. # 01c,08oct99,jkf  added a kludge to get this into the T2 component
  11. #                  documentation directory "dosfs2".  This change should be
  12. #                  be removed for T3, since dosfs2 will no longer be a
  13. #                  component release.
  14. # 01b,01jun98,dat  fixed EXTRA_INCLUDE to use TGT_DIR
  15. # 01a,18jun96,yp   created from 01c of MakeSkel
  16. #
  17. # DESCRIPTION
  18. # This file contains the makefile rules for building the vx library
  19. #
  20. #*/
  21. TGT_DIR=$(WIND_BASE)/target
  22. DOC_FILES= ataDrv.c ataShow.c
  23. LIB_BASE_NAME=drv
  24. EXTRA_INCLUDE=-I$(TGT_DIR)/h/
  25. OBJS= ideDrv.o ataDrv.o ataShow.o
  26. include $(TGT_DIR)/h/make/rules.library
  27. CC_OPTIM=$(CC_OPTIM_DRIVER)
  28. DOC_DIR = $(DOCS_ROOT)/vxworks/ref/drv
  29. DOC_CHAPTER=Driver_Libraries