📄 makefile.am
字号:
## Makefile.am for nea module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = -I$(srcdir)/../ipt -I../ipt \ -I$(srcdir)/../msg -I../msg \ -I$(srcdir)/../nta -I../nta \ -I$(srcdir)/../sip -I../sip \ -I$(srcdir)/../sresolv -I../sresolv \ -I$(srcdir)/../tport -I../tport \ -I$(srcdir)/../url -I../url \ -I$(srcdir)/../su -I../su# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = libnea.laTESTS = # ----------------------------------------------------------------------# Rules for building the targetsBUILT_SOURCES = nea_tag_ref.cnobase_include_sofia_HEADERS =\ sofia-sip/nea.h sofia-sip/nea_tag.hlibnea_la_SOURCES = nea.c nea_event.c \ nea_server.c nea_debug.h nea_debug.c \ nea_tag.c nea_tag_ref.cCOVERAGE_INPUT = $(libnea_la_SOURCES) $(include_sofia_HEADERS)LDADD = libnea.la \ ../nta/libnta.la \ ../ipt/libipt.la \ ../sip/libsip.la \ ../sresolv/libsresolv.la \ ../tport/libtport.la \ ../stun/libstun.la \ ../http/libhttp.la \ ../msg/libmsg.la \ ../url/liburl.la \ ../bnf/libbnf.la \ ../su/libsu.la # ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = Doxyfile nea.docs $(BUILT_SOURCES)# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -