2004-01-09 23:20:23 +00:00
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2004-01-11 21:31:52 +00:00
|
|
|
# Use the top-level LAM Makefile.options
|
|
|
|
|
|
|
|
include $(top_lam_srcdir)/config/Makefile.options
|
|
|
|
|
2004-01-12 18:17:29 +00:00
|
|
|
SUBDIRS = src
|
|
|
|
DIST_SUBDIRS = config $(SUBDIRS)
|
2004-01-11 21:31:52 +00:00
|
|
|
|
2004-01-12 18:17:29 +00:00
|
|
|
EXTRA_DIST = VERSION
|
2004-01-11 21:31:52 +00:00
|
|
|
|
2004-01-12 18:17:29 +00:00
|
|
|
# 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_coll_lam_basic.la
|
2004-01-11 21:31:52 +00:00
|
|
|
|
|
|
|
if LAM_BUILD_LOADABLE_MODULE
|
|
|
|
module_noinst =
|
|
|
|
module_install = mca_pml_teg.la
|
|
|
|
else
|
|
|
|
module_noinst = libmca_mpi_pml_teg.la
|
|
|
|
module_install =
|
|
|
|
endif
|
|
|
|
|
|
|
|
lamssiexecdir = $(libdir)/lam
|
|
|
|
lamssiexec_LTLIBRARIES = $(module_install)
|
|
|
|
mca_pml_teg_la_SOURCES = $(sources)
|
|
|
|
mca_pml_teg_la_LDFLAGS = -module -avoid-version
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = $(module_noinst)
|
|
|
|
libmca_mpi_pml_teg_la_SOURCES = $(sources)
|
|
|
|
libmca_mpi_pml_teg_la_LDFLAGS = -module -avoid-version
|