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

📄 makefile

📁 vworks 下wlan的实现代码
💻
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -