2005-07-28 03:18:16 +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.
|
2005-07-28 03:18:16 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2007-05-15 08:23:48 +04:00
|
|
|
AM_CPPFLAGS = $(LTDLINCL)
|
2005-12-19 06:10:23 +03:00
|
|
|
|
2005-11-20 04:03:01 +03:00
|
|
|
# main library setup
|
2008-02-28 04:57:57 +03:00
|
|
|
noinst_LTLIBRARIES = libmca_ess.la
|
|
|
|
libmca_ess_la_SOURCES =
|
2005-07-28 03:18:16 +04:00
|
|
|
|
2005-11-20 04:03:01 +03:00
|
|
|
# header setup
|
2005-11-20 10:41:09 +03:00
|
|
|
nobase_orte_HEADERS =
|
2007-07-12 23:53:18 +04:00
|
|
|
dist_pkgdata_DATA =
|
2005-07-28 03:18:16 +04:00
|
|
|
|
2005-11-20 04:03:01 +03:00
|
|
|
# local files
|
2008-02-28 04:57:57 +03:00
|
|
|
headers = ess.h
|
|
|
|
libmca_ess_la_SOURCES += $(headers)
|
2005-07-28 03:18:16 +04:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
if WANT_INSTALL_HEADERS
|
2005-11-20 04:03:01 +03:00
|
|
|
nobase_orte_HEADERS += $(headers)
|
2008-02-28 04:57:57 +03:00
|
|
|
ortedir = $(includedir)/openmpi/orte/mca/ess
|
2005-11-20 10:41:09 +03:00
|
|
|
else
|
|
|
|
ortedir = $(includedir)
|
2005-07-28 03:18:16 +04:00
|
|
|
endif
|
2005-11-20 04:03:01 +03:00
|
|
|
|
|
|
|
include base/Makefile.am
|
|
|
|
|
|
|
|
distclean-local:
|
|
|
|
rm -f base/static-components.h
|