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

📄 makefile.am

📁 this is simple sip stack.
💻 AM
字号:
## Makefile.am for nta module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = 		-I$(srcdir)/../ipt -I../ipt \			-I$(srcdir)/../msg -I../msg \			-I$(srcdir)/../sip -I../sip \			-I$(srcdir)/../bnf -I../bnf \			-I$(srcdir)/../sresolv -I../sresolv \			-I$(srcdir)/../tport -I../tport \			-I$(srcdir)/../url -I../url \			-I$(srcdir)/../features -I../features \			-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libnta.lacheck_PROGRAMS = 	test_nta_api test_nta portbinddist_noinst_SCRIPTS =	run_test_nta_api run_test_ntaTESTS =			run_test_nta_api run_test_ntaTESTS_ENVIRONMENT =	$(SHELL) # ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES =		nta_tag_ref.cnobase_include_sofia_HEADERS = \			sofia-sip/nta.h sofia-sip/nta_stateless.h \			sofia-sip/nta_tport.h sofia-sip/nta_tag.h \			sofia-sip/sl_utils.h libnta_la_SOURCES = 	nta.c nta_check.c nta_tag.c nta_tag_ref.c \			nta_internal.h \			sl_utils_print.c sl_utils_log.c \			sl_read_payload.cCOVERAGE_INPUT = 	$(libnta_la_SOURCES) $(include_sofia_HEADERS)LDADD = 		libnta.la \			../ipt/libipt.la \			../sip/libsip.la \			../features/libfeatures.la \			../sresolv/libsresolv.la \			../tport/libtport.la \			../http/libhttp.la \			../stun/libstun.la \			../url/liburl.la \			../msg/libmsg.la \			../bnf/libbnf.la \			../su/libsu.latest_nta_LDFLAGS = 	-staticMOSTLYCLEANFILES +=	.test[0-9]*# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		Doxyfile nta.docs sl_utils.docs \			agent.pem cafile.pem \			invite.msc $(BUILT_SOURCES) # ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am# Generate list of nta tagsTAG_DLL_FLAGS = 	LIST=nta_tag_list

⌨️ 快捷键说明

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