makefile.am
来自「Internet Phone, Chat, Conferencing」· AM 代码 · 共 67 行
AM
67 行
## Makefile.am @template@ for tport module## ----------------------------------------------------------------------# Header pathsINCLUDES = -I$(srcdir)/../bnf -I../bnf \ -I$(srcdir)/../stun -I../stun \ -I$(srcdir)/../ipt -I../ipt \ -I$(srcdir)/../msg -I../msg \ -I$(srcdir)/../url -I../url \ -I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = libtport.labin_PROGRAMS = noinst_PROGRAMS = test_tportTESTS = test_tport# ----------------------------------------------------------------------# Rules for building the targetsnobase_include_sofia_HEADERS = \ sofia-sip/tport.h sofia-sip/tport_tag.hTLS_SRC = tport_tls.c tport_tls.hif HAVE_TLSUSE_TLS_SRC = $(TLS_SRC)endiflibtport_la_SOURCES = tport.c tport_tag.c tport_tag_ref.c $(USE_TLS_SRC)# to make sure all files end up in the dist packageEXTRA_libtport_la_SOURCES = $(TLS_SRC)BUILT_SOURCES = tport_tag_ref.cCOVERAGE_INPUT = $(libtport_la_SOURCES) $(include_sofia_HEADERS)LDADD = libtport.la \ ../stun/libstun.la \ ../ipt/libipt.la \ ../msg/libtest_msg.a ../msg/libmsg.la \ ../url/liburl.la \ ../bnf/libbnf.la \ ../su/libsu.latest_tport_LDFLAGS = -static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = Doxyfile tport.docs \ certificates.html agent.pem cafile.pem# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?