2005-05-13 01:44:23 +04:00
|
|
|
#
|
2005-11-05 22:57:48 +03: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.
|
2005-05-13 01:44:23 +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.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-04-29 06:16:41 +04:00
|
|
|
if OMPI_INSTALL_BINARIES
|
|
|
|
|
2005-09-30 17:32:39 +04:00
|
|
|
dist_pkgdata_DATA = help-orteprobe.txt
|
2005-08-04 21:40:22 +04:00
|
|
|
|
2006-04-29 06:16:41 +04:00
|
|
|
bin_PROGRAMS = orteprobe
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2005-07-02 19:06:47 +04:00
|
|
|
libs = \
|
2006-12-05 21:27:24 +03:00
|
|
|
$(top_builddir)/orte/libopen-rte.la
|
2005-05-13 01:44:23 +04:00
|
|
|
|
|
|
|
orteprobe_SOURCES = \
|
|
|
|
orteprobe.h \
|
|
|
|
orteprobe.c
|
|
|
|
|
2006-01-16 04:48:03 +03:00
|
|
|
orteprobe_LDADD = $(libs)
|
|
|
|
orteprobe_LDFLAGS =
|
2005-05-13 01:44:23 +04:00
|
|
|
orteprobe_DEPENDENCIES = $(libs)
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || $(RM) -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
|