2003-11-22 19:36:58 +03:00
|
|
|
#
|
2004-11-22 04:38:40 +03:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-07 17:54:25 +03:00
|
|
|
# $HEADER$
|
2003-11-22 19:36:58 +03:00
|
|
|
#
|
|
|
|
|
2005-09-07 09:54:53 +04:00
|
|
|
|
2003-11-22 19:36:58 +03:00
|
|
|
|
2004-07-08 21:01:24 +04:00
|
|
|
noinst_HEADERS = \
|
2004-03-19 00:35:28 +03:00
|
|
|
constants.h \
|
2005-07-02 19:06:47 +04:00
|
|
|
ompi_socket_errno.h \
|
2004-03-19 00:35:28 +03:00
|
|
|
totalview.h \
|
2005-07-02 19:06:47 +04:00
|
|
|
types.h
|
2004-07-07 16:42:42 +04:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2005-07-02 19:06:47 +04:00
|
|
|
ompidir = $(includedir)/openmpi/ompi/include
|
2004-07-08 21:01:24 +04:00
|
|
|
ompi_HEADERS = $(noinst_HEADERS)
|
2004-07-07 16:42:42 +04:00
|
|
|
else
|
|
|
|
ompidir = $(includedir)
|
|
|
|
endif
|