⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 基于sipfoundy 公司开发的sipx协议API
💻 AM
字号:
INCLUDES = -I$(top_srcdir)/includeSUBDIRS = tapi## All tests under this GNU variable should run relatively quickly## and of course require no setupTESTS = testsuitecheck_PROGRAMS = testsuitetestsuite_LDADD = \    @SIPXUNIT_LIBS@ \    @SIPXMEDIAADAPTER_LIBS@ \    ../libsipXcall.latestsuite_SOURCES = \    jnibutton.cpp \    cp/CpTestSupport.cpp \    cp/CpTestSupport.h \    cp/CallManagerTest.cpp \    ptapi/PtAddressForwardingTest.cpp \    ptapi/PtAddressTest.cpp \    ptapi/PtAudioCodecTest.cpp \    ptapi/PtCallEventTest.cpp \    ptapi/PtCallTest.cpp \    ptapi/PtConnectionEventTest.cpp \    ptapi/PtConnectionTest.cpp \    ptapi/PtEventTest.cpp \    ptapi/PtMediaCapabilities.cpp \    ptapi/PtPhoneTerminalTest.cpp \    ptapi/PtTerminalTest.cpp## Full regression test and not meant for 'make check'noinst_PROGRAMS = regressionregression_LDADD = \    @SIPXUNIT_LIBS@ \    @SIPXMEDIAADAPTER_LIBS@ \    ../libsipXcall.laregression_SOURCES = \    jnibutton.cpp \    mp/CallManagerPlayerTest.cpp \    mp/MpStreamPlayerTest.cpp \    mp/MpStreamPlaylistPlayerTest.cpp \    mp/MpStreamQueuePlayerTest.cpp \    mp/MpTestConfig.cpp \    mp/MyPlayerListenerHistoryKeeper.cpp \    mp/MyPlayerListenerPoller.cpp \    mp/MyStreamQueueHistoryKeeper.cppDISTCLEANFILES = Makefile.in# [DEBUG ASSISTANT] List a single unittest to isolate a unittest for# debugging or when developing a new unittest. As courtesy remove all# unittests before checking in, although forgetting to has no ill# effects.# sandbox_LDADD = $(testsuite_LDADD)# sandbox_CXXFLAGS = $(testsuite_CXXFLAGS)# sandbox_SOURCES = 

⌨️ 快捷键说明

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