5 Star 1 Fork 0

Gitee 极速下载/Jabberd2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jabberd2/jabberd2
克隆/下载
Makefile.am 680 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tomasz Sterna 提交于 2016-05-22 18:32 . Fixed cppcheck-detected issues
EXTRA_DIST = Doxyfile.in README.md README.win32 README.protocol README.config contrib docs win32
LIBTOOL += --quiet
SUBDIRS = etc man
if USE_LIBSUBST
SUBDIRS += subst
endif
SUBDIRS += tools mio sx util c2s router s2s storage sm
if ENABLE_TESTS
SUBDIRS += tests
endif
.PHONY: docs cppcheck
docs: Doxyfile
@doxygen
cppcheck:
cppcheck --force --quiet --report-progress -j6 --std=c99 -DSIGHUP -DSIGPIPE --enable=warning,performance,portability,information,missingInclude .
dist-hook:
if grep 'AC_INIT.*dev' configure.ac ; then echo "Remove 'dev' version flag first!"; exit 1; else : ; fi
find $(distdir) -depth \( -name CVS -o -name .svn -o -name .git \) -exec rm -rf {} \;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors/jabberd2.git
[email protected]:mirrors/jabberd2.git
mirrors
jabberd2
Jabberd2
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385