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.
|
|
|
|
#
|
2003-12-22 19:29:21 +03:00
|
|
|
# $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
|
|
|
|
|
2003-12-22 19:29:21 +03:00
|
|
|
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 \
|
2003-12-22 19:29:21 +03:00
|
|
|
$(top_builddir)/src/mpi/datatype/libdatatype.la \
|
|
|
|
$(top_builddir)/src/mpi/p2p/libp2p.la
|