2005-07-02 18:08:19 +04:00
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2009-04-24 20:39:33 +04:00
|
|
|
# Copyright (c) 2004-2009 High Performance Computing Center Stuttgart,
|
2005-07-02 18:08:19 +04:00
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2010-02-16 01:14:59 +03:00
|
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
2005-07-02 18:08:19 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-03-12 20:56:58 +03:00
|
|
|
headers = \
|
2006-02-12 04:33:29 +03:00
|
|
|
opal_config_bottom.h \
|
2010-02-16 01:14:59 +03:00
|
|
|
opal_stdint.h \
|
|
|
|
opal_portable_platform.h
|
|
|
|
|
2010-09-25 02:53:28 +04:00
|
|
|
nodist_headers = opal_config.h
|
|
|
|
|
|
|
|
include opal/Makefile.am
|
|
|
|
|
|
|
|
EXTRA_DIST = CMakeLists.txt $(headers)
|
2006-02-12 04:33:29 +03:00
|
|
|
|
2010-09-18 03:04:06 +04:00
|
|
|
if WANT_INSTALL_HEADERS
|
2010-09-25 02:53:28 +04:00
|
|
|
opaldir = $(includedir)/openmpi
|
2006-03-12 20:56:58 +03:00
|
|
|
nobase_dist_opal_HEADERS = $(headers)
|
|
|
|
nobase_nodist_opal_HEADERS = $(nodist_headers)
|
2006-02-12 04:33:29 +03:00
|
|
|
endif
|
|
|
|
|