1e2019ce2a
This reverts commit cb55c88a8b
.
16 строки
419 B
Makefile
16 строки
419 B
Makefile
#
|
|
# Copyright (c) 2011-2012 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# There's nothing to build or install for the "use mpi" bindings for
|
|
# this MPI extension. However, we must list the header file that will
|
|
# be slurped up to be part of the mpi_ext Fortran module so that it is
|
|
# included in dist tarballs.
|
|
|
|
noinst_HEADERS = mpiext_example_usempi.h
|