make.defines.in
来自「让你了解Unix进程间的通信是如何实现的」· IN 代码 · 共 27 行
IN
27 行
## 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 = @CFLAGS@LIBS = @LIBUNPIPC@ @LIBS@LIBS_RPC = @LIBS_RPC@RANLIB = @RANLIB@RPCGEN_OPTS = @RPCGEN_OPTS@# Following is the main library, built from all the object files# in the lib/ directories.LIBUNPIPC_NAME = @LIBUNPIPC_NAME@# Following are all the object files to create in the lib/ directory.LIB_OBJS = @LIB_OBJS@CLEANFILES = core core.* *.core *.o temp.* *.out typescript* \ *.[234]c *.[234]h *.bsdi *.sparc *.uw
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?