2014-02-27 07:22:57 +00:00
|
|
|
# Copyright (c) 2014 Mellanox Technologies, Inc.
|
2013-09-10 15:34:09 +00:00
|
|
|
# All rights reserved.
|
2016-09-06 16:41:56 -04:00
|
|
|
# Copyright (c) 2016 IBM Corporation. All rights reserved.
|
2013-09-10 15:34:09 +00:00
|
|
|
# $COPYRIGHT$
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2013-09-10 15:34:09 +00:00
|
|
|
# Additional copyrights may follow
|
2015-06-23 20:59:57 -07:00
|
|
|
#
|
2013-09-10 15:34:09 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2014-05-14 13:45:16 +00:00
|
|
|
dist_oshmemdata_DATA += base/help-oshmem-memheap.txt
|
2013-09-10 15:34:09 +00:00
|
|
|
|
2016-09-06 16:41:56 -04:00
|
|
|
AM_CPPFLAGS = -DOMPI_LIBMPI_NAME=\"$(OMPI_LIBMPI_NAME)\"
|
|
|
|
|
2013-09-10 15:34:09 +00:00
|
|
|
headers += \
|
2015-06-23 20:59:57 -07:00
|
|
|
base/base.h
|
2013-09-10 15:34:09 +00:00
|
|
|
|
|
|
|
libmca_memheap_la_SOURCES += \
|
|
|
|
base/memheap_base_frame.c \
|
|
|
|
base/memheap_base_select.c \
|
|
|
|
base/memheap_base_alloc.c \
|
|
|
|
base/memheap_base_static.c \
|
|
|
|
base/memheap_base_register.c \
|
|
|
|
base/memheap_base_mkey.c
|