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