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

VxWorks

开发平台:

C/C++

  1. # Makefile - makefile for target/src/drv/usb
  2. #
  3. # modification history
  4. # --------------------
  5. # 01h,05dec01,wef  removed usbAcmLib usbKlsiEnd and usbNC1080End references
  6. #    since they have been moved to unsupported for now.
  7. # 01g,25oct01,tam  added repackaging support
  8. # 01f,11oct01,dat  SPR 20403, CC_OPTIM_DRIVER
  9. # 01e,18sep01,wef  merge from wrs.tor2_0.usb1_1-f for veloce
  10. # 01d,14feb01,wef  added the NetChip 1080 driver.
  11. # 01c,05dec00,wef  added new class drivers - Mass Storage (CBI and Bulk 
  12. #    only), 2 different ethernet class drivers (Klsi and 
  13. #    Pegusus chips), and the ACM class (modem) driver 
  14. # 01b,27mar00,wef  updated for fcs, added speaker removed uhcilib - reflects
  15. #    directory structure change - this file was shuffled.
  16. # 01a,25jan00,wef  created
  17. #
  18. # DESCRIPTION
  19. # This file contains the makefile rules for building the usb library
  20. #
  21. #*/
  22. TGT_DIR=$(WIND_BASE)/target
  23. DOC_FILES= usbBulkDevLib.c usbCbiUfiDevLib.c 
  24. usbHcdOhciLib.c usbHcdUhciLib.c usbKeyboardLib.c 
  25. usbMouseLib.c usbPegasusEnd.c 
  26. usbPrinterLib.c usbSpeakerLib.c
  27. LIB_BASE_NAME = usb
  28. OBJS= usbBulkDevLib.o usbCbiUfiDevLib.o 
  29. usbHcdOhciLib.o usbHcdUhciLib.o usbKeyboardLib.o 
  30. usbMouseLib.o usbPegasusEnd.o 
  31. usbPrinterLib.o usbSpeakerLib.o
  32. include $(TGT_DIR)/h/make/rules.library
  33. CC_OPTIM = $(CC_OPTIM_DRIVER)
  34. DOC_DIR         = $(DOCS_ROOT)/vxworks/ref/usb
  35. DOC_CHAPTER     = USB_libraries
  36. DOC_OPTS        = $(DOC_OPTS_MAN) -category USB