File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
ompi/mpi/fortran/use-mpi-f08 Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -433,16 +433,17 @@ lib@OMPI_LIBMPI_NAME@_usempif08_profile_la_FCFLAGS = \
433
433
if OMPI_GENERATE_BINDINGS
434
434
435
435
include Makefile.prototype_files
436
+ template_files =${prototype_files:%=$(abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08/%}
436
437
437
- api_f08_generated.F90 : $(prototype_files )
438
+ api_f08_generated.F90 : $(template_files )
438
439
$(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/bindings.py \
439
440
--builddir $(abs_top_builddir ) \
440
441
--srcdir $(abs_top_srcdir ) \
441
442
--output $(abs_builddir ) /$@ \
442
443
fortran \
443
444
code \
444
445
--lang fortran \
445
- --prototype-files $(prototype_files )
446
+ --prototype-files $(template_files )
446
447
447
448
EXTRA_DIST = $(prototype_files )
448
449
Original file line number Diff line number Diff line change 49
49
if OMPI_GENERATE_BINDINGS
50
50
51
51
include ../Makefile.prototype_files
52
- template_files =${prototype_files:%=.. /%}
52
+ template_files =${prototype_files:%=$( abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08 /%}
53
53
54
54
api_f08_generated.c : $(template_files )
55
55
$(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/bindings.py \
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ config_h = \
80
80
if OMPI_GENERATE_BINDINGS
81
81
82
82
include ../Makefile.prototype_files
83
- template_files =${prototype_files:%=.. /%}
83
+ template_files =${prototype_files:%=$( abs_top_srcdir ) /ompi/mpi/fortran/use-mpi-f08 /%}
84
84
85
85
mpi-f08-interfaces-generated.h : $(template_files )
86
86
$(OMPI_V_GEN ) $(PYTHON ) $(top_srcdir ) /ompi/mpi/bindings/bindings.py \
You can’t perform that action at this time.
0 commit comments