⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 this is simple sip stack.
💻 AM
字号:
## Makefile.am for sofia features module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES =		$(INTERNAL_INCLUDES)# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = 	libfeatures.la# ----------------------------------------------------------------------# Rules for building the targetsnobase_nodist_include_sofia_HEADERS = sofia-sip/sofia_features.hlibfeatures_la_SOURCES = features.c# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST =		Doxyfile features.docs# ----------------------------------------------------------------------# Sofia specific rulesinclude ../sofia.am

⌨️ 快捷键说明

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