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

📄 makefile.am

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻 AM
字号:
## Makefile.am for nth 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)/../iptsec -I../iptsec \		-I$(srcdir)/../msg -I../msg \		-I$(srcdir)/../bnf -I../bnf \		-I$(srcdir)/../http -I../http \		-I$(srcdir)/../sresolv -I../sresolv \		-I$(srcdir)/../tport -I../tport \		-I$(srcdir)/../url -I../url \		-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libnth.lacheck_PROGRAMS = 	test_nth http-client http-serverTESTS = 		test_nth# ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES =		nth_tag_ref.cnobase_include_sofia_HEADERS = \			sofia-sip/nth.h sofia-sip/nth_tag.hlibnth_la_SOURCES = 	nth_client.c nth_server.c nth_tag.c nth_tag_ref.cCOVERAGE_INPUT = 	$(libnth_la_SOURCES) $(include_sofia_HEADERS)LDADD = 		libnth.la \			../iptsec/libiptsec.la \			../ipt/libipt.la \			../http/libhttp.la \			../sresolv/libsresolv.la \			../tport/libtport.la \			../stun/libstun.la \			../sresolv/libsresolv.la \			../url/liburl.la \			../msg/libmsg.la \			../bnf/libbnf.la \			../su/libsu.latest_nth_LDFLAGS = 	-static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		nth.docs $(BUILT_SOURCES) \			agent.pem cafile.pem# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.am

⌨️ 快捷键说明

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