2003-11-22 16:36:58 +00:00
|
|
|
# -*- makefile -*-
|
|
|
|
#
|
2005-11-05 19:57:48 +00:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
|
|
|
# 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.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-01-07 15:07:14 +00:00
|
|
|
# $HEADER$
|
2003-11-22 16:36:58 +00:00
|
|
|
#
|
|
|
|
|
2005-10-17 11:55:55 +00:00
|
|
|
# This makefile.am does not stand on its own - it is included from ompi/Makefile.am
|
2005-09-07 05:54:53 +00:00
|
|
|
|
2005-10-17 00:21:10 +00:00
|
|
|
EXTRA_DIST += tools/win_makefile
|
2003-11-22 16:36:58 +00:00
|
|
|
|
2005-10-17 00:21:10 +00:00
|
|
|
SUBDIRS += \
|
|
|
|
tools/ompi_info \
|
2006-06-30 22:01:56 +00:00
|
|
|
tools/wrappers \
|
2008-02-28 01:57:57 +00:00
|
|
|
tools/ortetools \
|
2008-12-09 23:49:02 +00:00
|
|
|
tools/ompi-server \
|
|
|
|
tools/ompi-probe \
|
|
|
|
tools/ompi-profiler
|
2005-10-17 11:55:55 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS += \
|
|
|
|
tools/ompi_info \
|
2006-06-30 22:01:56 +00:00
|
|
|
tools/wrappers \
|
2008-02-28 01:57:57 +00:00
|
|
|
tools/ortetools \
|
2008-12-09 23:49:02 +00:00
|
|
|
tools/ompi-server \
|
|
|
|
tools/ompi-probe \
|
|
|
|
tools/ompi-profiler
|