make.defines.in
来自「unix网络编程第一卷socket编程书上的全部源代码」· IN 代码 · 共 42 行
IN
42 行
## 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?