makefile.am

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

AM
44
字号
## Makefile.am for bnf module## ----------------------------------------------------------------------# Header pathsINCLUDES = 		-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libbnf.lacheck_PROGRAMS = 	torture_bnf# ----------------------------------------------------------------------# Rules for building the targetsnobase_include_sofia_HEADERS = sofia-sip/bnf.h sofia-sip/hostdomain.hlibbnf_la_SOURCES = 	bnf.cCOVERAGE_INPUT = 	$(libbnf_la_SOURCES) $(include_sofia_HEADERS)LDADD =			libbnf.latorture_bnf_LDFLAGS = 	-static# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		Doxyfile bnf.docs# ----------------------------------------------------------------------# TestsTESTS = torture_bnf# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?