6d7a1fbb82
should have been all along and fix one place that uses the file Update opal_portable_platform.h with changes to mpi_portable_platform.h made in r29608. Make mpi_portable_platform.h a symlink to opal_portable_platform.h, so that they won't get out of sync. I'd like to remove mpi_portable_platform.h, but we don't automatically add -I${includedir}/openmpi/ to make that sane from a header include point of view, so that's future work. This commit was SVN r29618. The following SVN revision numbers were found above: r29608 --> open-mpi/ompi@b71bd51cdd
37 строки
1.1 KiB
Makefile
37 строки
1.1 KiB
Makefile
#
|
|
# Copyright (c) 2004-2005 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-2009 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-2011 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
headers = \
|
|
opal_config_top.h \
|
|
opal_config_bottom.h \
|
|
opal_stdint.h
|
|
|
|
nodist_headers = opal_config.h
|
|
|
|
include opal/Makefile.am
|
|
|
|
EXTRA_DIST = $(headers)
|
|
|
|
if WANT_INSTALL_HEADERS
|
|
opaldir = $(includedir)/openmpi
|
|
nobase_dist_opal_HEADERS = $(headers)
|
|
nobase_nodist_opal_HEADERS = $(nodist_headers)
|
|
endif
|
|
|