makefile

来自「USB source code of Vxworks 5.6. It has d」· 代码 · 共 36 行

TXT
36
字号
# Makefile - makefile for /target/src/usb## modification history# --------------------# 01e,28oct04,tpw  Add include of defs.docs for doc build settings.# 01d,04sep03,cfc  For USB2, remove usbdLib.o and usbdCoreLib.o# 01c,19oct01,tam  added support for new archive directory hierarchy# 01b,05apr00,wef   added usbDescrCopy.c# 01a,18jan00,wef   created from 01t of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the usb library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES=	ossLib.c usbDescrCopyLib.c \		usbHandleLib.c usbHcdLib.c usbLib.c usbListLib.c \		usbQueueLib.cLIB_BASE_NAME	= usbOBJS=		ossLib.o usbDescrCopyLib.o \		usbHandleLib.o usbHcdLib.o usbLib.o usbListLib.o \		usbQueueLib.oinclude $(TGT_DIR)/h/make/rules.libraryDOC_DIR         = $(DOCS_ROOT)/vxworks/ref/usbDOC_CHAPTER     = USB_librariesDOC_OPTS        = $(DOC_OPTS_MAN) -category USBDOC_AREA_USB	= usb-include $(TGT_DIR)/h/make/config/comps/usb/defs.docs

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?