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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for bsp/src/drv/sio
  2. #
  3. # modification history
  4. # --------------------
  5. # 01b,19oct01,tam  added support for new archive directory hierarchy
  6. # 01a,25jan00,wef   created
  7. #
  8. # DESCRIPTION
  9. # This file contains the makefile rules for building the usb tools library
  10. #
  11. #*/
  12. TGT_DIR=$(WIND_BASE)/target
  13. DOC_FILES= cmdParser.c
  14. LIB_BASE_NAME   = usb
  15. OBJS = cmdParser.o
  16. include $(TGT_DIR)/h/make/rules.library
  17. DOC_DIR         = $(DOCS_ROOT)/vxworks/ref/usb
  18. DOC_CHAPTER     = USB_libraries
  19. DOC_OPTS        = $(DOC_OPTS_MAN) -category USB