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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for /target/src/usb/target
  2. #
  3. # modification history
  4. # --------------------
  5. # 01c,19oct01,tam  added support for new archive directory hierarchy
  6. # 01b,24apr00,wef   added files common to host stack into this directory
  7. # 01a,27mar00,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= usbTargLib.c usbTcdLib.c ossLib.c usbDescrCopyLib.c
  15. usbHandleLib.c usbListLib.c usbQueueLib.c
  16. LIB_BASE_NAME   = usb
  17. OBJS= usbTargLib.o usbTcdLib.o ossLib.o usbDescrCopyLib.o
  18. usbHandleLib.o usbListLib.o usbQueueLib.o
  19. include $(TGT_DIR)/h/make/rules.library
  20. DOC_DIR         = $(DOCS_ROOT)/vxworks/ref/usb
  21. DOC_CHAPTER     = USB_libraries
  22. DOC_OPTS        = $(DOC_OPTS_MAN) -category USB