6 Star 29 Fork 10

Gitee 极速下载/aria2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aria2/aria2
克隆/下载
Makefile.am 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
Tatsuhiro Tsujikawa 提交于 2019-10-06 10:48 . Fix make dist
SUBDIRS = po lib deps src doc test
ACLOCAL_AMFLAGS = -I m4 --install
RST2HTML = @RST2HTML@
EXTRA_DIST = config.rpath \
script-helper \
makerelease \
mingw-config mingw-release mingw-build-memo \
android-config \
makerelease-osx.mk osx-package/DS_Store osx-package/etc/paths.d/aria2c osx-package/etc/manpaths.d/aria2 \
Dockerfile.mingw \
Dockerfile.raspberrypi \
examples/libaria2ex.cc examples/libaria2wx.cc
dist_doc_DATA = README README.rst README.html
.PHONY: clang-format
if HAVE_RST2HTML
README.html: README.rst
$(RST2HTML) $< > $@
else # !HAVE_RST2HTML
README.html: README.rst
@echo Warning: rst2html not installed. Placing only a dummy file for $@
echo "<!doctype html>" > $@
echo "<p>Readme has not been built!.<br>Instead see <a href='README.rst'>README.rst</a></p>" >> $@
endif # !HAVE_RST2HTML
dist_noinst_DATA = LICENSE.OpenSSL
# Format source files using clang-format. Don't format source files
# under deps directory since we are not responsible for their coding
# style.
clang-format:
CLANGFORMAT=`git config --get clangformat.binary`; \
test -z $${CLANGFORMAT} && CLANGFORMAT="clang-format"; \
$${CLANGFORMAT} -i $(top_srcdir)/src/*.{c,cc,h} $(top_srcdir)/src/includes/aria2/*.h \
$(top_srcdir)/examples/*.cc $(top_srcdir)/test/*.{cc,h}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/aria2.git
git@gitee.com:mirrors/aria2.git
mirrors
aria2
aria2
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385