@@ -46,7 +46,7 @@ AM_CPPFLAGS =
4646# involves a user supplied buffer(s), and hence the need to generate
4747# either assumed rank or assumed shape arrays with possible async
4848# attributes, the *.c.in method needs to be used. Otherwise a *.F90
49- # file can be used. In addition, the mod/mpi-f08-rename.h file
49+ # file can be used. In addition, the mod/mpi-f08-rename.h file
5050# will need to be updated to include a rename line for the new method.
5151#
5252if OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS
@@ -85,7 +85,7 @@ sizeof_py=$(top_srcdir)/ompi/mpi/fortran/base/gen-mpi-sizeof.py
8585sizeof_f08.h : $(top_builddir ) /config.status
8686sizeof_f08.h : $(sizeof_py )
8787sizeof_f08.h :
88- $(OMPI_V_GEN ) $(python ) $(sizeof_py ) \
88+ $(OMPI_V_GEN ) $(PYTHON ) $(sizeof_py ) \
8989 --header=$@ --ierror=optional \
9090 --maxrank=$(OMPI_FORTRAN_MAX_ARRAY_RANK ) \
9191 --generate=$(OMPI_FORTRAN_BUILD_SIZEOF ) \
@@ -100,7 +100,7 @@ sizeof_f08.h:
100100sizeof_f08.f90 : $(top_builddir ) /config.status
101101sizeof_f08.f90 : $(sizeof_py )
102102sizeof_f08.f90 :
103- $(OMPI_V_GEN ) $(python ) $(sizeof_py ) \
103+ $(OMPI_V_GEN ) $(PYTHON ) $(sizeof_py ) \
104104 --impl=$@ --ierror=optional --mpi \
105105 --maxrank=$(OMPI_FORTRAN_MAX_ARRAY_RANK ) \
106106 --generate=$(OMPI_FORTRAN_BUILD_SIZEOF ) \
@@ -113,7 +113,7 @@ sizeof_f08.f90:
113113psizeof_f08.f90 : $(top_builddir ) /config.status
114114psizeof_f08.f90 : $(sizeof_py )
115115psizeof_f08.f90 :
116- $(OMPI_V_GEN ) $(python ) $(sizeof_py ) \
116+ $(OMPI_V_GEN ) $(PYTHON ) $(sizeof_py ) \
117117 --impl=$@ --ierror=optional --pmpi \
118118 --maxrank=$(OMPI_FORTRAN_MAX_ARRAY_RANK ) \
119119 --generate=$(OMPI_FORTRAN_BUILD_SIZEOF ) \
@@ -431,8 +431,6 @@ lib@OMPI_LIBMPI_NAME@_usempif08_profile_la_FCFLAGS = \
431431# *.in template.
432432#
433433
434- if OMPI_GENERATE_BINDINGS
435-
436434include Makefile.prototype_files
437435template_files =${prototype_files:%=$(abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08/%}
438436
@@ -453,8 +451,6 @@ api_f08_generated.F90: $(template_files)
453451
454452EXTRA_DIST = $(prototype_files )
455453
456- endif
457-
458454# Delete generated file on maintainer-clean
459455MAINTAINERCLEANFILES = api_f08_generated.F90
460456
0 commit comments