1
1

Adding files for the new unity module

This commit was SVN r826.
Этот коммит содержится в:
Prabhanjan Kambadur 2004-03-06 22:48:12 +00:00
родитель 854844f446
Коммит 473c6c3785
3 изменённых файлов: 47 добавлений и 0 удалений

2
src/mca/mpi/topo/unity/.cvsignore Обычный файл
Просмотреть файл

@ -0,0 +1,2 @@
Makefile
Makefile.in

39
src/mca/mpi/topo/unity/Makefile.am Обычный файл
Просмотреть файл

@ -0,0 +1,39 @@
# -*- makefile -*-
#
# $HEADER$
#
# Use the top-level LAM Makefile.options
include $(top_lam_srcdir)/config/Makefile.options
SUBDIRS = src
DIST_SUBDIRS = config $(SUBDIRS)
EXTRA_DIST = VERSION
# According to the MCA spec, we have to make the output library here
# in the top-level directory, and it has to be named
# liblam_ssi_topo_lam_unity.la
if LAM_BUILD_LOADABLE_MODULE
module_noinst =
module_install = mca_topo_unity.la
else
module_noinst = libmca_mpi_topo_unity.la
module_install =
endif
mcamoduledir = $(libdir)/lam
mcamodule_LTLIBRARIES = $(module_install)
mca_topo_unity_la_SOURCES =
mca_topo_unity_la_LIBADD = \
src/libmca_topo_unity.la \
$(LIBMPI_LA)
mca_topo_unity_la_LDFLAGS = -module -avoid-version
noinst_LTLIBRARIES = $(module_noinst)
libmca_mpi_topo_unity_la_SOURCES =
libmca_mpi_topo_unity_la_LIBADD = src/libmca_topo_unity.la
libmca_mpi_topo_unity_la_LDFLAGS = -module -avoid-version

6
src/mca/mpi/topo/unity/VERSION Обычный файл
Просмотреть файл

@ -0,0 +1,6 @@
major=10
minor=0
release=0
alpha=0
beta=0
cvs=1