2005-07-02 18:36:36 +04:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
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-07-02 18:36:36 +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.
|
2008-06-19 18:46:10 +04:00
|
|
|
# Copyright (c) 2006-2008 Cisco Systems, Inc. All rights reserved.
|
2005-07-02 18:36:36 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2008-06-19 18:46:10 +04:00
|
|
|
# This makefile.am does not stand on its own - it is included from
|
|
|
|
# orte/Makefile.am
|
2005-09-07 09:54:53 +04:00
|
|
|
|
2008-06-18 07:15:56 +04:00
|
|
|
SUBDIRS += \
|
2008-06-19 18:46:10 +04:00
|
|
|
tools/orte-checkpoint \
|
2008-02-28 04:57:57 +03:00
|
|
|
tools/orte-clean \
|
2006-06-29 02:33:54 +04:00
|
|
|
tools/orte-ps \
|
2008-06-19 18:46:10 +04:00
|
|
|
tools/orte-restart \
|
|
|
|
tools/orted \
|
|
|
|
tools/orterun \
|
2008-02-28 04:57:57 +03:00
|
|
|
tools/wrappers
|
2005-07-02 18:36:36 +04:00
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
DIST_SUBDIRS += \
|
2007-03-17 02:11:45 +03:00
|
|
|
tools/orte-checkpoint \
|
2008-06-19 18:46:10 +04:00
|
|
|
tools/orte-clean \
|
|
|
|
tools/orte-ps \
|
2008-02-28 04:57:57 +03:00
|
|
|
tools/orte-restart \
|
2008-06-19 18:46:10 +04:00
|
|
|
tools/orted \
|
|
|
|
tools/orterun \
|
2008-02-28 04:57:57 +03:00
|
|
|
tools/wrappers
|