makefile

来自「vworks 下wlan的实现代码」· 代码 · 共 32 行

TXT
32
字号
# Makefile for WindNet 802.11b driver.## modification history# --------------------# 01g,14jul03,dxb  Added DOC_FILES to allow on-line doc generation.# 01f,08apr03,dxb  Added LIB_BASE_NAME for gnu/diab compatibility.# 01e,23oct02,dxb  Added LIBNAME and LIBDIRNAME rules for T2.2/Solaris# 01d,10oct02,dxb  Removed LIBNAME and LIBDIRNAME for T2.2 compatibility.# 01c,23nov01,dxb  Updated comment header.# 01b,22nov01,eja  Added wildcard to build all *.c files in the local#                  directory.# 01a,16aug01,dxb  Updated to include path to h directory.## DESCRIPTION# This file contains the makefile rules for building WindNet 802.11b.TGT_DIR=$(WIND_BASE)/targetDOC_FILES = cisAironetEnd.c cisAironetHw.c cisAironetShow.cLIB_BASE_NAME=wlanC_SOURCE=$(wildcard *.c)EXTRA_INCLUDE=-I$(TGT_DIR)/h/OBJS=$(C_SOURCE:.c=.o)include $(TGT_DIR)/h/make/rules.library

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?