2005-07-02 17:53:01 +04:00
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2005-07-02 17:53:01 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-12-08 09:17:15 +03:00
|
|
|
# Include Windows only files in dist
|
|
|
|
WIN32_FILES = win32/ompi_declspec.h \
|
|
|
|
win32/ompi_time.c \
|
|
|
|
win32/ompi_process.c \
|
|
|
|
win32/ompi_uio.c \
|
|
|
|
win32/ompi_util.h \
|
|
|
|
win32/ompi_utsname.h \
|
|
|
|
win32/ompi_misc.h \
|
|
|
|
win32/ompi_process.h \
|
|
|
|
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 \
|
|
|
|
win32/generated_include/errmgr_static-components.h \
|
|
|
|
win32/generated_include/rml_static-components.h \
|
|
|
|
win32/generated_include/rmgr_static-components.h \
|
|
|
|
win32/generated_include/schema_static-components.h \
|
|
|
|
win32/generated_include/rmaps_static-components.h \
|
|
|
|
win32/generated_include/soh_static-components.h \
|
|
|
|
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 \
|
|
|
|
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 \
|
|
|
|
win32/generated_include/libltdl/ltdl.h \
|
|
|
|
win32/generated_source/ltdl.c
|
|
|
|
EXTRA_DIST = win_makefile $(WIN32_FILES)
|
|
|
|
|
2005-07-02 17:53:01 +04:00
|
|
|
SUBDIRS = \
|
|
|
|
$(LIBLTDL_SUBDIR) \
|
|
|
|
asm \
|
|
|
|
event \
|
2005-08-13 18:00:56 +04:00
|
|
|
util \
|
2005-10-17 04:21:10 +04:00
|
|
|
mca/base \
|
|
|
|
$(MCA_opal_FRAMEWORKS_SUBDIRS) \
|
|
|
|
$(MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \
|
2005-08-13 18:00:56 +04:00
|
|
|
. \
|
2005-10-17 04:21:10 +04:00
|
|
|
$(MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS)
|
|
|
|
|
|
|
|
DIST_SUBDIRS = \
|
|
|
|
$(LIBLTDL_SUBDIR) \
|
|
|
|
asm \
|
|
|
|
event \
|
|
|
|
util \
|
|
|
|
mca/base \
|
|
|
|
$(MCA_opal_FRAMEWORKS_SUBDIRS) \
|
|
|
|
$(MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS)
|
2005-07-02 17:53:01 +04:00
|
|
|
|
|
|
|
# Build the main OPAL library
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libopal.la
|
|
|
|
libopal_la_SOURCES =
|
|
|
|
libopal_la_LIBADD = \
|
|
|
|
$(LIBLTDL_LTLIB) \
|
|
|
|
asm/libasm.la \
|
|
|
|
event/libevent.la \
|
|
|
|
mca/base/libmca_base.la \
|
2005-08-14 00:19:24 +04:00
|
|
|
util/libopalutil.la \
|
|
|
|
$(MCA_opal_FRAMEWORK_LIBS)
|
|
|
|
|
2005-07-02 17:53:01 +04:00
|
|
|
libopal_la_DEPENDENCIES = $(libopal_la_LIBADD)
|
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
# included subdirectory Makefile.am's and appended-to variables
|
|
|
|
headers =
|
|
|
|
noinst_LTLIBRARIES =
|
|
|
|
nobase_opal_HEADERS =
|
|
|
|
dist_pkgdata_DATA =
|
|
|
|
libopal_la_SOURCES += $(headers)
|
|
|
|
|
2005-07-02 17:53:01 +04:00
|
|
|
# Conditionally install the header files
|
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
if WANT_INSTALL_HEADERS
|
|
|
|
opaldir = $(includedir)/openmpi/opal
|
|
|
|
nobase_opal_HEADERS += $(headers)
|
|
|
|
|
2005-07-02 17:53:01 +04:00
|
|
|
# This is somewhat of a hack -- libltdl is installed by libtoolize,
|
|
|
|
# and us installing the header here is slightly less kludgey than
|
|
|
|
# hacking their Makefile.am.
|
2005-10-17 04:21:10 +04:00
|
|
|
nobase_opal_HEADERS += libltdl/ltdl.h
|
2005-07-02 17:53:01 +04:00
|
|
|
else
|
2005-10-17 04:21:10 +04:00
|
|
|
opaldir = $(includedir)
|
2005-07-02 17:53:01 +04:00
|
|
|
endif
|
2005-10-17 04:21:10 +04:00
|
|
|
|
|
|
|
include include/Makefile.am
|
|
|
|
include class/Makefile.am
|
2005-11-11 03:26:27 +03:00
|
|
|
include memoryhooks/Makefile.am
|
2005-10-17 04:21:10 +04:00
|
|
|
include runtime/Makefile.am
|
|
|
|
include threads/Makefile.am
|
|
|
|
include mca/Makefile.am
|