makefile.am
来自「Sofia SIP is an open-source SIP User-Age」· AM 代码 · 共 63 行
AM
63 行
## Makefile.am for soa module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = -I$(srcdir)/../sdp -I../sdp \ -I$(srcdir)/../sip -I../sip \ -I$(srcdir)/../msg -I../msg \ -I$(srcdir)/../url -I../url \ -I$(srcdir)/../ipt -I../ipt \ -I$(srcdir)/../bnf -I../bnf \ -I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = libsoa.lacheck_PROGRAMS = test_soaTESTS = test_soa# ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES = soa_tag_ref.cnobase_include_sofia_HEADERS = \ sofia-sip/soa.h sofia-sip/soa_session.h \ sofia-sip/soa_add.h sofia-sip/soa_tag.hlibsoa_la_SOURCES = soa.c soa_static.c \ soa_tag.c soa_tag_ref.c COVERAGE_INPUT = $(libsoa_la_SOURCES) $(include_sofia_HEADERS)LDADD = libsoa.la \ ../sip/libsip.la \ ../msg/libmsg.la \ ../url/liburl.la \ ../sdp/libsdp.la \ ../ipt/libipt.la \ ../bnf/libbnf.la \ ../su/libsu.latest_soa_LDFLAGS = -static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = soa.docs $(BUILT_SOURCES)# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.amTAG_DLL_FLAGS = LIST=soa_tag_list
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?