makefile
来自「freeradius-server-2.1.3.tar.gz安装源文件」· 代码 · 共 30 行
TXT
30 行
## $Id$### This module is EXPERIMENTAL!### You will have to edit this Makefile to define where the# hostap distribution is located.## You will also have to edit: hostap/eap_example/Makefile# to enable it to create a shared library, rather than a static one.#HOSTAP = /path/to/hostapTARGET = SRCS = rlm_eap2.cHEADERS =RLM_CFLAGS = $(INCLTDL) -I$(HOSTAP)/src/eap_common \ -I$(HOSTAP)/src/eap_server -I$(HOSTAP)/src \ -I$(HOSTAP)/src/common -I$(HOSTAP)/src/utilsRLM_LIBS = $(HOSTAP)/eap_example/libeap.so## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.include ../rules.mak
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?