2005-07-27 23:18:16 +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.
|
2015-06-23 20:59:57 -07:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
2005-07-27 23:18:16 +00:00
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2013-03-27 21:14:43 +00:00
|
|
|
# Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
|
2015-01-26 20:15:57 -06:00
|
|
|
# Copyright (c) 2015 Intel, Inc. All rights reserved.
|
2005-07-27 23:18:16 +00:00
|
|
|
# $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2005-07-27 23:18:16 +00:00
|
|
|
# Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2005-07-27 23:18:16 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2014-05-08 14:32:24 +00:00
|
|
|
dist_ortedata_DATA += base/help-ess-base.txt
|
2007-07-12 19:53:18 +00:00
|
|
|
|
2005-11-20 01:03:01 +00:00
|
|
|
headers += \
|
|
|
|
base/base.h
|
|
|
|
|
2008-02-28 01:57:57 +00:00
|
|
|
libmca_ess_la_SOURCES += \
|
2013-03-27 21:14:43 +00:00
|
|
|
base/ess_base_frame.c \
|
2013-02-28 01:35:55 +00:00
|
|
|
base/ess_base_select.c \
|
2008-02-28 01:57:57 +00:00
|
|
|
base/ess_base_get.c \
|
|
|
|
base/ess_base_std_tool.c \
|
|
|
|
base/ess_base_std_app.c \
|
2008-04-30 19:49:53 +00:00
|
|
|
base/ess_base_std_orted.c \
|
2011-10-19 20:18:14 +00:00
|
|
|
base/ess_base_std_prolog.c \
|
|
|
|
base/ess_base_fns.c
|
2008-02-28 01:57:57 +00:00
|
|
|
|