2005-08-12 06:41:14 +04:00
|
|
|
#
|
2007-03-17 02:11:45 +03:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2005-08-12 06:41:14 +04:00
|
|
|
# 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.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-11-20 04:03:01 +03:00
|
|
|
headers += \
|
|
|
|
base/base.h \
|
|
|
|
base/bml_base_btl.h \
|
|
|
|
base/bml_base_endpoint.h
|
|
|
|
|
|
|
|
libmca_bml_la_SOURCES += \
|
2007-03-17 02:11:45 +03:00
|
|
|
base/bml_base_btl.c \
|
2005-11-20 04:03:01 +03:00
|
|
|
base/bml_base_btl.h \
|
|
|
|
base/bml_base_endpoint.h \
|
2007-03-17 02:11:45 +03:00
|
|
|
base/bml_base_endpoint.c \
|
2005-11-20 04:03:01 +03:00
|
|
|
base/bml_base_init.c \
|
|
|
|
base/bml_base_close.c \
|
2007-03-17 02:11:45 +03:00
|
|
|
base/bml_base_open.c \
|
|
|
|
base/bml_base_ft.c
|