2004-08-07 04:53:56 +04:00
|
|
|
#
|
2004-11-22 04:38:40 +03:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
2004-11-28 23:09:25 +03:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-08-07 04:53:56 +04:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
# This makefile.am does not stand on its own - it is included from ompi/Makefile.am
|
2004-08-07 04:53:56 +04:00
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
dist_pkgdata_DATA += runtime/help-mpi-runtime.txt
|
2004-08-07 04:53:56 +04:00
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
headers += \
|
|
|
|
runtime/mpiruntime.h \
|
|
|
|
runtime/params.h
|
2004-09-05 20:05:37 +04:00
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
libmpi_la_SOURCES += \
|
|
|
|
runtime/ompi_mpi_abort.c \
|
|
|
|
runtime/ompi_mpi_init.c \
|
|
|
|
runtime/ompi_mpi_finalize.c \
|
|
|
|
runtime/ompi_mpi_params.c
|