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

VxWorks

开发平台:

C/C++

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