2003-11-22 16:36:58 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
2004-01-07 14:57:04 +00:00
|
|
|
# $HEADER$
|
2003-11-22 16:36:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2004-03-17 19:06:06 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
include \
|
|
|
|
$(LIBLTDL_SUBDIR) \
|
|
|
|
attribute \
|
|
|
|
communicator \
|
|
|
|
ctnetwork \
|
|
|
|
datatype \
|
|
|
|
errhandler \
|
|
|
|
event \
|
2004-03-26 04:28:42 +00:00
|
|
|
file \
|
2004-03-17 19:06:06 +00:00
|
|
|
group \
|
|
|
|
info \
|
|
|
|
lfc \
|
|
|
|
mca \
|
|
|
|
mem \
|
|
|
|
mpi \
|
|
|
|
op \
|
|
|
|
os \
|
|
|
|
proc \
|
|
|
|
request \
|
|
|
|
runtime \
|
|
|
|
threads \
|
|
|
|
util \
|
|
|
|
win \
|
2004-03-17 21:11:52 +00:00
|
|
|
. \
|
2004-03-17 19:06:06 +00:00
|
|
|
tools
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libmpi.la
|
2004-01-19 17:50:34 +00:00
|
|
|
libmpi_la_SOURCES =
|
2004-03-17 19:06:06 +00:00
|
|
|
libmpi_la_LIBADD = \
|
|
|
|
$(LIBLTDL_LTLIB) \
|
|
|
|
attribute/libattribute.la \
|
|
|
|
communicator/libcommunicator.la \
|
|
|
|
ctnetwork/libctnetwork.la \
|
|
|
|
datatype/libdatatype.la \
|
2004-03-19 00:00:09 +00:00
|
|
|
errhandler/liberrhandler.la \
|
2004-03-17 19:06:06 +00:00
|
|
|
event/libevent.la \
|
|
|
|
group/libgroup.la \
|
|
|
|
info/libinfo.la \
|
|
|
|
lfc/liblfc.la \
|
|
|
|
mca/libmca.la \
|
|
|
|
mem/libmem.la \
|
|
|
|
mpi/libmpi_bindings.la \
|
2004-04-21 00:14:57 +00:00
|
|
|
op/libop.la \
|
2004-03-17 19:06:06 +00:00
|
|
|
proc/libproc.la \
|
|
|
|
request/librequest.la \
|
|
|
|
runtime/libruntime.la \
|
|
|
|
threads/libthreads.la \
|
|
|
|
util/libutil.la \
|
|
|
|
win/libwin.la
|
2004-03-17 21:11:52 +00:00
|
|
|
|
|
|
|
not_implemented_yet =\
|
|
|
|
errhandler/liberrhandler.la \
|
|
|
|
file/libfile.la \
|
|
|
|
op/libop.la \
|
|
|
|
os/libos.la
|