
the shortfloat extension is only made of header files, and hence do not require a library to be built. Refs. open-mpi/ompi#6205 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp> Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
18 строки
492 B
Makefile
18 строки
492 B
Makefile
#
|
|
# Copyright (c) 2018 FUJITSU LIMITED. All rights reserved.
|
|
# Copyright (c) 2019 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# This is where the top-level header file (that is included in
|
|
# <mpi-ext.h>) must be installed.
|
|
ompidir = $(ompiincludedir)/mpiext
|
|
|
|
# This is the header file that is installed.
|
|
ompi_HEADERS = mpiext_shortfloat_c.h
|