2005-07-02 18:36:36 +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-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-08-08 23:10:02 +04:00
|
|
|
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
2005-07-02 18:36:36 +04:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
|
|
|
|
|
2008-08-08 23:10:02 +04:00
|
|
|
include $(top_srcdir)/Makefile.man-page-rules
|
|
|
|
|
2014-01-08 02:11:15 +04:00
|
|
|
dist_ompidata_DATA += util/hostfile/help-hostfile.txt \
|
2009-02-19 23:46:36 +03:00
|
|
|
util/dash_host/help-dash-host.txt \
|
|
|
|
util/help-regex.txt
|
2008-07-21 21:58:12 +04:00
|
|
|
|
2008-08-08 23:10:02 +04:00
|
|
|
nodist_man_MANS = util/hostfile/orte_hosts.7
|
|
|
|
|
|
|
|
# We are using $(am_dirstamp) instead of creating our own dirstamp since there
|
|
|
|
# is src code in util/hostfile directory is created. The automake process
|
|
|
|
# creates the $(am_dirstamp), we found the use of this in the generated Makefile
|
|
|
|
# in the util/Makefile
|
|
|
|
$(nodist_man_MANS): util/hostfile/$(am__dirstamp) $(top_builddir)/opal/include/opal_config.h
|
2008-07-21 21:58:12 +04:00
|
|
|
|
2009-02-10 21:33:32 +03:00
|
|
|
EXTRA_DIST += $(nodist_man_MANS:.7=.7in)
|
2008-02-28 04:57:57 +03:00
|
|
|
|
|
|
|
AM_LFLAGS = -Porte_util_hostfile_
|
|
|
|
LEX_OUTPUT_ROOT = lex.orte_util_hostfile_
|
|
|
|
|
2005-10-17 04:21:10 +04:00
|
|
|
headers += \
|
2008-02-28 04:57:57 +03:00
|
|
|
util/name_fns.h \
|
2005-10-17 04:21:10 +04:00
|
|
|
util/proc_info.h \
|
|
|
|
util/session_dir.h \
|
2010-04-23 08:44:41 +04:00
|
|
|
util/show_help.h \
|
2013-02-28 05:35:55 +04:00
|
|
|
util/error_strings.h \
|
2008-06-18 07:15:56 +04:00
|
|
|
util/context_fns.h \
|
2009-01-25 20:16:25 +03:00
|
|
|
util/parse_options.h \
|
2008-06-18 07:15:56 +04:00
|
|
|
util/pre_condition_transports.h \
|
2008-02-28 04:57:57 +03:00
|
|
|
util/hnp_contact.h \
|
|
|
|
util/hostfile/hostfile.h \
|
|
|
|
util/hostfile/hostfile_lex.h \
|
|
|
|
util/dash_host/dash_host.h \
|
2008-04-30 23:49:53 +04:00
|
|
|
util/comm/comm.h \
|
2009-02-19 23:46:36 +03:00
|
|
|
util/nidmap.h \
|
|
|
|
util/regex.h
|
2005-10-17 04:21:10 +04:00
|
|
|
|
2006-12-05 21:27:24 +03:00
|
|
|
libopen_rte_la_SOURCES += \
|
2013-02-28 05:35:55 +04:00
|
|
|
util/error_strings.c \
|
|
|
|
util/name_fns.c \
|
|
|
|
util/proc_info.c \
|
|
|
|
util/session_dir.c \
|
|
|
|
util/show_help.c \
|
2008-02-28 04:57:57 +03:00
|
|
|
util/context_fns.c \
|
2009-01-25 20:16:25 +03:00
|
|
|
util/parse_options.c \
|
2006-09-14 19:27:17 +04:00
|
|
|
util/pre_condition_transports.c \
|
2008-02-28 04:57:57 +03:00
|
|
|
util/hnp_contact.c \
|
|
|
|
util/hostfile/hostfile_lex.l \
|
|
|
|
util/hostfile/hostfile.c \
|
|
|
|
util/dash_host/dash_host.c \
|
2008-04-30 23:49:53 +04:00
|
|
|
util/comm/comm.c \
|
2009-02-19 23:46:36 +03:00
|
|
|
util/nidmap.c \
|
|
|
|
util/regex.c
|
|
|
|
|
2008-08-08 23:10:02 +04:00
|
|
|
# Remove the generated man pages
|
|
|
|
distclean-local:
|
|
|
|
rm -f $(nodist_man_MANS)
|