makefile.am
来自「Internet Phone, Chat, Conferencing」· AM 代码 · 共 69 行
AM
69 行
## Makefile.am for iptsec module## ----------------------------------------------------------------------# 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.lanoinst_PROGRAMS = test_auth_digestTESTS = test_auth_digest# ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES = auth_tag_ref.cnobase_include_sofia_HEADERS = \ sofia-sip/auth_client.h sofia-sip/auth_digest.h \ sofia-sip/auth_module.h sofia-sip/auth_plugin.hlibiptsec_la_SOURCES = iptsec_debug.h \ auth_client.c auth_digest.c \ auth_module.c auth_tag.c auth_tag_ref.c \ auth_plugin.c auth_plugin_delayed.c \ $(SIPSOURCES) $(HTTPSOURCES) \ iptsec_debug.cSIPSOURCES = auth_module_sip.cHTTPSOURCES = auth_module_http.c COVERAGE_INPUT = $(libiptsec_la_SOURCES) $(include_sofia_HEADERS)LDADD = libiptsec.la \ ../ipt/libipt.la \ ../http/libhttp.la \ ../msg/libmsg.la \ ../nta/libnta.la \ ../sip/libsip.la \ ../url/liburl.la \ ../bnf/libbnf.la \ ../su/libsu.latest_auth_digest_LDFLAGS = -static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = Doxyfile iptsec.docs testpasswd \ auth_module_sip.c auth_module_http.c $(BUILT_SOURCES)# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?