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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for bsp/src/drv/hdisk
  2. #
  3. # modification history
  4. # --------------------
  5. # 01d,12mar02,dat  SPR 72518 Drivers docs in separate directory
  6. # 01c,12oct01,tam  added repackaging support
  7. # 01b,01jun98,dat  fixed EXTRA_INCLUDE to use TGT_DIR
  8. # 01a,18jun96,yp   created from 01b of MakeSkel
  9. #
  10. # DESCRIPTION
  11. # This file contains the makefile rules for building the vx library
  12. #
  13. #*/
  14. TGT_DIR=$(SRC_BASE)/target
  15. DOC_FILES= fei82557End.c
  16. LIB_BASE_NAME=drv
  17. EXTRA_INCLUDE=-I$(TGT_DIR)/h/
  18. OBJS= fei82557End.o
  19. include $(TGT_DIR)/h/make/rules.library
  20. CC_OPTIM=$(CC_OPTIM_DRIVER)
  21. DOC_DIR = $(DOCS_ROOT)/vxworks/ref/drv
  22. DOC_CHAPTER=Driver_Libraries