2005-09-04 04:17:00 +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-09-04 04:17:00 +00:00
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2016-04-19 10:28:45 -06:00
|
|
|
# Copyright (c) 2013-2016 Los Alamos National Security, LLC. All rights
|
2015-11-02 12:07:08 -07:00
|
|
|
# reserved
|
2005-09-04 04:17:00 +00:00
|
|
|
# $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2005-09-04 04:17:00 +00:00
|
|
|
# Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2005-09-04 04:17:00 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-11-20 01:03:01 +00:00
|
|
|
headers += \
|
2015-11-02 12:07:08 -07:00
|
|
|
base/base.h \
|
|
|
|
base/rcache_base_vma.h \
|
|
|
|
base/rcache_base_vma_tree.h \
|
|
|
|
base/rcache_base_mem_cb.h
|
|
|
|
|
2005-09-04 04:17:00 +00:00
|
|
|
|
2005-11-20 01:03:01 +00:00
|
|
|
libmca_rcache_la_SOURCES += \
|
2013-03-27 21:17:31 +00:00
|
|
|
base/rcache_base_frame.c \
|
2015-11-02 12:07:08 -07:00
|
|
|
base/rcache_base_create.c \
|
|
|
|
base/rcache_base_vma.c \
|
|
|
|
base/rcache_base_vma_tree.c \
|
|
|
|
base/rcache_base_mem_cb.c
|
2016-04-19 10:28:45 -06:00
|
|
|
|
|
|
|
dist_opaldata_DATA = \
|
|
|
|
base/help-rcache-base.txt
|