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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for /target/src/usb
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,19oct01,tam  added support for new archive directory hierarchy
  6. # 01b,05apr00,wef   added usbDescrCopy.c
  7. # 01a,18jan00,wef   created from 01t of MakeSkel
  8. #
  9. # DESCRIPTION
  10. # This file contains the makefile rules for building the usb library
  11. #
  12. #*/
  13. TGT_DIR=$(WIND_BASE)/target
  14. DOC_FILES= ossLib.c usbdCoreLib.c usbDescrCopyLib.c usbdLib.c 
  15. usbHandleLib.c usbHcdLib.c usbLib.c usbListLib.c 
  16. usbQueueLib.c
  17. LIB_BASE_NAME = usb
  18. OBJS= ossLib.o usbdCoreLib.o usbDescrCopyLib.o usbdLib.o 
  19. usbHandleLib.o usbHcdLib.o usbLib.o usbListLib.o 
  20. usbQueueLib.o
  21. include $(TGT_DIR)/h/make/rules.library
  22. DOC_DIR         = $(DOCS_ROOT)/vxworks/ref/usb
  23. DOC_CHAPTER     = USB_libraries
  24. DOC_OPTS        = $(DOC_OPTS_MAN) -category USB