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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for src/drv/timer
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,17jul02,dat  remove obsolete information
  6. # 01b,12mar02,dat  SPR 72518 Drivers docs in separate directory
  7. # 01a,14oct01,dat  written from VxAE 1.1
  8. #
  9. # DESCRIPTION
  10. # This file contains the makefile rules for building the vx library
  11. #
  12. #*/
  13. TGT_DIR=$(WIND_BASE)/target
  14. # For VxWorks5, drivers are documented in the BSP ref. pages
  15. DOC_FILES=
  16. # For VxAE we document all driver components
  17. # DOC_FILES= CIOTimer.c ambaTimer.c coldfireTimer.c dga001Timer.c 
  18. #    ev960jxTimer.c i8253Timer.c i8254Timer.c loApicTimer.c lr33kTimer.c 
  19. #    m5204Timer.c m5206Timer.c m68230Timer.c m68302Timer.c 
  20. #    m68332Timer.c m68340Timer.c m68360Timer.c m68562Timer.c m68681Timer.c 
  21. #    m68901Timer.c m8260Timer.c mb86940Timer.c mccTimer.c mipsR4kTimer.c 
  22. #    ncr89105Timer.c nvr4101RTCTimer.c nvr4102RTCTimer.c 
  23. #    pcc2Timer.c pccTimer.c ppc403Timer.c ppc555Timer.c ppc860Timer.c 
  24. #    ppcDecTimer.c ppcZ8536Timer.c sa1100Timer.c sa1501Timer.c sh7032Timer.c 
  25. #    sh7040Timer.c sh7055Timer.c sh7410Timer.c sh7604Timer.c sh7615Timer.c 
  26. #    sh7700Timer.c simPcTimer.c sonicTimer.c sun4Timer.c sunEcTimer.c swTimer.c 
  27. #    ultrasparcTimer.c vme2Timer.c z8036Timer.c z8536Timer.c 
  28. LIBNAME=lib$(CPU)$(TOOL)vx.a
  29. LIBDIRNAME=obj$(CPU)$(TOOL)vx
  30. EXTRA_INCLUDE=-I$(TGT_DIR)/h/
  31. OBJS=
  32. include $(TGT_DIR)/h/make/rules.library
  33. DOC_OPTS= -mg -fname
  34. CC_OPTIM=$(CC_OPTIM_DRIVER)
  35. DOC_DIR = $(DOCS_ROOT)/vxworks/ref/drv
  36. DOC_CHAPTER=Driver_Libraries