2005-07-02 18:36:36 +04:00
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# 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.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-09-07 09:54:53 +04:00
|
|
|
|
2005-07-02 18:36:36 +04:00
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
include \
|
|
|
|
class \
|
|
|
|
dps \
|
|
|
|
mca \
|
|
|
|
runtime \
|
|
|
|
util \
|
|
|
|
. \
|
|
|
|
dynamic-mca \
|
|
|
|
tools
|
|
|
|
|
|
|
|
# Build the main ORTE library
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = liborte.la
|
|
|
|
liborte_la_SOURCES =
|
|
|
|
liborte_la_LIBADD = \
|
|
|
|
class/libclass.la \
|
|
|
|
dps/libdps.la \
|
|
|
|
runtime/libruntime.la \
|
2005-08-14 00:19:24 +04:00
|
|
|
util/liborteutil.la \
|
|
|
|
$(MCA_orte_FRAMEWORK_LIBS)
|
|
|
|
|
2005-07-02 18:36:36 +04:00
|
|
|
liborte_la_DEPENDENCIES = $(liborte_la_LIBADD)
|