2005-06-17 21:12:50 +00:00
|
|
|
#
|
2007-09-27 13:13:29 +00:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 19:57:48 +00: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-06-17 21:12:50 +00: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$
|
|
|
|
#
|
|
|
|
|
2007-09-27 13:13:29 +00:00
|
|
|
dist_pkgdata_DATA += base/help-orte-odls-base.txt
|
|
|
|
|
2006-09-14 21:29:51 +00:00
|
|
|
headers += \
|
|
|
|
base/odls_private.h \
|
|
|
|
base/base.h
|
2005-06-17 21:12:50 +00:00
|
|
|
|
2006-09-14 21:29:51 +00:00
|
|
|
libmca_odls_la_SOURCES += \
|
|
|
|
base/odls_base_close.c \
|
2007-10-10 15:02:10 +00:00
|
|
|
base/odls_base_default_fns.c \
|
2006-09-14 21:29:51 +00:00
|
|
|
base/odls_base_open.c \
|
|
|
|
base/odls_base_select.c \
|
2008-02-28 01:57:57 +00:00
|
|
|
base/odls_base_state.c
|