* fix "make distclean" error in PML
* turns out (duh!) that there was a reason that the <projectdir>dir variable was set in the AM conditional. If not, stupid directories are created and not needed... duh. This commit was SVN r8205.
Этот коммит содержится в:
родитель
5af7880fee
Коммит
20cea60b82
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_allocator.la
|
|||||||
libmca_allocator_la_SOURCES =
|
libmca_allocator_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = allocator.h
|
headers = allocator.h
|
||||||
@ -31,6 +30,9 @@ libmca_allocator_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_bml.la
|
|||||||
libmca_bml_la_SOURCES =
|
libmca_bml_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/bml
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = bml.h
|
headers = bml.h
|
||||||
@ -31,6 +30,9 @@ libmca_bml_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_btl.la
|
|||||||
libmca_btl_la_SOURCES =
|
libmca_btl_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/btl
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = btl.h
|
headers = btl.h
|
||||||
@ -31,6 +30,9 @@ libmca_btl_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_coll.la
|
|||||||
libmca_coll_la_SOURCES =
|
libmca_coll_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/coll
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = coll.h
|
headers = coll.h
|
||||||
@ -31,6 +30,9 @@ libmca_coll_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_io.la
|
|||||||
libmca_io_la_SOURCES =
|
libmca_io_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/io
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = io.h
|
headers = io.h
|
||||||
@ -31,6 +30,9 @@ libmca_io_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_mpool.la
|
|||||||
libmca_mpool_la_SOURCES =
|
libmca_mpool_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/mpool
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = mpool.h
|
headers = mpool.h
|
||||||
@ -31,6 +30,9 @@ libmca_mpool_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,19 +21,24 @@ noinst_LTLIBRARIES = libmca_pml.la
|
|||||||
libmca_pml_la_SOURCES =
|
libmca_pml_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/pml
|
nobase_nodist_ompi_HEADERS =
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = pml.h
|
headers = pml.h
|
||||||
libmca_pml_la_SOURCES += $(headers)
|
nodist_headers = pml_direct_call.h
|
||||||
|
libmca_pml_la_SOURCES += $(headers) $(nodist_headers)
|
||||||
|
|
||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
nobase_nodist_ompi_HEADERS += $(nodist_headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -f base/static-components.h
|
rm -f base/static-components.h pml_direct_call.h
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_ptl.la
|
|||||||
libmca_ptl_la_SOURCES =
|
libmca_ptl_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/ptl
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = ptl.h
|
headers = ptl.h
|
||||||
@ -31,6 +30,9 @@ libmca_ptl_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_rcache.la
|
|||||||
libmca_rcache_la_SOURCES =
|
libmca_rcache_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/rcache
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = rcache.h
|
headers = rcache.h
|
||||||
@ -31,6 +30,9 @@ libmca_rcache_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_topo.la
|
|||||||
libmca_topo_la_SOURCES =
|
libmca_topo_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_ompi_HEADERS = $(headers)
|
nobase_ompi_HEADERS =
|
||||||
ompidir = $(includedir)/openmpi/ompi/mca/topo
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = topo.h
|
headers = topo.h
|
||||||
@ -31,6 +30,9 @@ libmca_topo_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_ompi_HEADERS += $(headers)
|
nobase_ompi_HEADERS += $(headers)
|
||||||
|
ompidir = $(includedir)/openmpi/ompi/mca/allocator
|
||||||
|
else
|
||||||
|
ompidir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -22,7 +22,6 @@ libmca_maffinity_la_SOURCES =
|
|||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_opal_HEADERS =
|
nobase_opal_HEADERS =
|
||||||
opaldir = $(includedir)/openmpi/opal/mca/maffinity
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = maffinity.h maffinity_types.h
|
headers = maffinity.h maffinity_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_maffinity_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_opal_HEADERS += $(headers)
|
nobase_opal_HEADERS += $(headers)
|
||||||
|
opaldir = $(includedir)/openmpi/opal/mca/maffinity
|
||||||
|
else
|
||||||
|
opaldir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -22,7 +22,6 @@ libmca_memory_la_SOURCES =
|
|||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_opal_HEADERS =
|
nobase_opal_HEADERS =
|
||||||
opaldir = $(includedir)/openmpi/opal/mca/memory
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = memory.h
|
headers = memory.h
|
||||||
@ -31,6 +30,9 @@ libmca_memory_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_opal_HEADERS += $(headers)
|
nobase_opal_HEADERS += $(headers)
|
||||||
|
opaldir = $(includedir)/openmpi/opal/mca/memory
|
||||||
|
else
|
||||||
|
opaldir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -22,7 +22,6 @@ libmca_paffinity_la_SOURCES =
|
|||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_opal_HEADERS =
|
nobase_opal_HEADERS =
|
||||||
opaldir = $(includedir)/openmpi/opal/mca/paffinity
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = paffinity.h
|
headers = paffinity.h
|
||||||
@ -31,6 +30,9 @@ libmca_paffinity_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_opal_HEADERS += $(headers)
|
nobase_opal_HEADERS += $(headers)
|
||||||
|
opaldir = $(includedir)/openmpi/opal/mca/paffinity
|
||||||
|
else
|
||||||
|
opaldir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -23,7 +23,6 @@ libmca_timer_la_SOURCES =
|
|||||||
# header setup
|
# header setup
|
||||||
nobase_opal_HEADERS =
|
nobase_opal_HEADERS =
|
||||||
nobase_nodist_opal_HEADERS =
|
nobase_nodist_opal_HEADERS =
|
||||||
opaldir = $(includedir)/openmpi/opal/mca/timer
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = timer.h
|
headers = timer.h
|
||||||
@ -34,6 +33,9 @@ libmca_timer_la_SOURCES += $(headers)
|
|||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_opal_HEADERS += $(headers)
|
nobase_opal_HEADERS += $(headers)
|
||||||
nobase_nodist_opal_HEADERS += $(nodist_headers)
|
nobase_nodist_opal_HEADERS += $(nodist_headers)
|
||||||
|
opaldir = $(includedir)/openmpi/opal/mca/timer
|
||||||
|
else
|
||||||
|
opaldir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_errmgr.la
|
|||||||
libmca_errmgr_la_SOURCES =
|
libmca_errmgr_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = errmgr.h
|
headers = errmgr.h
|
||||||
@ -31,6 +30,9 @@ libmca_errmgr_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_gpr.la
|
|||||||
libmca_gpr_la_SOURCES =
|
libmca_gpr_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/gpr
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = gpr.h gpr_types.h
|
headers = gpr.h gpr_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_gpr_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_iof.la
|
|||||||
libmca_iof_la_SOURCES =
|
libmca_iof_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/iof
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = iof.h
|
headers = iof.h
|
||||||
@ -31,6 +30,9 @@ libmca_iof_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_ns.la
|
|||||||
libmca_ns_la_SOURCES =
|
libmca_ns_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/ns
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = ns.h ns_types.h
|
headers = ns.h ns_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_ns_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_oob.la
|
|||||||
libmca_oob_la_SOURCES =
|
libmca_oob_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/oob
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = oob.h oob_types.h
|
headers = oob.h oob_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_oob_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_pls.la
|
|||||||
libmca_pls_la_SOURCES =
|
libmca_pls_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/pls
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = pls.h
|
headers = pls.h
|
||||||
@ -31,6 +30,9 @@ libmca_pls_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_ras.la
|
|||||||
libmca_ras_la_SOURCES =
|
libmca_ras_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/ras
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = ras.h ras_types.h
|
headers = ras.h ras_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_ras_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_rds.la
|
|||||||
libmca_rds_la_SOURCES =
|
libmca_rds_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/rds
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = rds.h rds_types.h
|
headers = rds.h rds_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_rds_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_rmaps.la
|
|||||||
libmca_rmaps_la_SOURCES =
|
libmca_rmaps_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/rmaps
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = rmaps.h rmaps_types.h
|
headers = rmaps.h rmaps_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_rmaps_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_rmgr.la
|
|||||||
libmca_rmgr_la_SOURCES =
|
libmca_rmgr_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/rmgr
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = rmgr.h rmgr_types.h
|
headers = rmgr.h rmgr_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_rmgr_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_rml.la
|
|||||||
libmca_rml_la_SOURCES =
|
libmca_rml_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/rml
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = rml.h rml_types.h
|
headers = rml.h rml_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_rml_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_schema.la
|
|||||||
libmca_schema_la_SOURCES =
|
libmca_schema_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/schema
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = schema.h schema_types.h
|
headers = schema.h schema_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_schema_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_sds.la
|
|||||||
libmca_sds_la_SOURCES =
|
libmca_sds_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/sds
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = sds.h
|
headers = sds.h
|
||||||
@ -31,6 +30,9 @@ libmca_sds_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
@ -21,8 +21,7 @@ noinst_LTLIBRARIES = libmca_soh.la
|
|||||||
libmca_soh_la_SOURCES =
|
libmca_soh_la_SOURCES =
|
||||||
|
|
||||||
# header setup
|
# header setup
|
||||||
nobase_orte_HEADERS = $(headers)
|
nobase_orte_HEADERS =
|
||||||
ortedir = $(includedir)/openmpi/orte/mca/soh
|
|
||||||
|
|
||||||
# local files
|
# local files
|
||||||
headers = soh.h soh_types.h
|
headers = soh.h soh_types.h
|
||||||
@ -31,6 +30,9 @@ libmca_soh_la_SOURCES += $(headers)
|
|||||||
# Conditionally install the header files
|
# Conditionally install the header files
|
||||||
if WANT_INSTALL_HEADERS
|
if WANT_INSTALL_HEADERS
|
||||||
nobase_orte_HEADERS += $(headers)
|
nobase_orte_HEADERS += $(headers)
|
||||||
|
ortedir = $(includedir)/openmpi/orte/mca/errmgr
|
||||||
|
else
|
||||||
|
ortedir = $(includedir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include base/Makefile.am
|
include base/Makefile.am
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user