8b778903d8
pkg{data,lib,includedir}, use our own ompi{data,lib,includedir}, which is always set to {datadir,libdir,includedir}/openmpi. This will keep us from having help files in prefix/share/open-rte when building without Open MPI, but in prefix/share/openmpi when building with Open MPI. This commit was SVN r30140.
27 строки
628 B
Makefile
27 строки
628 B
Makefile
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AM_CPPFLAGS = $(oshmem_verbs_CPPFLAGS)
|
|
|
|
dist_ompidata_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 $(oshmem_verbs_LDFLAGS)
|
|
libmca_memheap_la_LIBADD += $(oshmem_verbs_LIBS)
|