2004-01-10 04:44:43 +00:00
|
|
|
#
|
2005-11-05 19:57:48 +00: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.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-10 04:44:43 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-10-17 00:21:10 +00:00
|
|
|
SUBDIRS = base
|
2004-01-31 21:43:26 +00:00
|
|
|
|
2004-01-10 04:44:43 +00:00
|
|
|
# Source code files
|
|
|
|
|
2005-03-19 22:04:32 +00:00
|
|
|
headers = oob.h \
|
|
|
|
oob_types.h
|
2004-01-10 04:44:43 +00:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2005-07-02 15:13:41 +00:00
|
|
|
ortedir = $(includedir)/openmpi/orte/mca/oob
|
|
|
|
orte_HEADERS = $(headers)
|
2004-01-10 04:44:43 +00:00
|
|
|
else
|
2005-07-02 15:13:41 +00:00
|
|
|
ortedir = $(includedir)
|
2004-01-10 04:44:43 +00:00
|
|
|
endif
|