2006-06-28 22:06:13 +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.
|
|
|
|
# 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-03-22 02:04:05 +00:00
|
|
|
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
2006-06-28 22:06:13 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-10-19 18:34:17 +00:00
|
|
|
if OMPI_INSTALL_BINARIES
|
|
|
|
|
2006-06-28 22:06:13 +00:00
|
|
|
bin_PROGRAMS = orte-ps
|
|
|
|
|
2008-03-22 02:04:05 +00:00
|
|
|
dist_man_MANS = orte-ps.1
|
2006-06-28 22:06:13 +00:00
|
|
|
|
2008-03-22 02:04:05 +00:00
|
|
|
dist_pkgdata_DATA = help-orte-ps.txt
|
2006-06-28 22:06:13 +00:00
|
|
|
|
2006-10-19 18:34:17 +00:00
|
|
|
endif # OMPI_INSTALL_BINARIES
|
2008-03-22 02:04:05 +00:00
|
|
|
|
|
|
|
orte_ps_SOURCES = orte-ps.c
|
|
|
|
orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la
|