
refresh to pmix/pmix@2d4c2874fd Refs. open-mpi/ompi#6222 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
52 строки
1.7 KiB
Makefile
52 строки
1.7 KiB
Makefile
# Copyright (c) 2013-2016 Intel, Inc. All rights reserved
|
|
# Copyright (c) 2016 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
|
|
# University Research and Technology
|
|
# Corporation. All rights reserved.
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
# of Tennessee Research Foundation. All rights
|
|
# reserved.
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
# University of Stuttgart. All rights reserved.
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
# All rights reserved.
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2010 Oracle and/or its affiliates. All rights
|
|
# reserved.
|
|
# Copyright (c) 2016 Intel, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = \
|
|
c_get_alignment.m4 \
|
|
pmix_get_version.sh \
|
|
distscript.sh \
|
|
pmix_check_attributes.m4 \
|
|
pmix_check_broken_qsort.m4 \
|
|
pmix_check_compiler_version.m4 \
|
|
pmix_check_icc.m4 \
|
|
pmix_check_ident.m4 \
|
|
pmix_check_package.m4 \
|
|
pmix_check_vendor.m4 \
|
|
pmix_check_visibility.m4 \
|
|
pmix_check_lock.m4 \
|
|
pmix_config_subdir.m4 \
|
|
pmix_ensure_contains_optflags.m4 \
|
|
pmix_functions.m4 \
|
|
pmix.m4 \
|
|
pmix_search_libs.m4 \
|
|
pmix_setup_cc.m4 \
|
|
pmix_setup_zlib.m4 \
|
|
pmix_setup_libevent.m4 \
|
|
pmix_mca_priority_sort.pl
|
|
|
|
|
|
maintainer-clean-local:
|
|
rm -f pmix_get_version.sh
|