2004-11-30 16:27:32 +00: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.
|
|
|
|
# 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-30 16:27:32 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2004-12-15 18:36:21 +00:00
|
|
|
include $(top_srcdir)/config/Makefile.options
|
2004-11-30 16:27:32 +00:00
|
|
|
|
2004-12-15 18:36:21 +00:00
|
|
|
SUBDIRS = base $(MCA_soh_STATIC_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = base $(MCA_soh_ALL_SUBDIRS)
|
|
|
|
|
|
|
|
# Source code files
|
|
|
|
|
2005-03-19 22:04:32 +00:00
|
|
|
headers = soh.h \
|
|
|
|
soh_types.h
|
2004-12-15 18:36:21 +00:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2005-07-02 15:13:41 +00:00
|
|
|
ortedir = $(includedir)/openmpi/orte/mca/soh
|
|
|
|
orte_HEADERS = $(headers)
|
2004-12-15 18:36:21 +00:00
|
|
|
else
|
2005-07-02 15:13:41 +00:00
|
|
|
ortedir = $(includedir)
|
2004-12-15 18:36:21 +00:00
|
|
|
endif
|