makefile
来自「Vovida 社区开源的 SIP 协议源码」· 代码 · 共 26 行
TXT
26 行
# $Id: Makefile,v 1.17 2002/09/26 01:14:03 bko Exp $#BUILD = ../../buildinclude $(BUILD)/Makefile.preDEFINES += USE_PTHREADSPACKAGES += HEARTBEAT PSLIB PSUTILIB UTIL LIBXML LIBCEXT PTHREAD CRYPT OPENSSL# names of programs (e.g. test programs) to be compiledTESTPROGRAMS = pserver.cxx # name of all files to be compiled (don't include header files)SRC = \ ProvisionServer.cxx \ RegisterManager.cxx \ RedundancyManager.cxx \ PServerContainer.cxx \ PasswdFile.cxx \ AclFile.cxx \ PServerObject.cxxinclude $(BUILD)/Makefile.post
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?