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

📄 makefile.am

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻 AM
字号:
## Makefile.am @template@ for tport module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = 		-I$(srcdir)/../bnf -I../bnf \			-I$(srcdir)/../stun -I../stun \			-I$(srcdir)/../ipt -I../ipt \			-I$(srcdir)/../msg -I../msg \			-I$(srcdir)/../http -I../http \			-I$(srcdir)/../url -I../url \			-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libtport.labin_PROGRAMS = 		check_PROGRAMS =	test_tportTESTS =			test_tport# ----------------------------------------------------------------------# Rules for building the targetsnobase_include_sofia_HEADERS = \			sofia-sip/tport.h sofia-sip/tport_tag.h \			sofia-sip/tport_plugins.hTLS_SRC =		tport_type_tls.c tport_tls.c tport_tls.hif HAVE_TLSUSE_TLS_SRC = 		$(TLS_SRC)endifSTUN_SRC =		tport_stub_stun.c tport_type_stun.cif HAVE_STUNUSE_STUN_SRC = 		$(STUN_SRC)endifHTTP_SRC =		tport_type_connect.cif HAVE_NTHUSE_HTTP_SRC = 		$(HTTP_SRC)endiflibtport_la_SOURCES = 	tport.c tport_logging.c \			tport_stub_sigcomp.c \			tport_type_udp.c tport_type_tcp.c tport_type_sctp.c \			tport_internal.h \			tport_tag.c tport_tag_ref.c $(USE_HTTP_SRC) $(USE_TLS_SRC) $(USE_STUN_SRC)# to make sure all files end up in the dist packageEXTRA_libtport_la_SOURCES = $(TLS_SRC) $(STUN_SRC) $(HTTP_SRC)# Disable for nowEXTRA_libtport_la_SOURCES += tport_sigcomp.c tport_threadpool.cBUILT_SOURCES =		tport_tag_ref.cCOVERAGE_INPUT = 	$(libtport_la_SOURCES) $(include_sofia_HEADERS)LDADD = 		libtport.la \			../stun/libstun.la \			../sresolv/libsresolv.la \			../ipt/libipt.la \			../http/libhttp.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 =		tport.docs \			certificates.html agent.pem cafile.pem# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.am

⌨️ 快捷键说明

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