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
256256ompi /tools /wrappers /mpic++.1
257257ompi /tools /wrappers /mpicxx.1
258258ompi /tools /wrappers /mpifort.1
259+ ompi /tools /wrappers /mpijavac.1
259260ompi /tools /wrappers /ompi_wrapper_script
260261ompi /tools /wrappers /ompi.pc
261262ompi /tools /wrappers /ompi-c.pc
Original file line number Diff line number Diff line change 1414# Copyright (c) 2013 Intel, Inc. All rights reserved.
1515# Copyright (c) 2014 Research Organization for Information Science
1616# and Technology (RIST). All rights reserved.
17+ # Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
1718# $COPYRIGHT$
1819#
1920# Additional copyrights may follow
2425include $(top_srcdir ) /Makefile.ompi-rules
2526
2627generated_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
3028
3129if OMPI_WANT_JAVA_BINDINGS
32- man_pages += mpijavac.1
30+ generated_man_pages += mpijavac.1
3331endif
3432
33+ man_pages = $(generated_man_pages )
34+
35+ EXTRA_DIST = mpif77.1in mpijavac.1in mpijavac.pl.in
36+
3537if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
3638
3739bin_SCRIPTS = ompi_wrapper_script
Original file line number Diff line number Diff line change 11.\" 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#"
34.
45.SH NAME
56mpijava -- Open MPI Java wrapper compiler
You can’t perform that action at this time.
0 commit comments