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

VxWorks

开发平台:

C/C++

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