File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ ompi/tools/wrappers/mpicc.1
256
256
ompi /tools /wrappers /mpic++.1
257
257
ompi /tools /wrappers /mpicxx.1
258
258
ompi /tools /wrappers /mpifort.1
259
+ ompi /tools /wrappers /mpijavac.1
259
260
ompi /tools /wrappers /ompi_wrapper_script
260
261
ompi /tools /wrappers /ompi.pc
261
262
ompi /tools /wrappers /ompi-c.pc
Original file line number Diff line number Diff line change 14
14
# Copyright (c) 2013 Intel, Inc. All rights reserved.
15
15
# Copyright (c) 2014 Research Organization for Information Science
16
16
# and Technology (RIST). All rights reserved.
17
+ # Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
17
18
# $COPYRIGHT$
18
19
#
19
20
# Additional copyrights may follow
24
25
include $(top_srcdir ) /Makefile.ompi-rules
25
26
26
27
generated_man_pages = mpicc.1 mpic++.1 mpicxx.1 mpifort.1 mpif77.1 mpif90.1
27
- man_pages = $(generated_man_pages )
28
-
29
- EXTRA_DIST = mpif77.1in mpijavac.1 mpijavac.pl.in
30
28
31
29
if OMPI_WANT_JAVA_BINDINGS
32
- man_pages += mpijavac.1
30
+ generated_man_pages += mpijavac.1
33
31
endif
34
32
33
+ man_pages = $(generated_man_pages )
34
+
35
+ EXTRA_DIST = mpif77.1in mpijavac.1in mpijavac.pl.in
36
+
35
37
if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
36
38
37
39
bin_SCRIPTS = ompi_wrapper_script
Original file line number Diff line number Diff line change 1
1
.\" Copyright (c) 2012 Los Alamos National Security, LLC. All rights reserved.
2
- .TH mpijava 1 "Unreleased developer copy" "1.7a1r25839M" "Open MPI"
2
+ .\" Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
3
+ .TH mpijava 1 "#OPAL_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
3
4
.
4
5
.SH NAME
5
6
mpijava -- Open MPI Java wrapper compiler
You can’t perform that action at this time.
0 commit comments