📄 makefile.am
字号:
## 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)/../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 \ ../sdp/libsdp.la \ ../ipt/libipt.la \ ../bnf/libbnf.la \ ../su/libsu.latest_soa_LDFLAGS = -static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = Doxyfile soa.docs $(BUILT_SOURCES)# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.amTAG_DLL_FLAGS = LIST=soa_tag_list
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -