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

📄 makefile.in

📁 RADIUS认证协议
💻 IN
字号:
######################################################################### TARGET should be set by autoconf only.  Don't touch it.## The SRCS definition should list ALL source files.## The HEADERS definition should list ALL header files## RLM_CFLAGS defines addition C compiler flags.  You usually don't# want to modify this, though.  Get it from autoconf.## The RLM_LIBS definition should list ALL required libraries.# These libraries really should be pulled from the 'config.mak'# definitions, if at all possible.  These definitions are also# echoed into another file in ../lib, where they're picked up by# ../main/Makefile for building the version of the server with# statically linked modules.  Get it from autoconf.## RLM_INSTALL is the names of additional rules you need to install # some particular portion of the module.  Usually, leave it blank.########################################################################TARGET      = @targetname@SRCS        = rlm_example.c other.cHEADERS     = other.hRLM_CFLAGS  = @example_cflags@RLM_LIBS    = @example_ldflags@RLM_INSTALL = install-example## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.include ../rules.mak$(STATIC_OBJS): $(HEADERS)$(DYNAMIC_OBJS): $(HEADERS)## the rule that RLM_INSTALL tells the parent rules.mak to use.install-example:	touch .

⌨️ 快捷键说明

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