1
1

Final part of dir moves (hypothetically! :-)

This commit was SVN r875.
Этот коммит содержится в:
Jeff Squyres 2004-03-17 17:47:14 +00:00
родитель 3af590bc3f
Коммит a842328bcc
3 изменённых файлов: 0 добавлений и 72 удалений

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

@ -1,24 +0,0 @@
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
# base should be listed first because it should be built first
# (probably not for any technical rason, but it makes sense to build
# the base first). common_lam must be second, however, because
# modules under there may be statically linked to other modules.
SUBDIRS = base common_lam oob pcm registry
# Library
noinst_LTLIBRARIES = libmca_lam_convenience.la
libmca_lam_convenience_la_SOURCES =
libmca_lam_convenience_la_LIBADD = \
base/libmca_lam_base.la \
oob/libmca_oob.la \
pcm/libmca_pcm.la \
registry/libmca_registry.la
# Add base, common_lam, oob, pcm, registry as required
libmca_lam_convenience_la_DEPENDENCIES = $(libmca_lam_convenience_la_LIBADD)

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

@ -1,23 +0,0 @@
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
# base should be listed first because it should be built first
# (probably not for any technical rason, but it makes sense to build
# the base first). common_mpi must be second, however, because
# modules under there may be statically linked to other modules.
SUBDIRS = base common_mpi coll io one pml ptl
# Library
noinst_LTLIBRARIES = libmca_mpi_convenience.la
libmca_mpi_convenience_la_SOURCES =
libmca_mpi_convenience_la_LIBADD = \
base/libmca_mpi_base.la \
coll/libmca_mpi_coll.la \
pml/libmca_mpi_pml.la \
ptl/libmca_mpi_ptl.la
libmca_mpi_convenience_la_DEPENDENCIES = $(libmca_mpi_convenience_la_LIBADD)

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

@ -1,25 +0,0 @@
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
noinst_LTLIBRARIES = libmca_mpi_base.la
headers = \
base.h
libmca_mpi_base_la_SOURCES = \
$(headers) \
mca_mpi_base_open.c \
mca_mpi_init_select_modules.c \
mca_mpi_mem.c
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/lam/mca/mpi/base
lam_HEADERS = $(headers)
else
lamdir = $(includedir)
endif