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.
|
2015-06-24 06:59:57 +03: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.
|
2011-03-25 04:21:11 +03:00
|
|
|
# Copyright (c) 2010-2011 Cisco Systems, Inc. All rights reserved.
|
2005-07-02 18:08:19 +04:00
|
|
|
# $COPYRIGHT$
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2005-07-02 18:08:19 +04:00
|
|
|
# Additional copyrights may follow
|
2015-06-24 06:59:57 +03:00
|
|
|
#
|
2005-07-02 18:08:19 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-03-12 20:56:58 +03:00
|
|
|
headers = \
|
2011-03-25 04:21:11 +03:00
|
|
|
opal_config_top.h \
|
2006-02-12 04:33:29 +03:00
|
|
|
opal_config_bottom.h \
|
2013-11-06 21:12:26 +04:00
|
|
|
opal_stdint.h
|
2010-02-16 01:14:59 +03:00
|
|
|
|
2010-09-25 02:53:28 +04:00
|
|
|
nodist_headers = opal_config.h
|
|
|
|
|
|
|
|
include opal/Makefile.am
|
|
|
|
|
2013-02-28 21:31:47 +04:00
|
|
|
EXTRA_DIST = $(headers)
|
2006-02-12 04:33:29 +03:00
|
|
|
|
2015-06-24 06:59:57 +03:00
|
|
|
if WANT_INSTALL_HEADERS
|
2014-05-08 06:01:35 +04:00
|
|
|
opaldir = $(opalincludedir)
|
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
|
|
|
|
|