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.
|
|
|
|
# $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
|
|
|
|
|
|
|
|
headers = soh.h
|
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
|
|
|
ompidir = $(includedir)/openmpi/mca/soh
|
|
|
|
ompi_HEADERS = $(headers)
|
|
|
|
else
|
|
|
|
ompidir = $(includedir)
|
|
|
|
endif
|