makefile

来自「IXP425的BSP代码」· 代码 · 共 31 行

TXT
31
字号
# Makefile - makefile for /target/src/usb/target## modification history# --------------------# 01c,19oct01,tam  added support for new archive directory hierarchy# 01b,24apr00,wef   added files common to host stack into this directory# 01a,27mar00,wef   created from 01t of MakeSkel## DESCRIPTION# This file contains the makefile rules for building the usb library##*/TGT_DIR=$(WIND_BASE)/targetDOC_FILES=	usbTargLib.c usbTcdLib.c ossLib.c usbDescrCopyLib.c\		usbHandleLib.c usbListLib.c usbQueueLib.cLIB_BASE_NAME   = usbOBJS=		usbTargLib.o usbTcdLib.o ossLib.o usbDescrCopyLib.o\		usbHandleLib.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 + =
减小字号Ctrl + -
显示快捷键?