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 15
15
# All rights reserved.
16
16
# Copyright (c) 2014 Artem Polyakov <[email protected] >
17
17
# 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.
21
20
# Copyright (c) 2019 Intel, Inc. All rights reserved.
22
21
# $COPYRIGHT$
23
22
#
28
27
29
28
include $(top_srcdir ) /Makefile.ompi-rules
30
29
31
- man_pages = mpisync.1
32
- EXTRA_DIST = $(man_pages:.1=.1in ) \
33
- mpirun_prof \
30
+ EXTRA_DIST = mpirun_prof \
34
31
ompi_timing_post
35
32
36
33
if OPAL_INSTALL_TIMING_BINARIES
37
34
38
35
bin_PROGRAMS = mpisync
39
36
bin_SCRIPTS = mpirun_prof ompi_timing_post
40
37
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
-
49
38
endif
50
39
51
40
mpisync_SOURCES = \
@@ -57,6 +46,3 @@ mpisync_SOURCES = \
57
46
58
47
mpisync_LDADD =
$(top_builddir ) /ompi/lib@
[email protected]
59
48
mpisync_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