makefile

来自「PNE 3.3 wlan source code, running at mor」· 代码 · 共 35 行

TXT
35
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?