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

📄 makefile.am

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻 AM
字号:
EXTRA_DIST = 	Doxyfile.aliases Doxyfile.conf \		docguide.docs \		mainpage.docs \		conformance.docs \		ChangeLog \	pictures/SIP_basic_incoming_operation.eps \	pictures/SIP_basic_incoming_operation.gif \	pictures/SIP_basic_incoming_operation.vsd \	pictures/SIP_basic_outgoing_operation.eps \	pictures/SIP_basic_outgoing_operation.gif \	pictures/SIP_basic_outgoing_operation.vsd \	pictures/SIP_incoming_call.eps \	pictures/SIP_incoming_call.gif \	pictures/SIP_incoming_call.vsd \	pictures/SIP_outgoing_call.eps \	pictures/SIP_outgoing_call.gif \	pictures/SIP_outgoing_call.vsd \	pictures/SIP_outgoing_operation_with_auth.eps \	pictures/SIP_outgoing_operation_with_auth.gif \	pictures/SIP_outgoing_operation_with_auth.vsd \	pictures/autotools.eps \	pictures/autotools.gif \	pictures/autotools.vsd \	pictures/nta-receiving-message.eps \	pictures/nta-receiving-message.gif BUILT_SOURCES = Doxyfile.rfc# Including Doxyfile.rfc in dist breaks make manpagesDoxyfile.rfc: Makefile.am	$(AWK) 'END { b="\\"; q="\\\""; \		print "# Autogenerated aliases for RFCs "from" .. "to ; \		print "ALIASES += " b; \		for (i=from; i < to; i++) { \		  print "RFC"i"=\"<a href="q site i type q">RFC "i"</a>\" "b; \		}}' \	site=http://www.faqs.org/rfcs/rfc type=.html \	from=700 to=5500 \	/dev/null > $@CLEANFILES = Doxyfile.rfc *.doxytagsdistclean-local:	-rm -rf html# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.am

⌨️ 快捷键说明

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