File tree Expand file tree Collapse file tree 2 files changed +3
-65
lines changed Expand file tree Collapse file tree 2 files changed +3
-65
lines changed Original file line number Diff line number Diff line change 1515# All rights reserved.
1616# Copyright (c) 2014 Artem Polyakov <[email protected] >1717# Copyright (c) 2016 IBM Corporation. All rights reserved.
18- # Copyright (c) 2017 Research Organization for Information Science
19- # and Technology (RIST). All rights reserved.
20- #
18+ # Copyright (c) 2017-2022 Research Organization for Information Science
19+ # and Technology (RIST). All rights reserved.
2120# Copyright (c) 2019 Intel, Inc. All rights reserved.
2221# $COPYRIGHT$
2322#
2827
2928include $(top_srcdir ) /Makefile.ompi-rules
3029
31- man_pages = mpisync.1
32- EXTRA_DIST = $(man_pages:.1=.1in ) \
33- mpirun_prof \
30+ EXTRA_DIST = mpirun_prof \
3431 ompi_timing_post
3532
3633if OPAL_INSTALL_TIMING_BINARIES
3734
3835bin_PROGRAMS = mpisync
3936bin_SCRIPTS = mpirun_prof ompi_timing_post
4037
41- nodist_man_MANS = $(man_pages )
42-
43- $(nodist_man_MANS ) : $(top_builddir ) /opal/include/opal_config.h
44-
45- install-data-hook :
46- (cd $( DESTDIR) $( mandir) /man1; rm -f mpirun_prof.1; $( LN_S) mpisync.1 mpirun_prof.1)
47- (cd $( DESTDIR) $( mandir) /man1; rm -f ompi_timing_post.1; $( LN_S) mpisync.1 ompi_timing_post.1)
48-
4938endif
5039
5140mpisync_SOURCES = \
@@ -57,6 +46,3 @@ mpisync_SOURCES = \
5746
5847mpisync_LDADD =
$(top_builddir ) /ompi/lib@
[email protected] 5948mpisync_LDADD +=
$(top_builddir ) /opal/lib@
[email protected] 60-
61- distclean-local :
62- rm -f $(man_pages )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments