📄 makefile.am
字号:
## Makefile.am for iptsec module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = -I$(srcdir)/../bnf -I../bnf \ -I$(srcdir)/../ipt -I../ipt \ -I$(srcdir)/../http -I../http \ -I$(srcdir)/../msg -I../msg \ -I$(srcdir)/../nta -I../nta \ -I$(srcdir)/../sip -I../sip \ -I$(srcdir)/../url -I../url \ -I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = libiptsec.lacheck_PROGRAMS = test_auth_digestTESTS = test_auth_digest# ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES = auth_tag_ref.cnobase_include_sofia_HEADERS = \ sofia-sip/auth_common.h \ sofia-sip/auth_client.h sofia-sip/auth_digest.h \ sofia-sip/auth_module.h sofia-sip/auth_plugin.h \ sofia-sip/auth_client_plugin.hlibiptsec_la_SOURCES = iptsec_debug.h \ auth_client.c auth_common.c auth_digest.c \ auth_module.c auth_tag.c auth_tag_ref.c \ auth_plugin.c auth_plugin_delayed.c \ auth_module_sip.c \ iptsec_debug.cCOVERAGE_INPUT = $(libiptsec_la_SOURCES) $(include_sofia_HEADERS)LDADD = libiptsec.la \ ../nta/libnta.la \ ../sip/libsip.la \ ../msg/libmsg.la \ ../url/liburl.la \ ../bnf/libbnf.la \ ../ipt/libipt.la \ ../su/libsu.latest_auth_digest_LDFLAGS = -staticif HAVE_NTLMnobase_include_sofia_HEADERS += $(NTLM_HEADER)libiptsec_la_SOURCES += $(NTLM_SOURCE)endifif HAVE_NTHlibiptsec_la_SOURCES += $(HTTP_SOURCE)LDADD += ../http/libhttp.laendifHTTP_SOURCE = auth_module_http.cNTLM_HEADER = sofia-sip/auth_ntlm.hNTLM_SOURCE = auth_ntlm.c auth_client_ntlm.c auth_plugin_ntlm.cEXTRA_libiptsec_la_SOURCES = \ $(NTLM_HEADER) $(NTLM_SOURCE) $(HTTP_SOURCE)# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = iptsec.docs testpasswd $(BUILT_SOURCES)# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -