makefile

来自「Vovida 社区开源的 SIP 协议源码」· 代码 · 共 32 行

TXT
32
字号
# $Id: Makefile,v 1.6 2002/11/09 02:10:17 derekm Exp $BUILD = ../../buildinclude $(BUILD)/Makefile.preTARGET_LIBRARY = libsdp2PACKAGES += UTIL PTHREADifeq ($(USE_SSL),1)PACKAGES += OPENSSLendififeq ($(USE_YARROW),1)PACKAGES += YARROWendififeq ($(USE_SSL),1)PACKAGES += OPENSSLendif# name of all files to be compiled (don't include header files)SRC = \	Sdp2Session.cxx \	Sdp2Media.cxx \	Sdp2Attributes.cxx \	Sdp2Time.cxx \	Sdp2Bandwidth.cxx \	Sdp2Connection.cxx \	Sdp2Encryptkey.cxx \include $(BUILD)/Makefile.post

⌨️ 快捷键说明

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