b3f88c4a1d
This commit was SVN r29153.
28 строки
638 B
Makefile
28 строки
638 B
Makefile
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AM_CFLAGS = $(OSHMEM_CFLAGS)
|
|
AM_CPPFLAGS = $(openib_CPPFLAGS)
|
|
|
|
dist_pkgdata_DATA += base/help-shmem-mca.txt
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
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
|
|
|
|
libmca_memheap_la_LDFLAGS += -module -avoid-version $(openib_LDFLAGS)
|
|
libmca_memheap_la_LIBADD += $(openib_LIBS)
|