📄 makefile.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 + -