makefile.am

来自「sip协议栈」· AM 代码 · 共 66 行

AM
66
字号
## 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)/../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.lanoinst_PROGRAMS = 	nth_test http-client http-serverTESTS = 		nth_test# ----------------------------------------------------------------------# 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.lanth_test_LDFLAGS = 	-static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		Doxyfile nth.docs $(BUILT_SOURCES) \			agent.pem cafile.pem# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am

⌨️ 快捷键说明

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