makefile.am

来自「Internet Phone, Chat, Conferencing」· AM 代码 · 共 54 行

AM
54
字号
## Makefile.am for soa module## ----------------------------------------------------------------------# Header pathsINCLUDES = 		-I$(srcdir)/../sdp -I../sdp \			-I$(srcdir)/../sip -I../sip \			-I$(srcdir)/../ipt -I../ipt \			-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libsoa.lanoinst_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 \			../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 + =
减小字号Ctrl + -
显示快捷键?