
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.
20 строки
398 B
Makefile
20 строки
398 B
Makefile
#
|
|
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_ompidata_DATA += base/help-db-base.txt
|
|
|
|
headers += \
|
|
base/base.h
|
|
|
|
libmca_db_la_SOURCES += \
|
|
base/db_base_frame.c \
|
|
base/db_base_select.c \
|
|
base/db_base_fns.c
|