makefile.am

来自「Sofia SIP is an open-source SIP User-Age」· AM 代码 · 共 63 行

AM
63
字号
## Makefile.am for url module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = 	-I$(srcdir)/../bnf -I../bnf \		-I$(srcdir)/../ipt -I../ipt \		-I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	liburl.lacheck_PROGRAMS = 	torture_url# ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES =		url_tag_ref.cnobase_include_sofia_HEADERS = \			sofia-sip/url.h sofia-sip/url_tag.h \			sofia-sip/url_tag_class.hliburl_la_SOURCES = 	url.c url_tag.c url_tag_ref.cCOVERAGE_INPUT = 	$(liburl_la_SOURCES) $(include_sofia_HEADERS)LDADD = 		liburl.la \			../bnf/libbnf.la \			../ipt/libipt.la \			../su/libsu.la# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		url.docs $(BUILT_SOURCES)# ----------------------------------------------------------------------# urlmap is not used#check_PROGRAMS +=	test_urlmap#test_urlmap_SOURCES = 	urlmap.c urlmap.h#test_urlmap_CFLAGS =	$(CFLAGS) -DTEST_URLMAP=1EXTRA_DIST +=		urlmap.c urlmap.h# ----------------------------------------------------------------------# TestsTESTS = 		torture_url# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.amTAG_DLL_FLAGS = 	DLLREF=1

⌨️ 快捷键说明

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