1
1
openmpi/orte/mca/rmcast/base/Makefile.am

23 строки
367 B
Makefile

#
# Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
headers += \
base/base.h
libmca_rmcast_la_SOURCES += \
base/rmcast_base_open.c
if !ORTE_DISABLE_FULL_SUPPORT
libmca_rmcast_la_SOURCES += \
base/rmcast_base_close.c \
base/rmcast_base_select.c
endif