1
1

updating with Jeff's help to the recent autogen/configure system

This commit was SVN r7705.
Этот коммит содержится в:
Edgar Gabriel 2005-10-11 21:50:16 +00:00
родитель af9ccdf04a
Коммит 0675c22dab
3 изменённых файлов: 4 добавлений и 29 удалений

4
ompi/mca/coll/hierarch/.ompi_unignore Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
hpceg
gabriel
egabriel
edgar

Просмотреть файл

@ -14,14 +14,6 @@
# $HEADER$
#
# Need to use our own AUTOMAKE_OPTIONS -- cannot include
# Makefile.options from main ompi tree because Automake now defers
# "include" statements until "make" time. Hence, if we're building
# this component outside the ompi tree, the include statement will
# fail.
AUTOMAKE_OPTIONS = foreign dist-bzip2
# Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la
# (for static builds).
@ -37,7 +29,6 @@ endif
mcacomponentdir = $(libdir)/openmpi
mcacomponent_LTLIBRARIES = $(component_install)
mca_coll_hierarch_la_SOURCES = $(sources)
mca_coll_hierarch_la_LIBADD = $(LIBMPI_LA)
mca_coll_hierarch_la_LDFLAGS = -module -avoid-version
mca_coll_hierarch_la_LIBADD = \
$(top_ompi_builddir)/ompi/libmpi.la \

Просмотреть файл

@ -1,20 +0,0 @@
#
# 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.
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# Don't really need anything in here -- we just want a configure
# script so that this can be a standalone component.
#
AC_DEFUN([MCA_CONFIGURE_STUB],[])