2
2
# Copyright (c) 2012 Los Alamos National Security, LLC.
3
3
# All rights reserved.
4
4
# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved.
5
- # Copyright (c) 2016 Intel, Inc. All rights reserved.
5
+ # Copyright (c) 2016-2017 Intel, Inc. All rights reserved.
6
6
# $COPYRIGHT$
7
7
#
8
8
# Additional copyrights may follow
@@ -28,10 +28,12 @@ libmca_rte_orte_la_SOURCES =$(sources) $(headers)
28
28
libmca_rte_orte_la_LDFLAGS = -module -avoid-version
29
29
libmca_rte_orte_la_LIBADD =
$(top_builddir ) /orte/lib@
[email protected]
30
30
31
- man_pages = mpirun.1 mpiexec.1 ompi-ps.1 ompi-clean.1 ompi-top.1 ompi-server.1 ompi-dvm.1
31
+ man_pages = mpirun.1 mpiexec.1 ompi-ps.1 ompi-clean.1 ompi-top.1 ompi-server.1
32
32
33
- if WANT_FT
34
- man_pages += ompi-checkpoint.1 ompi-restart.1
33
+ if OPAL_WANT_PRUN
34
+ if WANT_INSTALL_HEADERS
35
+ man_pages += ompi-dvm.1
36
+ endif
35
37
endif
36
38
37
39
if OPAL_INSTALL_BINARIES
@@ -44,11 +46,10 @@ install-exec-hook:
44
46
(cd $( DESTDIR) $( bindir) ; rm -f ompi-clean$( EXEEXT) ; $( LN_S) orte-clean$( EXEEXT) ompi-clean$( EXEEXT) )
45
47
(cd $( DESTDIR) $( bindir) ; rm -f ompi-top$( EXEEXT) ; $( LN_S) orte-top$( EXEEXT) ompi-top$( EXEEXT) )
46
48
(cd $( DESTDIR) $( bindir) ; rm -f ompi-server$( EXEEXT) ; $( LN_S) orte-server$( EXEEXT) ompi-server$( EXEEXT) )
49
+ if OPAL_WANT_PRUN
50
+ if WANT_INSTALL_HEADERS
47
51
(cd $(DESTDIR)$(bindir); rm -f ompi-dvm$(EXEEXT); $(LN_S) orte-dvm$(EXEEXT) ompi-dvm$(EXEEXT))
48
- if WANT_FT
49
- (cd $(DESTDIR)$(bindir); rm -f ompi-checkpoint$(EXEEXT); $(LN_S) orte-checkpoint$(EXEEXT) ompi-checkpoint$(EXEEXT))
50
- (cd $(DESTDIR)$(bindir); rm -f ompi-restart$(EXEEXT); $(LN_S) orte-restart$(EXEEXT) ompi-restart$(EXEEXT))
51
- (cd $(DESTDIR)$(bindir); rm -f ompi-migrate$(EXEEXT); $(LN_S) orte-migrate$(EXEEXT) ompi-migrate$(EXEEXT))
52
+ endif
52
53
endif
53
54
54
55
uninstall-local :
@@ -57,12 +58,11 @@ uninstall-local:
57
58
$(DESTDIR )$(bindir ) /ompi-ps$(EXEEXT ) \
58
59
$(DESTDIR )$(bindir ) /ompi-clean$(EXEEXT ) \
59
60
$(DESTDIR )$(bindir ) /ompi-top$(EXEEXT ) \
60
- $(DESTDIR )$(bindir ) /ompi-server$(EXEEXT ) \
61
- $(DESTDIR )$(bindir ) /ompi-dvm$(EXEEXT )
62
- if WANT_FT
63
- rm -f $(DESTDIR)$(bindir)/ompi-checkpoint$(EXEEXT) \
64
- $(DESTDIR)$(bindir)/ompi-restart$(EXEEXT) \
65
- $(DESTDIR)$(bindir)/ompi-migrate$(EXEEXT)
61
+ $(DESTDIR )$(bindir ) /ompi-server$(EXEEXT )
62
+ if OPAL_WANT_PRUN
63
+ if WANT_INSTALL_HEADERS
64
+ m -f $(DESTDIR)$(bindir)/ompi-dvm$(EXEEXT)
65
+ endif
66
66
endif
67
67
68
68
endif # OPAL_INSTALL_BINARIES
@@ -118,8 +118,12 @@ $(top_builddir)/orte/tools/orte-server/orte-server.1:
118
118
ompi-server.1 : $(top_builddir ) /orte/tools/orte-server/orte-server.1
119
119
cp -f $(top_builddir ) /orte/tools/orte-server/orte-server.1 ompi-server.1
120
120
121
+ if OPAL_WANT_PRUN
122
+ if WANT_INSTALL_HEADERS
121
123
ompi-dvm.1 : $(top_builddir ) /orte/tools/orte-dvm/orte-dvm.1
122
124
cp -f $(top_builddir ) /orte/tools/orte-dvm/orte-dvm.1 ompi-dvm.1
125
+ endif
126
+ endif
123
127
124
128
clean-local :
125
129
rm -f $(man_pages )
0 commit comments