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

📄 makefile.am

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻 AM
字号:
## Makefile.am @template@ for stun module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# General optionsAUTOMAKE_OPTIONS = 	foreign# ----------------------------------------------------------------------# Header pathsINCLUDES = 		$(INTERNAL_INCLUDES)# ----------------------------------------------------------------------# Build targetsstun_lib_sources = 	stun.c stun_common.c stun_dns.c stun_mini.cnoinst_LTLIBRARIES = 	libstun.labin_PROGRAMS    =       stunccheck_PROGRAMS = 	lookup_stun_server# ----------------------------------------------------------------------# Rules for building the targetsnobase_include_sofia_HEADERS = \			sofia-sip/stun.h sofia-sip/stun_common.h \			sofia-sip/stun_tag.hlibstun_la_SOURCES = 	$(stun_lib_sources) \			stun_tag.c stun_tag_ref.c stun_internal.hBUILT_SOURCES =		stun_tag_ref.cCOVERAGE_INPUT = 	$(libstun_la_SOURCES) $(include_sofia_HEADERS)LDADD = 		libstun.la ../sresolv/libsresolv.la ../su/libsu.la# ----------------------------------------------------------------------# tests# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		stun.docs cert.pem key.pem# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.amTAG_DLL_FLAGS =		LIST=stun_tag_list

⌨️ 快捷键说明

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