From 20c11bc17e315ad104b85da327338536810699b6 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Tue, 29 Sep 2020 16:05:52 -0600 Subject: [PATCH] IPhreeqc_interface must be compiled first --- doc/examples/Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 9032d8f0..3e0509c5 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -148,7 +148,20 @@ F90SetBasicFortranCallback: F90SetBasicFortranCallback.lo $(IPHREEQC_LA) $(LIBTOOL) --mode=compile $(FC) $(FFLAGS) -c -o $@ $< -F90CreateIPhreeqc.lo: IPhreeqc_interface.lo +F90CreateIPhreeqc.lo: IPhreeqc_interface.lo +F90ClearAccumulatedLines.lo: IPhreeqc_interface.lo +F90CreateIPhreeqc.lo: IPhreeqc_interface.lo +F90DestroyIPhreeqc.lo: IPhreeqc_interface.lo +F90GetComponent.lo: IPhreeqc_interface.lo +F90GetDumpStringLine.lo: IPhreeqc_interface.lo +F90GetErrorStringLine.lo: IPhreeqc_interface.lo +F90GetLogStringLine.lo: IPhreeqc_interface.lo +F90GetOutputStringLine.lo: IPhreeqc_interface.lo +F90GetSelectedOutputStringLine.lo: IPhreeqc_interface.lo +F90GetSelectedOutputValue.lo: IPhreeqc_interface.lo +F90GetVersionString.lo: IPhreeqc_interface.lo +F90SetBasicFortranCallback.lo: IPhreeqc_interface.lo + IPhreeqc_interface.lo: ../../src/IPhreeqc_interface.F90 $(LIBTOOL) --mode=compile $(FC) $(FFLAGS) -c -o $@ $<