2003-11-22 16:36:58 +00:00
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# 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.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-07 14:57:04 +00:00
|
|
|
# $HEADER$
|
2003-11-22 16:36:58 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2005-02-25 20:29:36 +00:00
|
|
|
# Include Windows only files in dist
|
|
|
|
WIN32_FILES = win32/ompi_declspec.h \
|
|
|
|
win32/ompi_time.c \
|
2005-04-19 14:20:00 +00:00
|
|
|
win32/ompi_process.c \
|
2005-02-25 20:29:36 +00:00
|
|
|
win32/ompi_uio.c \
|
|
|
|
win32/ompi_util.h \
|
|
|
|
win32/ompi_utsname.h \
|
|
|
|
win32/ompi_misc.h \
|
2005-04-19 14:20:00 +00:00
|
|
|
win32/ompi_process.h \
|
2005-02-25 20:29:36 +00:00
|
|
|
win32/ompi_time.h \
|
|
|
|
win32/ompi_uio.h \
|
|
|
|
win32/ompi_utsname.c \
|
|
|
|
win32/win_compat.h \
|
|
|
|
win32/generated_include/allocator_static-components.h \
|
|
|
|
win32/generated_include/iof_static-components.h \
|
2005-04-11 18:43:57 +00:00
|
|
|
win32/generated_include/errmgr_static-components.h \
|
|
|
|
win32/generated_include/rml_static-components.h \
|
|
|
|
win32/generated_include/rmgr_static-components.h \
|
2005-05-02 15:27:54 +00:00
|
|
|
win32/generated_include/schema_static-components.h \
|
2005-04-13 12:37:58 +00:00
|
|
|
win32/generated_include/rmaps_static-components.h \
|
2005-04-11 18:43:57 +00:00
|
|
|
win32/generated_include/soh_static-components.h \
|
2005-02-25 20:29:36 +00:00
|
|
|
win32/generated_include/ns_static-components.h \
|
|
|
|
win32/generated_include/pcmclient-seed-version.h \
|
|
|
|
win32/generated_include/pml_static-components.h \
|
|
|
|
win32/generated_include/coll-basic-version.h \
|
|
|
|
win32/generated_include/io-romio-version.h \
|
|
|
|
win32/generated_include/ompi_config.h \
|
|
|
|
win32/generated_include/pcmclient-singleton-version.h \
|
|
|
|
win32/generated_include/ptl-prof-version.h \
|
|
|
|
win32/generated_include/coll_static-components.h \
|
|
|
|
win32/generated_include/oob_static-components.h \
|
|
|
|
win32/generated_include/pcmclient-slurm-version.h \
|
|
|
|
win32/generated_include/ptl_static-components.h \
|
|
|
|
win32/generated_include/config.h \
|
|
|
|
win32/generated_include/llm-hostfile-version.h \
|
|
|
|
win32/generated_include/pcmclient-env-version.h \
|
|
|
|
win32/generated_include/pcmclient_static-components.h \
|
|
|
|
win32/generated_include/topo_static-components.h \
|
|
|
|
win32/generated_include/gpr_static-components.h \
|
|
|
|
win32/generated_include/llm_static-components.h \
|
|
|
|
win32/generated_include/pcmclient-rms-version.h \
|
|
|
|
win32/generated_include/pcm_static-components.h \
|
|
|
|
win32/generated_include/topo-unity-version.h \
|
2005-06-22 13:19:04 +00:00
|
|
|
win32/generated_include/pls_static-components.h \
|
|
|
|
win32/generated_include/ras_static-components.h \
|
|
|
|
win32/generated_include/rds_static-components.h \
|
|
|
|
win32/generated_include/pls-fork-version.h \
|
|
|
|
win32/generated_include/pls-proxy-version.h \
|
|
|
|
win32/generated_include/pls-rsh-version.h \
|
2005-07-02 15:06:47 +00:00
|
|
|
win32/generated_include/libltdl/ltdl.h \
|
2005-02-25 20:29:36 +00:00
|
|
|
win32/generated_source/ltdl.c
|
|
|
|
EXTRA_DIST = win_makefile $(WIN32_FILES)
|
|
|
|
|
2004-08-07 04:20:28 +00:00
|
|
|
# We always have C bindings, but do we have profiling?
|
|
|
|
|
|
|
|
if WANT_MPI_BINDINGS_LAYER
|
|
|
|
c_mpi_lib = mpi/c/libmpi_c_mpi.la
|
|
|
|
else
|
|
|
|
c_mpi_lib =
|
|
|
|
endif
|
|
|
|
if WANT_PMPI_BINDINGS_LAYER
|
|
|
|
c_pmpi_lib = mpi/c/profile/libmpi_c_pmpi.la
|
|
|
|
else
|
|
|
|
c_pmpi_lib =
|
|
|
|
endif
|
|
|
|
|
|
|
|
# See if we have f77 MPI bindings
|
|
|
|
|
|
|
|
if OMPI_WANT_F77_BINDINGS
|
2004-08-13 20:42:38 +00:00
|
|
|
f77_base_lib = mpi/f77/libmpi_f77.la
|
2004-08-07 04:20:28 +00:00
|
|
|
if WANT_MPI_F77_BINDINGS_LAYER
|
|
|
|
f77_mpi_lib = mpi/f77/libmpi_f77_mpi.la
|
|
|
|
else
|
|
|
|
f77_mpi_lib =
|
|
|
|
endif
|
|
|
|
if WANT_PMPI_F77_BINDINGS_LAYER
|
|
|
|
f77_pmpi_lib = mpi/f77/profile/libmpi_f77_pmpi.la
|
|
|
|
else
|
|
|
|
f77_pmpi_lib =
|
|
|
|
endif
|
|
|
|
else
|
2004-08-13 21:00:42 +00:00
|
|
|
f77_base_lib =
|
2004-08-07 04:20:28 +00:00
|
|
|
f77_mpi_lib =
|
|
|
|
f77_pmpi_lib =
|
|
|
|
endif
|
|
|
|
|
2004-03-17 19:06:06 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
include \
|
|
|
|
attribute \
|
2005-07-02 15:06:47 +00:00
|
|
|
class \
|
2004-03-17 19:06:06 +00:00
|
|
|
communicator \
|
|
|
|
datatype \
|
|
|
|
errhandler \
|
2004-03-26 04:28:42 +00:00
|
|
|
file \
|
2004-03-17 19:06:06 +00:00
|
|
|
group \
|
|
|
|
info \
|
|
|
|
mca \
|
|
|
|
mpi \
|
|
|
|
op \
|
|
|
|
proc \
|
|
|
|
request \
|
2005-07-03 12:07:29 +00:00
|
|
|
runtime \
|
2004-03-17 19:06:06 +00:00
|
|
|
win \
|
2004-03-17 21:11:52 +00:00
|
|
|
. \
|
2004-06-15 23:56:18 +00:00
|
|
|
dynamic-mca \
|
2004-03-17 19:06:06 +00:00
|
|
|
tools
|
|
|
|
|
2004-08-23 10:15:01 +00:00
|
|
|
# Build the main MPI library
|
|
|
|
|
2004-03-17 19:06:06 +00:00
|
|
|
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 = \
|
|
|
|
attribute/libattribute.la \
|
2005-07-02 15:06:47 +00:00
|
|
|
class/libclass.la \
|
2004-03-17 19:06:06 +00:00
|
|
|
communicator/libcommunicator.la \
|
|
|
|
datatype/libdatatype.la \
|
2004-03-19 00:00:09 +00:00
|
|
|
errhandler/liberrhandler.la \
|
2004-08-14 01:56:05 +00:00
|
|
|
file/libfile.la \
|
2004-03-17 19:06:06 +00:00
|
|
|
group/libgroup.la \
|
|
|
|
info/libinfo.la \
|
2004-08-13 20:42:38 +00:00
|
|
|
mpi/c/libmpi_c.la $(c_mpi_lib) $(c_pmpi_lib) \
|
2004-08-13 21:00:42 +00:00
|
|
|
$(f77_base_lib) $(f77_mpi_lib) $(f77_pmpi_lib) \
|
2005-07-03 12:07:29 +00:00
|
|
|
runtime/libmpiruntime.la \
|
2004-04-21 00:14:57 +00:00
|
|
|
op/libop.la \
|
2004-03-17 19:06:06 +00:00
|
|
|
proc/libproc.la \
|
2005-08-13 20:19:24 +00:00
|
|
|
request/librequest.la \
|
|
|
|
$(MCA_ompi_FRAMEWORK_LIBS)
|
|
|
|
|
|
|
|
|
2004-08-07 20:00:58 +00:00
|
|
|
libmpi_la_DEPENDENCIES = $(libmpi_la_LIBADD)
|