makefile.am

来自「Internet Phone, Chat, Conferencing」· AM 代码 · 共 69 行

AM
69
字号
## Makefile.am @template@ for stun module## ----------------------------------------------------------------------# General optionsAUTOMAKE_OPTIONS = 	foreign# ----------------------------------------------------------------------# Header pathsINCLUDES = 		-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targets# if HAVE_TLSstun_lib_sources = 	stun.c stun_common.cstun_prog_targets =     stunc torture_stun#else#stun_lib_targets = #stun_prog_targets =#endifnoinst_LTLIBRARIES = 	libstun.lanoinst_PROGRAMS = 	${stun_prog_targets}# ----------------------------------------------------------------------# 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 \			../su/libsu.latorture_stun_LDFLAGS = 	-static# ----------------------------------------------------------------------# tests# XXX: torture_stun cannot be used as a automake test as is#TESTS = 		torture_stun# ----------------------------------------------------------------------# tests# XXX: torture_stun cannot be used as a automake test as is#TESTS = 		torture_stun# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		Doxyfile stun.docs cert.pem key.pem rfc3489.txt# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.amTAG_DLL_FLAGS =		LIST=stun_tag_list

⌨️ 快捷键说明

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