加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Make.defines.in 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
冷二公子闯天涯 提交于 2021-08-01 17:29 . wy:unix网络编程
#
# This file is generated by autoconf from "Make.defines.in".
#
# This is the "Make.defines" file that almost every "Makefile" in the
# source directories below this directory include.
# The "../" in the pathnames actually refer to this directory, since
# "make" is executed in all the subdirectories of this directory.
#
# System = @host@
CC = @CC@
CFLAGS = -I../lib @CFLAGS@
LIBS = @LIBUNP@ @LIBS@
LIBS_XTI = @LIBUNPXTI@ @LIBUNP@ @LIBS_XTI@
RANLIB = @RANLIB@
# Following is the main library, built from all the object files
# in the lib/ and libfree/ directories.
LIBUNP_NAME = @LIBUNP_NAME@
# Following is the XTI library, built from all the object files
# in the libxti/ directory.
LIBUNPXTI_NAME = @LIBUNPXTI_NAME@
# Following are all the object files to create in the lib/ directory.
LIB_OBJS = @LIB_OBJS@
# Following are all the object files to create in the libfree/ directory.
LIBFREE_OBJS = @LIBFREE_OBJS@
# Following are all the object files to create in the libgai/ directory.
LIBGAI_OBJS = @LIBGAI_OBJS@
# Following are all the object files to create in the libroute/ directory.
LIBROUTE_OBJS = @LIBROUTE_OBJS@
# Following are all the object files to create in the libxti/ directory.
LIBXTI_OBJS = @LIBXTI_OBJS@
CLEANFILES = core core.* *.core *.o temp.* *.out typescript* \
*.lc *.lh *.bsdi *.sparc *.uw
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化