1 Star 0 Fork 1

zhulin/kucx

forked from openEuler/kucx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2001-2011. ALL RIGHTS RESERVED.
# Copyright (C) UT-Battelle, LLC. 2014-2015. ALL RIGHTS RESERVED.
# Copyright (C) The University of Tennessee and The University
# of Tennessee Research Foundation. 2016. ALL RIGHTS RESERVED.
#
# See file LICENSE for terms.
#
# Build . before src so that our all-local and clean-local hooks kicks in at
# the right time.
EXTRA_DIST =
ACLOCAL_AMFLAGS = -I config/m4
noinst_HEADERS = \
src/uct/api/uct.h \
src/uct/api/v2/uct_v2.h \
src/uct/api/uct_def.h \
src/uct/api/tl.h
doxygen_doc_files = $(noinst_HEADERS)
doc_dir = $(pkgdatadir)/doc
if !DOCS_ONLY
perftest_dir = $(pkgdatadir)/perftest
dist_perftest__DATA = \
contrib/ucx_perftest_config/msg_pow2 \
contrib/ucx_perftest_config/msg_pow2_large \
contrib/ucx_perftest_config/README \
contrib/ucx_perftest_config/test_types_uct \
contrib/ucx_perftest_config/test_types_ucp \
contrib/ucx_perftest_config/test_types_ucp_rma \
contrib/ucx_perftest_config/test_types_ucp_amo \
contrib/ucx_perftest_config/transports
SUBDIRS = \
src/ucm \
src/ucs \
src/uct \
src/ucp
if HAVE_UCG
SUBDIRS += $(UCG_SUBDIR)
endif
SUBDIRS += \
src/tools/vfs \
src/tools/info \
src/tools/perf \
src/tools/profile \
bindings/go \
bindings/java \
test/apps \
examples \
cmake
if HAVE_GTEST
SUBDIRS += test/gtest
endif
if HAVE_MPICC
SUBDIRS += test/mpi
endif
EXTRA_DIST += contrib/configure-devel
EXTRA_DIST += contrib/configure-release
EXTRA_DIST += contrib/configure-release-mt
EXTRA_DIST += contrib/configure-prof
EXTRA_DIST += contrib/buildrpm.sh
EXTRA_DIST += contrib/ucx_perftest_config/msg_pow2
EXTRA_DIST += contrib/ucx_perftest_config/README
EXTRA_DIST += contrib/ucx_perftest_config/test_types_uct
EXTRA_DIST += contrib/ucx_perftest_config/test_types_ucp
EXTRA_DIST += contrib/ucx_perftest_config/transports
EXTRA_DIST += debian/changelog
EXTRA_DIST += debian/compat
EXTRA_DIST += debian/copyright
EXTRA_DIST += debian/control
EXTRA_DIST += debian/ucx.install
EXTRA_DIST += debian/ucx-cuda.install
EXTRA_DIST += debian/rules
EXTRA_DIST += debian/source/format
EXTRA_DIST += ucx.pc.in
EXTRA_DIST += LICENSE
endif #!DOCS_ONLY
EXTRA_DIST += docs/uml/uct.dot
include $(srcdir)/docs/doxygen/doxygen.am
.PHONY: docs docs-clean
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ucx.pc
DOCLIST = docs/doxygen/doxygen-doc/ucx.tag
FORMAT = pdf
DOT_CLEANFILES =
if HAVE_GTEST
gtest:
@make -C test/gtest test
endif
if HAVE_DOT
DOCLIST += docs/uml/uml.tag docs/uml/uct.$(FORMAT) docs/uml/ucp.$(FORMAT)
DOT_CLEANFILES += docs/uml/uml.tag docs/uml/uct.$(FORMAT) docs/uml/ucp.$(FORMAT)
endif
docs: $(DOCLIST)
docs-clean:
$(RM) $(DX_CLEANFILES)
$(RM) $(DOT_CLEANFILES)
docs/doxygen/doxygen-doc/ucx.tag: $(doxygen_doc_files) doxygen-doc
docs/uml/uml.tag:
mkdir -p docs/uml
echo `date` > $@
.dot.pdf:
dot -T pdf -o $@ $<
MOSTLYCLEANFILES = $(DX_CLEANFILES) $(DOT_CLEANFILES)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhulin11/kucx.git
[email protected]:zhulin11/kucx.git
zhulin11
kucx
kucx
master

搜索帮助