makefile
来自「vworks 下wlan的实现代码」· 代码 · 共 35 行
TXT
35 行
# Makefile for WindNet 802.11b driver.## modification history# --------------------# 01g,13may03,dxb Check for WindManage before building management directory.# 01f,03may03,dxb Build management directory if MIB=yes.# 01e,29apr03,dxb Added SUBDIRS to build MIB seperately.# 01d,08apr03,dxb Added LIB_BASE_NAME for gnu/diab compatibility.# 01c,23oct02,dxb Added LIBNAME and LIBDIRNAME rules for T2.2/Solaris# 01b,10oct02,dxb Removed LIBNAME and LIBDIRNAME for T2.2 compatibility.# 01a,23nov01,dxb Created.## DESCRIPTION# This file contains the makefile rules for building the# 802.11b driver modules.TGT_DIR = $(WIND_BASE)/targetIS_DOT11BSNMP := $(wildcard $(TGT_DIR)/h/wrn/wm/snmp/vxagent/snmpdLib.h)LIB_BASE_NAME=wlanSUBDIRS = ciscoAironet intersilPrism# build management directory if WIND MANAGE SNMP presentifneq ($(IS_DOT11BSNMP),)SUBDIRS += managementendifOBJS =include $(TGT_DIR)/h/make/rules.library
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?