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

📄 makefile.am

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻 AM
字号:
## Makefile.am for sdp module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = 		-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libsdp.lacheck_PROGRAMS = 	torture_sdp test_sdpdist_noinst_SCRIPTS =	run_test_sdpTESTS = 		torture_sdp run_test_sdpBUILT_SOURCES =		sdp_tag_ref.c# ----------------------------------------------------------------------# Rules for building the targetsnobase_include_sofia_HEADERS = \			sofia-sip/sdp.h sofia-sip/sdp_tag.hlibsdp_la_SOURCES = 	sdp.c sdp_parse.c sdp_print.c \			sdp_tag.c sdp_tag_ref.cCOVERAGE_INPUT = 	$(libsdp_la_SOURCES) $(include_sofia_HEADERS)LDADD = 		libsdp.la \			../su/libsu.latest_sdp_LDFLAGS = 	-statictorture_sdp_LDFLAGS = 	-static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		sdp.docs $(BUILT_SOURCES) \			tests/message-1.sdp \			tests/message-2.sdp \			tests/message-3.sdp \			tests/message-4.sdp \			tests/message-5.sdp \			tests/message-6.sdp \			tests/message-7.sdp \			tests/message-8.sdp \			tests/message-9.sdp \			tests/message-10.sdp# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.am

⌨️ 快捷键说明

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