1
1
openmpi/src/mpi/Makefile.am

24 строки
655 B
Makefile
Исходник Обычный вид История

2003-11-22 19:36:58 +03:00
# -*- makefile -*-
#
# Copyright (c) 2003 The Trustees of Indiana University.
# All rights reserved.
#
# This file is part of the CMPI software package. For license
# information, see the LICENSE file in the top level directory of the
# CMPI source distribution.
#
# $Id: Makefile.am,v 1.2 2003/12/22 16:29:21 twoodall Exp $
2003-11-22 19:36:58 +03:00
#
include $(top_srcdir)/config/Makefile.options
SUBDIRS = communicator datatype p2p
2003-11-22 19:36:58 +03:00
lib_LTLIBRARIES = libmpi.la
libmpi_la_SOURCES =
libmpi_la_LIBADD = \
$(top_builddir)/src/mpi/communicator/libcommunicator.la \
$(top_builddir)/src/mpi/datatype/libdatatype.la \
$(top_builddir)/src/mpi/p2p/libp2p.la