📄 makefile
字号:
# Makefile - makefile for vw/src/wrn/radius## Copyright (C) 2006 Wind River Systems, Inc.## modification history# -------------------# 01c,12jan06,snd Removed inclusion of RWOS header file# 01b,12may05,tpw Update documentation build settings.# 01a,25feb05,ijm created based on radius Makefile## DESCRIPTION# This file contains the makefile rules for building the RADIUS Client library#TGT_DIR=$(WIND_BASE)/targetWRN_NB_HEADERS_DIR=$(WIND_BASE)/target/h/wrnWRN_NB_HEADERS_VSTACK_DIR=$(WIND_BASE)/target/h/netinetWRN_NB_HEADERS_RADIUS_EXTERN_DIR=$(WIND_BASE)/target/h/wrn/radiusWRN_NB_HEADERS_PPP_DIR=$(WIND_BASE)/target/h/wrn/radius/pppDOC_FILES= pppRadiusComponent.cLIB_BASE_NAME=radiusoverride EXTRA_DEFINE+= -I$(WRN_NB_HEADERS_DIR) \ -I$(WRN_NB_HEADERS_RADIUS_EXTERN_DIR) \ -I$(WRN_NB_HEADERS_VSTACK_DIR) \ -I$(WRN_NB_HEADERS_PPP_DIR)OBJS= pppRadiusComponent.oinclude $(TGT_DIR)/h/make/rules.libraryinclude $(TGT_DIR)/h/make/config/comps/radius/defs.docs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -