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

📄 makefile

📁 freeradius-server-2.1.3.tar.gz安装源文件
💻
字号:
## $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -