1# Copyright (c) 2013-2019 Intel, Inc.  All rights reserved.
2# Copyright (c) 2016      Research Organization for Information Science
3#                         and Technology (RIST). All rights reserved.
4# Copyright (c) 2006-2020 Cisco Systems, Inc.  All rights reserved
5# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
6#                         University Research and Technology
7#                         Corporation.  All rights reserved.
8# Copyright (c) 2004-2005 The University of Tennessee and The University
9#                         of Tennessee Research Foundation.  All rights
10#                         reserved.
11# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
12#                         University of Stuttgart.  All rights reserved.
13# Copyright (c) 2004-2005 The Regents of the University of California.
14#                         All rights reserved.
15# Copyright (c) 2010      Cisco Systems, Inc.  All rights reserved.
16# Copyright (c) 2010      Oracle and/or its affiliates.  All rights
17#                         reserved.
18# Copyright (c) 2016      Intel, Inc. All rights reserved.
19# $COPYRIGHT$
20#
21# Additional copyrights may follow
22#
23# $HEADER$
24#
25
26EXTRA_DIST = \
27	c_get_alignment.m4 \
28	pmix_get_version.sh \
29	distscript.sh \
30	md2nroff.pl \
31	pmix_check_attributes.m4 \
32	pmix_check_broken_qsort.m4 \
33	pmix_check_compiler_version.m4 \
34	pmix_check_icc.m4 \
35	pmix_check_ident.m4 \
36	pmix_check_package.m4 \
37	pmix_check_vendor.m4 \
38	pmix_check_visibility.m4 \
39	pmix_check_lock.m4 \
40	pmix_config_subdir.m4 \
41	pmix_ensure_contains_optflags.m4 \
42	pmix_functions.m4 \
43	pmix.m4 \
44	pmix_search_libs.m4 \
45	pmix_setup_cc.m4 \
46	pmix_setup_libevent.m4 \
47	pmix_mca_priority_sort.pl \
48	mca_library_paths.txt
49
50
51maintainer-clean-local:
52	rm -f pmix_get_version.sh
53