makefile.am

来自「Sofia SIP is an open-source SIP User-Age」· AM 代码 · 共 57 行

AM
57
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?