2013-09-10 19:34:09 +04:00
|
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2013-10-12 23:03:32 +04:00
|
|
|
# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
|
2013-09-10 19:34:09 +04:00
|
|
|
|
2014-01-08 02:11:15 +04:00
|
|
|
dist_ompidata_DATA += runtime/help-shmem-runtime.txt
|
2013-09-10 19:34:09 +04:00
|
|
|
|
|
|
|
|
|
|
|
headers += \
|
|
|
|
runtime/runtime.h \
|
|
|
|
runtime/params.h \
|
2013-10-12 23:03:32 +04:00
|
|
|
runtime/oshmem_info_support.h \
|
2013-09-10 19:34:09 +04:00
|
|
|
runtime/oshmem_shmem_preconnect.h
|
|
|
|
|
2013-11-25 15:02:42 +04:00
|
|
|
liboshmem_la_SOURCES += \
|
2013-09-10 19:34:09 +04:00
|
|
|
runtime/oshmem_shmem_init.c \
|
|
|
|
runtime/oshmem_shmem_finalize.c \
|
|
|
|
runtime/oshmem_shmem_abort.c \
|
|
|
|
runtime/oshmem_shmem_params.c \
|
2013-10-12 23:03:32 +04:00
|
|
|
runtime/oshmem_shmem_exchange.c \
|
|
|
|
runtime/oshmem_info_support.c
|
2013-09-10 19:34:09 +04:00
|
|
|
|