af6f1f4b00
bug: libmpi_f90 had libmpi.la in its LIBADD instead of libmpi_f77.la. Fixes trac:2244. This commit was SVN r22704. The following Trac tickets were found above: Ticket 2244 --> https://svn.open-mpi.org/trac/ompi/ticket/2244
34 строки
875 B
Bash
34 строки
875 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
# This file is m4_included in the top-level configure.ac
|
|
|
|
AC_DEFUN([OPAL_CONFIG_FILES],[
|
|
AC_CONFIG_FILES([
|
|
opal/Makefile
|
|
opal/etc/Makefile
|
|
opal/include/Makefile
|
|
opal/asm/Makefile
|
|
opal/datatype/Makefile
|
|
opal/event/Makefile
|
|
opal/event/compat/Makefile
|
|
opal/event/compat/sys/Makefile
|
|
opal/util/Makefile
|
|
opal/util/keyval/Makefile
|
|
opal/mca/base/Makefile
|
|
opal/tools/wrappers/Makefile
|
|
opal/tools/wrappers/opalcc-wrapper-data.txt
|
|
opal/tools/wrappers/opalc++-wrapper-data.txt
|
|
opal/tools/wrappers/opal.pc
|
|
opal/tools/opal-checkpoint/Makefile
|
|
opal/tools/opal-restart/Makefile
|
|
])
|
|
])
|