⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 This the USB source code for vxworks5.5. It has OSS library source code and also the complete targ
💻
字号:
# Makefile - makefile for /target/src/usb## modification history# --------------------# 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 usbdCoreLib.c usbDescrCopyLib.c usbdLib.c \		usbHandleLib.c usbHcdLib.c usbLib.c usbListLib.c \		usbQueueLib.cLIB_BASE_NAME	= usbOBJS=		ossLib.o usbdCoreLib.o usbDescrCopyLib.o usbdLib.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 USB

⌨️ 快捷键说明

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