?? makefile
字號:
# Top-level Makefile for Wind River Wireless Ethernet driver.## modification history# --------------------# 01h,15aug05,rb Tweak for 2.1.1 release# 01g,03jun05,dxb Added dot11SmeApLib to doc build# 01f,30may05,rb Added dot11KslLib.c to docBuild# 01e,16may05,dxb Updated for Cyclops doc build# 01d,25aug04,dxb Added DOC_DIR and DOC_CHAPTER# 01c,17aug04,dxb Moved SNMP check to management directory.# 01b,14jun04,dxb Removed reference to atheros directory.# 01a,28apr04,dxb Created.## DESCRIPTION# This file contains the Makefile rules for building the Wind River# 802.11a/b/g Wireless Ethernet Driver.TGT_DIR = $(WIND_BASE)/targetDOC_FILES = dot11Lib.c dot11KslLib.c dot11SmeApLib.cLIB_BASE_NAME = wlanC_SOURCE = $(wildcard *.c)OBJS = $(C_SOURCE:.c=.o)include $(TGT_DIR)/h/make/rules.libraryDOC_DIR = $(DOCS_ROOT)/vxworks/ref/drvDOC_CHAPTER = Driver_Librariesinclude $(TGT_DIR)/h/make/config/comps/wlan/defs.docs
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -