1
1

Ensure we all common and gpr component frameworks

This commit was SVN r1321.
Этот коммит содержится в:
Jeff Squyres 2004-06-16 17:07:09 +00:00
родитель f70dd29b73
Коммит 43daabc851

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

@ -43,7 +43,7 @@ unset msg
# The list of MCA types (it's fixed)
AC_MSG_CHECKING([for MCA types])
found_types="allocator coll io mpool oob one pcm pml ptl registry topo"
found_types="allocator coll common io gpr mpool oob one pcm pml ptl registry topo"
AC_MSG_RESULT([$found_types])
# Get the list of all the non-configure MCA modules that were found by
@ -228,6 +228,13 @@ unset foo type m modules structs outfile outdir total_dir file \
# substitue on a variable name that contains a variable (e.g.,
# OMPI_MCA_$type_SUBDIRS). So we have to do this manually. :-(
# Common types
AC_SUBST(MCA_common_ALL_SUBDIRS)
AC_SUBST(MCA_common_STATIC_SUBDIRS)
AC_SUBST(MCA_common_DYNAMIC_SUBDIRS)
AC_SUBST(MCA_common_STATIC_LTLIBS)
# OMPI types
AC_SUBST(MCA_oob_ALL_SUBDIRS)
@ -240,6 +247,11 @@ AC_SUBST(MCA_pcm_STATIC_SUBDIRS)
AC_SUBST(MCA_pcm_DYNAMIC_SUBDIRS)
AC_SUBST(MCA_pcm_STATIC_LTLIBS)
AC_SUBST(MCA_gpr_ALL_SUBDIRS)
AC_SUBST(MCA_gpr_STATIC_SUBDIRS)
AC_SUBST(MCA_gpr_DYNAMIC_SUBDIRS)
AC_SUBST(MCA_gpr_STATIC_LTLIBS)
AC_SUBST(MCA_registry_ALL_SUBDIRS)
AC_SUBST(MCA_registry_STATIC_SUBDIRS)
AC_SUBST(MCA_registry_DYNAMIC_SUBDIRS)