1
1

Use the correct abstraction layer name for the data dirs

This commit was SVN r31684.
Этот коммит содержится в:
Ralph Castain 2014-05-08 14:32:24 +00:00
родитель 81afb4e18a
Коммит 5602156a1c
88 изменённых файлов: 89 добавлений и 89 удалений

Просмотреть файл

@ -61,7 +61,7 @@ libopen_pal_la_LDFLAGS = -version-info $(libopen_pal_so_version)
# included subdirectory Makefile.am's and appended-to variables
headers =
noinst_LTLIBRARIES =
dist_ompidata_DATA =
dist_opaldata_DATA =
libopen_pal_la_SOURCES += $(headers)
# Conditionally install the header files

Просмотреть файл

@ -25,7 +25,7 @@ AM_CPPFLAGS = \
noinst_LTLIBRARIES = libmca_base.la
dist_ompidata_DATA = help-mca-base.txt help-mca-var.txt
dist_opaldata_DATA = help-mca-base.txt help-mca-var.txt
# Source code files

Просмотреть файл

@ -18,7 +18,7 @@
CFLAGS = $(crs_blcr_CFLAGS)
AM_CPPFLAGS = $(crs_blcr_CPPFLAGS)
dist_ompidata_DATA = help-opal-crs-blcr.txt
dist_opaldata_DATA = help-opal-crs-blcr.txt
sources = \
crs_blcr.h \

Просмотреть файл

@ -14,7 +14,7 @@
AM_CPPFLAGS = \
$(LTDLINCL)
dist_ompidata_DATA = help-opal-crs-none.txt
dist_opaldata_DATA = help-opal-crs-none.txt
sources = \
crs_none.h \

Просмотреть файл

@ -18,7 +18,7 @@
AM_CPPFLAGS = \
$(LTDLINCL)
dist_ompidata_DATA = help-opal-crs-self.txt
dist_opaldata_DATA = help-opal-crs-self.txt
sources = \
crs_self.h \

Просмотреть файл

@ -14,7 +14,7 @@ noinst_LTLIBRARIES = libmca_dstore.la
libmca_dstore_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_opaldata_DATA =
# local files
headers = dstore.h dstore_types.h

Просмотреть файл

@ -9,7 +9,7 @@
# $HEADER$
#
dist_ompidata_DATA += base/help-dstore-base.txt
dist_opaldata_DATA += base/help-dstore-base.txt
headers += \
base/base.h

Просмотреть файл

@ -7,7 +7,7 @@
# $HEADER$
#
dist_ompidata_DATA = base/help-opal-hwloc-base.txt
dist_opaldata_DATA = base/help-opal-hwloc-base.txt
headers += \
base/base.h

Просмотреть файл

@ -29,7 +29,7 @@ endif
# Only install the valgrind suppressions file if we're building in standalone mode
if HWLOC_BUILD_STANDALONE
dist_ompidata_DATA = contrib/hwloc-valgrind.supp
dist_opaldata_DATA = contrib/hwloc-valgrind.supp
endif
#

Просмотреть файл

@ -36,7 +36,7 @@ docdir = $(opaldatadir)/doc
doc_DATA = COPYRIGHT-ptmalloc2.txt
# Help file
dist_ompidata_DATA = help-opal-memory-linux.txt
dist_opaldata_DATA = help-opal-memory-linux.txt
# This component is only ever built statically (i.e., slurped into
# libopen-pal) -- it is never built as a DSO.

Просмотреть файл

@ -14,7 +14,7 @@ noinst_LTLIBRARIES = libmca_sec.la
libmca_sec_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_opaldata_DATA =
# local files
headers = sec.h

Просмотреть файл

@ -37,7 +37,7 @@ component_install =
endif
# help file
dist_ompidata_DATA = help-opal-shmem-mmap.txt
dist_opaldata_DATA = help-opal-shmem-mmap.txt
mcacomponentdir = $(opallibdir)
mcacomponent_LTLIBRARIES = $(component_install)

Просмотреть файл

@ -47,4 +47,4 @@ libmca_shmem_posix_la_SOURCES = $(sources)
libmca_shmem_posix_la_LDFLAGS = -module -avoid-version
# help file
dist_ompidata_DATA = help-opal-shmem-posix.txt
dist_opaldata_DATA = help-opal-shmem-posix.txt

Просмотреть файл

@ -45,4 +45,4 @@ libmca_shmem_sysv_la_SOURCES = $(sources)
libmca_shmem_sysv_la_LDFLAGS = -module -avoid-version
# help file
dist_ompidata_DATA = help-opal-shmem-sysv.txt
dist_opaldata_DATA = help-opal-shmem-sysv.txt

Просмотреть файл

@ -25,7 +25,7 @@ AM_CFLAGS = \
-DOPAL_CONFIGURE_HOST="\"@OPAL_CONFIGURE_HOST@\""
# Source code files
dist_ompidata_DATA += runtime/help-opal-runtime.txt \
dist_opaldata_DATA += runtime/help-opal-runtime.txt \
runtime/help-opal_info.txt
headers += \

Просмотреть файл

@ -36,7 +36,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-opal-checkpoint.txt
dist_opaldata_DATA = help-opal-checkpoint.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -36,7 +36,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-opal-restart.txt
dist_opaldata_DATA = help-opal-restart.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -32,12 +32,12 @@ bin_PROGRAMS = opal_wrapper
nodist_man_MANS = opal_wrapper.1
dist_ompidata_DATA = help-opal-wrapper.txt
dist_opaldata_DATA = help-opal-wrapper.txt
# Only install the following for developer-level installs
if WANT_INSTALL_HEADERS
nodist_ompidata_DATA = \
nodist_opaldata_DATA = \
opalcc-wrapper-data.txt \
opalc++-wrapper-data.txt

Просмотреть файл

@ -21,7 +21,7 @@
SUBDIRS = keyval
dist_ompidata_DATA = help-opal-util.txt
dist_opaldata_DATA = help-opal-util.txt
AM_LFLAGS = -Popal_show_help_yy
LEX_OUTPUT_ROOT = lex.opal_show_help_yy

Просмотреть файл

@ -44,7 +44,7 @@ libopen_rte_la_LDFLAGS = -version-info $(libopen_rte_so_version)
# included subdirectory Makefile.am's and appended-to variables
headers =
noinst_LTLIBRARIES =
dist_ompidata_DATA =
dist_ortedata_DATA =
libopen_rte_la_SOURCES += $(headers)
# Conditionally install the header files

Просмотреть файл

@ -26,7 +26,7 @@ headers = errmgr.h
libmca_errmgr_la_SOURCES += $(headers)
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# Conditionally install the header files
if WANT_INSTALL_HEADERS

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA += base/help-errmgr-base.txt
dist_ortedata_DATA += base/help-errmgr-base.txt
headers += \
base/errmgr_private.h \

Просмотреть файл

@ -24,7 +24,7 @@ noinst_LTLIBRARIES = libmca_ess.la
libmca_ess_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# local files
headers = ess.h

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA += base/help-ess-base.txt
dist_ortedata_DATA += base/help-ess-base.txt
headers += \
base/base.h

Просмотреть файл

@ -25,4 +25,4 @@ libmca_filem_la_SOURCES += \
base/filem_base_receive.c \
base/filem_base_fns.c
dist_ompidata_DATA = base/help-orte-filem-base.txt
dist_ortedata_DATA = base/help-orte-filem-base.txt

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-filem-raw.txt
dist_ortedata_DATA = help-orte-filem-raw.txt
sources = \
filem_raw.h \

Просмотреть файл

@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libmca_odls.la
libmca_odls_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# local files
headers = odls.h odls_types.h

Просмотреть файл

@ -27,4 +27,4 @@ libmca_odls_la_SOURCES += \
base/odls_base_select.c \
base/odls_base_default_fns.c
dist_ompidata_DATA += base/help-orte-odls-base.txt
dist_ortedata_DATA += base/help-orte-odls-base.txt

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-odls-default.txt
dist_ortedata_DATA = help-orte-odls-default.txt
sources = \
odls_default.h \

Просмотреть файл

@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libmca_oob.la
libmca_oob_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# local files
headers = oob.h

Просмотреть файл

@ -19,7 +19,7 @@
# $HEADER$
#
dist_ompidata_DATA += base/help-oob-base.txt
dist_ortedata_DATA += base/help-oob-base.txt
headers += \
base/base.h

Просмотреть файл

@ -20,7 +20,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-oob-tcp.txt
dist_ortedata_DATA = help-oob-tcp.txt
sources = \
oob_tcp_component.h \

Просмотреть файл

@ -19,7 +19,7 @@
AM_CPPFLAGS = $(orte_oob_ud_CPPFLAGS)
dist_ompidata_DATA = help-oob-ud.txt
dist_ortedata_DATA = help-oob-ud.txt
sources = \
oob_ud_component.c \

Просмотреть файл

@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libmca_plm.la
libmca_plm_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# local files
headers = plm.h plm_types.h

Просмотреть файл

@ -22,7 +22,7 @@ sources = \
plm_alps_component.c \
plm_alps_module.c
dist_ompidata_DATA = help-plm-alps.txt
dist_ortedata_DATA = help-plm-alps.txt
# Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

Просмотреть файл

@ -30,4 +30,4 @@ libmca_plm_la_SOURCES += \
base/plm_base_proxy.c \
base/plm_base_orted_cmds.c
dist_ompidata_DATA += base/help-plm-base.txt
dist_ortedata_DATA += base/help-plm-base.txt

Просмотреть файл

@ -21,7 +21,7 @@
AM_CPPFLAGS = $(plm_lsf_CPPFLAGS)
dist_ompidata_DATA = help-plm-lsf.txt
dist_ortedata_DATA = help-plm-lsf.txt
sources = \
plm_lsf.h \

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-plm-rsh.txt
dist_ortedata_DATA = help-plm-rsh.txt
sources = \
plm_rsh.h \

Просмотреть файл

@ -22,7 +22,7 @@ sources = \
plm_slurm_component.c \
plm_slurm_module.c
dist_ompidata_DATA = help-plm-slurm.txt
dist_ortedata_DATA = help-plm-slurm.txt
# Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

Просмотреть файл

@ -19,7 +19,7 @@
AM_CPPFLAGS = $(plm_tm_CPPFLAGS)
dist_ompidata_DATA = help-plm-tm.txt
dist_ortedata_DATA = help-plm-tm.txt
sources = \
plm_tm.h \

Просмотреть файл

@ -22,7 +22,7 @@ noinst_LTLIBRARIES = libmca_ras.la
libmca_ras_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# local files
headers = ras.h ras_types.h

Просмотреть файл

@ -20,7 +20,7 @@
AM_CPPFLAGS = $(ras_alps_CPPFLAGS)
dist_ompidata_DATA = help-ras-alps.txt \
dist_ortedata_DATA = help-ras-alps.txt \
ras-alps-command.sh
install-data-hook:

Просмотреть файл

@ -16,7 +16,7 @@
# $HEADER$
#
dist_ompidata_DATA += base/help-ras-base.txt
dist_ortedata_DATA += base/help-ras-base.txt
headers += \
base/base.h \

Просмотреть файл

@ -19,7 +19,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-ras-gridengine.txt
dist_ortedata_DATA = help-ras-gridengine.txt
sources = \
ras_gridengine.h \

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-ras-lsf.txt
dist_ortedata_DATA = help-ras-lsf.txt
# Make the output library in this directory, and name it either
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

Просмотреть файл

@ -7,7 +7,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-ras-simulator.txt
dist_ortedata_DATA = help-ras-simulator.txt
sources = \
ras_sim.h \

Просмотреть файл

@ -19,7 +19,7 @@
AM_CPPFLAGS = $(ras_slurm_CPPFLAGS)
dist_ompidata_DATA = help-ras-slurm.txt
dist_ortedata_DATA = help-ras-slurm.txt
sources = \
ras_slurm.h \

Просмотреть файл

@ -19,7 +19,7 @@
# Use the top-level Makefile.options
dist_ompidata_DATA = help-ras-tm.txt
dist_ortedata_DATA = help-ras-tm.txt
AM_CPPFLAGS = $(ras_tm_CPPFLAGS)

Просмотреть файл

@ -31,7 +31,7 @@ libmca_rmaps_la_SOURCES += \
base/rmaps_base_ranking.c \
base/rmaps_base_print_fns.c
dist_ompidata_DATA = base/help-orte-rmaps-base.txt
dist_ortedata_DATA = base/help-orte-rmaps-base.txt
if OPAL_HAVE_HWLOC
libmca_rmaps_la_SOURCES += \

Просмотреть файл

@ -9,7 +9,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-rmaps-lama.txt
dist_ortedata_DATA = help-orte-rmaps-lama.txt
sources = \
rmaps_lama_module.c \

Просмотреть файл

@ -18,7 +18,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-rmaps-md.txt
dist_ortedata_DATA = help-orte-rmaps-md.txt
sources = \
rmaps_mindist.h \

Просмотреть файл

@ -7,7 +7,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-rmaps-ppr.txt
dist_ortedata_DATA = help-orte-rmaps-ppr.txt
sources = \
rmaps_ppr.c \

Просмотреть файл

@ -21,7 +21,7 @@
AM_LFLAGS = -Porte_rmaps_rank_file_
LEX_OUTPUT_ROOT = lex.orte_rmaps_rank_file_
dist_ompidata_DATA = help-rmaps_rank_file.txt
dist_ortedata_DATA = help-rmaps_rank_file.txt
sources = \
rmaps_rank_file.c \

Просмотреть файл

@ -8,7 +8,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-rmaps-resilient.txt
dist_ortedata_DATA = help-orte-rmaps-resilient.txt
sources = \
rmaps_resilient.c \

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-rmaps-rr.txt
dist_ortedata_DATA = help-orte-rmaps-rr.txt
sources = \
rmaps_rr.c \

Просмотреть файл

@ -17,7 +17,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-rmaps-seq.txt
dist_ortedata_DATA = help-orte-rmaps-seq.txt
sources = \
rmaps_seq.c \

Просмотреть файл

@ -15,4 +15,4 @@ libmca_rtc_la_SOURCES += \
base/rtc_base_select.c \
base/rtc_base_stubs.c
dist_ompidata_DATA = base/help-orte-rtc-base.txt
dist_ortedata_DATA = base/help-orte-rtc-base.txt

Просмотреть файл

@ -25,4 +25,4 @@ libmca_snapc_la_SOURCES += \
base/snapc_base_select.c \
base/snapc_base_fns.c
dist_ompidata_DATA = base/help-orte-snapc-base.txt
dist_ortedata_DATA = base/help-orte-snapc-base.txt

Просмотреть файл

@ -15,7 +15,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-snapc-full.txt
dist_ortedata_DATA = help-orte-snapc-full.txt
sources = \
snapc_full.h \

Просмотреть файл

@ -17,4 +17,4 @@ libmca_sstore_la_SOURCES += \
base/sstore_base_select.c \
base/sstore_base_fns.c
dist_ompidata_DATA = base/help-orte-sstore-base.txt
dist_ortedata_DATA = base/help-orte-sstore-base.txt

Просмотреть файл

@ -8,7 +8,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-sstore-central.txt
dist_ortedata_DATA = help-orte-sstore-central.txt
sources = \
sstore_central.h \

Просмотреть файл

@ -8,7 +8,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-orte-sstore-stage.txt
dist_ortedata_DATA = help-orte-sstore-stage.txt
sources = \
sstore_stage.h \

Просмотреть файл

@ -13,7 +13,7 @@ noinst_LTLIBRARIES = libmca_state.la
libmca_state_la_SOURCES =
# pkgdata setup
dist_ompidata_DATA =
dist_ortedata_DATA =
# local files
headers = state.h state_types.h

Просмотреть файл

@ -8,7 +8,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-state-staged-hnp.txt
dist_ortedata_DATA = help-state-staged-hnp.txt
sources = \
state_staged_hnp.h \

Просмотреть файл

@ -19,7 +19,7 @@
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
dist_ompidata_DATA += orted/help-orted.txt
dist_ortedata_DATA += orted/help-orted.txt
headers += \
orted/orted.h

Просмотреть файл

@ -22,7 +22,7 @@
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
dist_ompidata_DATA += runtime/help-orte-runtime.txt
dist_ortedata_DATA += runtime/help-orte-runtime.txt
headers += \
runtime/runtime.h \

Просмотреть файл

@ -36,7 +36,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orte-checkpoint.txt
dist_ortedata_DATA = help-orte-checkpoint.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -34,7 +34,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orte-clean.txt
dist_ortedata_DATA = help-orte-clean.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -45,7 +45,7 @@ if OPAL_INSTALL_BINARIES
bin_PROGRAMS = orte-info
dist_ompidata_DATA = help-orte-info.txt
dist_ortedata_DATA = help-orte-info.txt
nodist_man_MANS = $(man_pages)

Просмотреть файл

@ -29,7 +29,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orte-migrate.txt
dist_ortedata_DATA = help-orte-migrate.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -34,7 +34,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orte-ps.txt
dist_ortedata_DATA = help-orte-ps.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -36,7 +36,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orte-restart.txt
dist_ortedata_DATA = help-orte-restart.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -27,7 +27,7 @@ if OPAL_INSTALL_BINARIES
bin_PROGRAMS = orte-server
dist_ompidata_DATA = help-orte-server.txt
dist_ortedata_DATA = help-orte-server.txt
nodist_man_MANS = $(man_pages)

Просмотреть файл

@ -34,7 +34,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orte-top.txt
dist_ortedata_DATA = help-orte-top.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -43,7 +43,7 @@ nodist_man_MANS = $(man_pages)
# therefore the release date or version may have changed)
$(nodist_man_MANS): $(top_builddir)/opal/include/opal_config.h
dist_ompidata_DATA = help-orterun.txt
dist_ortedata_DATA = help-orterun.txt
endif # OPAL_INSTALL_BINARIES

Просмотреть файл

@ -21,7 +21,7 @@
if !OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
if OPAL_INSTALL_BINARIES
nodist_ompidata_DATA = ortecc-wrapper-data.txt
nodist_ortedata_DATA = ortecc-wrapper-data.txt
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = orte.pc

Просмотреть файл

@ -22,7 +22,7 @@
include $(top_srcdir)/Makefile.ompi-rules
dist_ompidata_DATA += util/hostfile/help-hostfile.txt \
dist_ortedata_DATA += util/hostfile/help-hostfile.txt \
util/dash_host/help-dash-host.txt \
util/help-regex.txt

Просмотреть файл

@ -74,7 +74,7 @@ liboshmem_la_LDFLAGS = \
headers =
noinst_LTLIBRARIES =
include_HEADERS =
dist_ompidata_DATA =
dist_oshmemdata_DATA =
liboshmem_la_SOURCES += $(headers)
nodist_man_MANS =

Просмотреть файл

@ -14,7 +14,7 @@ libmca_memheap_la_SOURCES =
libmca_memheap_la_LDFLAGS =
libmca_memheap_la_LIBADD =
dist_ompidata_DATA =
dist_oshmemdata_DATA =
# local files
headers = memheap.h

Просмотреть файл

@ -7,7 +7,7 @@
# $HEADER$
#
dist_ompidata_DATA += base/help-shmem-mca.txt
dist_oshmemdata_DATA += base/help-shmem-mca.txt
headers += \
base/base.h

Просмотреть файл

@ -9,7 +9,7 @@
# $HEADER$
#
dist_ompidata_DATA = \
dist_oshmemdata_DATA = \
help-shmem-spml-ikrit.txt
AM_CPPFLAGS = $(spml_ikrit_CPPFLAGS)

Просмотреть файл

@ -9,7 +9,7 @@
# $HEADER$
#
dist_ompidata_DATA = \
dist_oshmemdata_DATA = \
help-shmem-spml-yoda.txt
EXTRA_DIST = post_configure.sh

Просмотреть файл

@ -7,7 +7,7 @@
# $HEADER$
#
dist_ompidata_DATA = base/help-oshmem-sshmem.txt
dist_oshmemdata_DATA = base/help-oshmem-sshmem.txt
headers += \
base/base.h

Просмотреть файл

@ -7,7 +7,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-oshmem-sshmem-mmap.txt
dist_oshmemdata_DATA = help-oshmem-sshmem-mmap.txt
sources = \
sshmem_mmap.h \

Просмотреть файл

@ -8,7 +8,7 @@
# $HEADER$
#
dist_ompidata_DATA = help-oshmem-sshmem-sysv.txt
dist_oshmemdata_DATA = help-oshmem-sshmem-sysv.txt
sources = \
sshmem_sysv.h \

Просмотреть файл

@ -9,7 +9,7 @@
# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
dist_ompidata_DATA += runtime/help-shmem-runtime.txt
dist_oshmemdata_DATA += runtime/help-shmem-runtime.txt
headers += \

Просмотреть файл

@ -9,4 +9,4 @@
headers += shmem/shmem_api_logger.h \
shmem/shmem_lock.h
dist_ompidata_DATA += shmem/c/help-shmem-api.txt
dist_oshmemdata_DATA += shmem/c/help-shmem-api.txt

Просмотреть файл

@ -8,7 +8,7 @@
#
# $HEADER$
dist_ompidata_DATA = \
dist_oshmemdata_DATA = \
shmemcc-wrapper-data.txt \
shmemfort-wrapper-data.txt