?? makefile.am
字號:
## Makefile.am for bnf module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -