2007-07-20 05:34:02 +04:00
|
|
|
#
|
|
|
|
# Copyright (c) 2007 Los Alamos National Security, LLC.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
headers += \
|
|
|
|
base/base.h
|
|
|
|
|
|
|
|
libmca_routed_la_SOURCES += \
|
2008-06-18 07:15:56 +04:00
|
|
|
base/routed_base_components.c
|
|
|
|
|
|
|
|
if !ORTE_DISABLE_FULL_SUPPORT
|
|
|
|
|
|
|
|
libmca_routed_la_SOURCES += \
|
2008-02-28 22:58:32 +03:00
|
|
|
base/routed_base_register_sync.c \
|
|
|
|
base/routed_base_receive.c
|
2008-06-18 07:15:56 +04:00
|
|
|
endif
|