2007-07-20 01:34:02 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2012-06-15 10:15:07 +00:00
|
|
|
# Copyright (c) 2011-2012 Los Alamos National Security, LLC.
|
2012-04-06 14:23:13 +00:00
|
|
|
# All rights reserved.
|
2007-07-20 01:34:02 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
headers += \
|
|
|
|
base/base.h
|
|
|
|
|
|
|
|
libmca_grpcomm_la_SOURCES += \
|
|
|
|
base/grpcomm_base_close.c \
|
|
|
|
base/grpcomm_base_select.c \
|
2013-02-28 01:35:55 +00:00
|
|
|
base/grpcomm_base_open.c \
|
2008-12-09 23:49:02 +00:00
|
|
|
base/grpcomm_base_modex.c \
|
2012-04-06 14:23:13 +00:00
|
|
|
base/grpcomm_base_receive.c \
|
2012-06-15 10:15:07 +00:00
|
|
|
base/grpcomm_base_xcast.c \
|
|
|
|
base/grpcomm_base_rollup.c
|