From 277c8906290b4445c0c93a4c96853afdb56e5916 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 7 Jan 2004 15:03:02 +0000 Subject: [PATCH] - Remove header, replace with $HEADER$ (to be filled in later) - Don't need to make convenience libraries relative to $(top_builddir) This commit was SVN r78. --- src/mpi/Makefile.am | 15 ++++----------- src/mpi/interface/Makefile.am | 15 ++++----------- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git a/src/mpi/Makefile.am b/src/mpi/Makefile.am index c1c55e2bfe..19b023564c 100644 --- a/src/mpi/Makefile.am +++ b/src/mpi/Makefile.am @@ -1,13 +1,6 @@ # -*- 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 $ +# $HEADER$ # include $(top_srcdir)/config/Makefile.options @@ -18,6 +11,6 @@ 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 + communicator/libcommunicator.la \ + datatype/libdatatype.la \ + p2p/libp2p.la diff --git a/src/mpi/interface/Makefile.am b/src/mpi/interface/Makefile.am index c1c55e2bfe..19b023564c 100644 --- a/src/mpi/interface/Makefile.am +++ b/src/mpi/interface/Makefile.am @@ -1,13 +1,6 @@ # -*- 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 $ +# $HEADER$ # include $(top_srcdir)/config/Makefile.options @@ -18,6 +11,6 @@ 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 + communicator/libcommunicator.la \ + datatype/libdatatype.la \ + p2p/libp2p.la