c83b30755a
Having the "make_manpage.pl" script in the ompi/ tree broke
"./autogen.pl --no-ompi" (specifically: "make distcheck" of --no-ompi
builds would break).
(cherry picked from commit 89773c41
)
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
36 строки
1.3 KiB
Makefile
36 строки
1.3 KiB
Makefile
#
|
|
# 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) 2006-2018 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2010 Oracle and/or its affiliates. All rights
|
|
# reserved.
|
|
# Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
|
|
# Copyright (c) 2016 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
EXTRA_DIST = \
|
|
distscript.sh \
|
|
opal_get_version.m4sh \
|
|
ltmain_nag_pthread.diff \
|
|
ltmain_pgi_tp.diff \
|
|
opal_mca_priority_sort.pl \
|
|
find_common_syms \
|
|
make_manpage.pl
|
|
|
|
maintainer-clean-local:
|
|
rm -f opal_get_version.sh
|