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$
|
|
|
|
#
|
|
|
|
|
2008-02-28 04:57:57 +03:00
|
|
|
dist_pkgdata_DATA += base/help-ess-base.txt
|
2007-07-12 23:53:18 +04:00
|
|
|
|
2005-11-20 04:03:01 +03:00
|
|
|
headers += \
|
|
|
|
base/base.h
|
|
|
|
|
2008-02-28 04:57:57 +03:00
|
|
|
libmca_ess_la_SOURCES += \
|
|
|
|
base/ess_base_close.c \
|
|
|
|
base/ess_base_open.c \
|
2011-06-30 18:48:19 +04:00
|
|
|
base/ess_base_select.c
|
2008-06-18 07:15:56 +04:00
|
|
|
|
|
|
|
if !ORTE_DISABLE_FULL_SUPPORT
|
|
|
|
|
|
|
|
libmca_ess_la_SOURCES += \
|
2008-02-28 04:57:57 +03:00
|
|
|
base/ess_base_get.c \
|
|
|
|
base/ess_base_put.c \
|
|
|
|
base/ess_base_std_tool.c \
|
|
|
|
base/ess_base_std_app.c \
|
2008-04-30 23:49:53 +04:00
|
|
|
base/ess_base_std_orted.c \
|
2011-10-20 00:18:14 +04:00
|
|
|
base/ess_base_std_prolog.c \
|
|
|
|
base/ess_base_fns.c
|
2008-06-18 07:15:56 +04:00
|
|
|
endif
|
2008-02-28 04:57:57 +03:00
|
|
|
|