|
|
|
|
@ -22,18 +22,17 @@ else
|
|
|
|
|
SPOOL2=
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
all: release debug class_release class_debug
|
|
|
|
|
|
|
|
|
|
Release: release
|
|
|
|
|
|
|
|
|
|
Debug: debug
|
|
|
|
|
all: class_release class_debug
|
|
|
|
|
|
|
|
|
|
Debug: class_debug
|
|
|
|
|
debug: class_debug
|
|
|
|
|
Class_debug: class_debug
|
|
|
|
|
|
|
|
|
|
Release: class_release
|
|
|
|
|
release: class_release
|
|
|
|
|
Class_release: class_release
|
|
|
|
|
|
|
|
|
|
RELEASE_DIR = Release
|
|
|
|
|
DEBUG_DIR = Debug
|
|
|
|
|
|
|
|
|
|
CLASS_DEBUG_DIR = Class_debug
|
|
|
|
|
CLASS_DIR = Class_release
|
|
|
|
|
MAKEFILE = Makefile
|
|
|
|
|
@ -46,16 +45,6 @@ HASH_STYLE=$(call ld-option, -Wl$(comma)--hash-style=sysv)
|
|
|
|
|
#########################
|
|
|
|
|
#### Serial Versions ####
|
|
|
|
|
#########################
|
|
|
|
|
.PHONY : Release
|
|
|
|
|
release:
|
|
|
|
|
mkdir -p $(RELEASE_DIR)
|
|
|
|
|
cd $(RELEASE_DIR); $(MAKE) -r -f ../$(MAKEFILE) CFG=RELEASE $(PROGRAM)
|
|
|
|
|
|
|
|
|
|
.PHONY : Debug
|
|
|
|
|
debug:
|
|
|
|
|
mkdir -p $(DEBUG_DIR)
|
|
|
|
|
cd $(DEBUG_DIR); $(MAKE) -r -f ../$(MAKEFILE) CFG=DEBUG $(PROGRAM)
|
|
|
|
|
|
|
|
|
|
.PHONY : Class_debug
|
|
|
|
|
class_debug:
|
|
|
|
|
mkdir -p $(CLASS_DEBUG_DIR)
|
|
|
|
|
@ -176,11 +165,10 @@ COMMON_COBJS = \
|
|
|
|
|
model.o \
|
|
|
|
|
nvector.o \
|
|
|
|
|
nvector_serial.o \
|
|
|
|
|
output.o \
|
|
|
|
|
p2clib.o \
|
|
|
|
|
parse.o \
|
|
|
|
|
PHRQ_io_output.o \
|
|
|
|
|
phqalloc.o \
|
|
|
|
|
phreeqc_files.o \
|
|
|
|
|
pitzer.o \
|
|
|
|
|
pitzer_structures.o \
|
|
|
|
|
prep.o \
|
|
|
|
|
@ -218,6 +206,8 @@ COMMON_CXXOBJS = \
|
|
|
|
|
NameDouble.o \
|
|
|
|
|
NumKeyword.o \
|
|
|
|
|
Parser.o \
|
|
|
|
|
PHRQ_base.o \
|
|
|
|
|
PHRQ_io.o \
|
|
|
|
|
PPassemblageComp.o \
|
|
|
|
|
PPassemblage.o \
|
|
|
|
|
Reaction.o \
|
|
|
|
|
@ -251,322 +241,545 @@ ${PROGRAM} : ${OBJECT_FILES}
|
|
|
|
|
#
|
|
|
|
|
# CXX files
|
|
|
|
|
#
|
|
|
|
|
cxxKinetics.o: ../cxxKinetics.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../cxxKinetics.h ../NumKeyword.h ../KineticsComp.h ../NameDouble.h \
|
|
|
|
|
../Phreeqc_class.h ../Parser.h ../cxxMix.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h
|
|
|
|
|
cxxMix.o: ../cxxMix.cxx ../Utils.h ../Parser.h ../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/global.h ../phreeqc/phrqtype.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../cxxMix.h ../NumKeyword.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h
|
|
|
|
|
Dictionary.o: ../Dictionary.cxx ../Dictionary.h ../Solution.h \
|
|
|
|
|
../Phreeqc_class.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../Parser.h ../NameDouble.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/phrqproto.h ../phreeqc/output.h
|
|
|
|
|
Exchange.o: ../Exchange.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../cxxMix.h ../Phreeqc_class.h ../NumKeyword.h ../Exchange.h \
|
|
|
|
|
../ExchComp.h ../NameDouble.h ../Parser.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h ../phreeqc/output.h
|
|
|
|
|
ExchComp.o: ../ExchComp.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../ExchComp.h ../NameDouble.h ../Phreeqc_class.h ../Parser.h \
|
|
|
|
|
../Dictionary.h ../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
GasPhase.o: ../GasPhase.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../GasPhase.h ../NumKeyword.h ../NameDouble.h ../Phreeqc_class.h \
|
|
|
|
|
../Parser.h ../cxxMix.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
ISolutionComp.o: ../ISolutionComp.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../ISolutionComp.h ../Phreeqc_class.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h
|
|
|
|
|
ISolution.o: ../ISolution.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../ISolution.h ../ISolutionComp.h ../Phreeqc_class.h ../NumKeyword.h \
|
|
|
|
|
../Solution.h ../SolutionIsotopeList.h ../SolutionIsotope.h ../Parser.h \
|
|
|
|
|
../NameDouble.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
KineticsComp.o: ../KineticsComp.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../KineticsComp.h ../NameDouble.h ../Phreeqc_class.h ../Parser.h \
|
|
|
|
|
../Dictionary.h ../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h
|
|
|
|
|
NameDouble.o: ../NameDouble.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../NameDouble.h ../Phreeqc_class.h ../Parser.h ../Dictionary.h \
|
|
|
|
|
../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
NumKeyword.o: ../NumKeyword.cxx ../NumKeyword.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h
|
|
|
|
|
Parser.o: ../Parser.cxx ../Utils.h ../Parser.h ../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
PPassemblageComp.o: ../PPassemblageComp.cxx ../Utils.h \
|
|
|
|
|
../phreeqc/global.h ../phreeqc/phrqtype.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../PPassemblageComp.h ../NameDouble.h ../Phreeqc_class.h \
|
|
|
|
|
../Parser.h ../Dictionary.h ../Solution.h ../NumKeyword.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h ../phreeqc/output.h
|
|
|
|
|
PPassemblage.o: ../PPassemblage.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../PPassemblage.h ../NumKeyword.h ../PPassemblageComp.h ../NameDouble.h \
|
|
|
|
|
../Phreeqc_class.h ../Parser.h ../cxxMix.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h
|
|
|
|
|
Reaction.o: ../Reaction.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../Reaction.h ../NumKeyword.h ../NameDouble.h ../Phreeqc_class.h \
|
|
|
|
|
../Parser.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h
|
|
|
|
|
ReadClass.o: ../ReadClass.cxx ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../Phreeqc_class.h \
|
|
|
|
|
../Parser.h ../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../NameDouble.h ../Exchange.h ../ExchComp.h \
|
|
|
|
|
../Surface.h ../SurfaceComp.h ../SurfaceCharge.h ../PPassemblage.h \
|
|
|
|
|
../PPassemblageComp.h ../cxxKinetics.h ../KineticsComp.h \
|
|
|
|
|
../SSassemblage.h ../GasPhase.h ../Reaction.h ../cxxMix.h \
|
|
|
|
|
../Temperature.h ../dumper.h ../StorageBinList.h ../runner.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/phrqproto.h ../phreeqc/output.h
|
|
|
|
|
Solution.o: ../Solution.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../Solution.h ../Phreeqc_class.h ../NumKeyword.h \
|
|
|
|
|
cxxKinetics.o: ../cxxKinetics.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../cxxKinetics.h \
|
|
|
|
|
../NumKeyword.h ../KineticsComp.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../cxxMix.h ../phreeqc/phqalloc.h
|
|
|
|
|
cxxMix.o: ../cxxMix.cxx ../Utils.h ../Parser.h ../PHRQ_base.h \
|
|
|
|
|
../Phreeqc.h ../phreeqc/phrqtype.h ../phreeqc/cvdense.h \
|
|
|
|
|
../phreeqc/cvode.h ../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/nvector.h ../phreeqc/dense.h ../phreeqc/smalldense.h \
|
|
|
|
|
../runner.h ../StorageBinList.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../cxxMix.h ../NumKeyword.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
Exchange.o: ../Exchange.cxx ../Utils.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h ../cxxMix.h \
|
|
|
|
|
../NumKeyword.h ../Exchange.h ../ExchComp.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
ExchComp.o: ../ExchComp.cxx ../Utils.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../ExchComp.h ../NameDouble.h ../Parser.h ../Dictionary.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
GasPhase.o: ../GasPhase.cxx ../Utils.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../GasPhase.h ../NumKeyword.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h ../cxxMix.h ../phreeqc/phqalloc.h
|
|
|
|
|
ISolutionComp.o: ../ISolutionComp.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../ISolutionComp.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
ISolution.o: ../ISolution.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../ISolution.h \
|
|
|
|
|
../ISolutionComp.h ../Solution.h ../NumKeyword.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../Parser.h \
|
|
|
|
|
../NameDouble.h ../cxxMix.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
SolutionIsotope.o: ../SolutionIsotope.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../SolutionIsotope.h ../Parser.h ../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/phrqproto.h
|
|
|
|
|
SolutionIsotopeList.o: ../SolutionIsotopeList.cxx ../Utils.h \
|
|
|
|
|
../phreeqc/global.h ../phreeqc/phrqtype.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../SolutionIsotopeList.h ../SolutionIsotope.h \
|
|
|
|
|
../Parser.h ../Phreeqc_class.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h
|
|
|
|
|
SSassemblage.o: ../SSassemblage.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../SSassemblage.h ../Phreeqc_class.h ../NumKeyword.h ../NameDouble.h \
|
|
|
|
|
../Parser.h ../SSassemblageSS.h ../cxxMix.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/phrqproto.h
|
|
|
|
|
SSassemblageSS.o: ../SSassemblageSS.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/output.h ../SSassemblageSS.h ../NameDouble.h \
|
|
|
|
|
../Phreeqc_class.h ../Parser.h ../Dictionary.h ../Solution.h \
|
|
|
|
|
../NumKeyword.h ../SolutionIsotopeList.h ../SolutionIsotope.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/phrqproto.h
|
|
|
|
|
StorageBin.o: ../StorageBin.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../NameDouble.h ../Phreeqc_class.h ../Parser.h ../StorageBin.h \
|
|
|
|
|
../System.h ../SSassemblage.h ../NumKeyword.h ../Solution.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../Exchange.h \
|
|
|
|
|
../ExchComp.h ../GasPhase.h ../cxxKinetics.h ../KineticsComp.h \
|
|
|
|
|
../PPassemblage.h ../PPassemblageComp.h ../SSassemblageSS.h ../Surface.h \
|
|
|
|
|
../SurfaceComp.h ../SurfaceCharge.h ../cxxMix.h ../Reaction.h \
|
|
|
|
|
../Temperature.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
SurfaceCharge.o: ../SurfaceCharge.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../SurfaceCharge.h ../NameDouble.h ../Phreeqc_class.h ../Parser.h \
|
|
|
|
|
../Dictionary.h ../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
SurfaceComp.o: ../SurfaceComp.cxx ../Utils.h ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../SurfaceComp.h ../Phreeqc_class.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../Dictionary.h ../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
Surface.o: ../Surface.cxx ../Phreeqc_class.h ../Utils.h \
|
|
|
|
|
../phreeqc/global.h ../phreeqc/phrqtype.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../Surface.h ../NumKeyword.h ../SurfaceComp.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../SurfaceCharge.h ../cxxMix.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/phrqproto.h
|
|
|
|
|
System.o: ../System.cxx ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../System.h \
|
|
|
|
|
../NameDouble.h ../Phreeqc_class.h ../Parser.h ../SSassemblage.h \
|
|
|
|
|
../NameDouble.h ../Phreeqc_class.h ../phreeqc/phqalloc.h
|
|
|
|
|
KineticsComp.o: ../KineticsComp.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../KineticsComp.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Dictionary.h ../phreeqc/phqalloc.h
|
|
|
|
|
NameDouble.o: ../NameDouble.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../Dictionary.h ../phreeqc/phqalloc.h
|
|
|
|
|
NumKeyword.o: ../NumKeyword.cxx ../NumKeyword.h ../PHRQ_base.h \
|
|
|
|
|
../Parser.h
|
|
|
|
|
Parser.o: ../Parser.cxx ../Utils.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h ../Parser.h
|
|
|
|
|
PHRQ_base.o: ../PHRQ_base.cxx ../PHRQ_base.h ../PHRQ_io.h
|
|
|
|
|
PPassemblageComp.o: ../PPassemblageComp.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../PPassemblageComp.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Phreeqc_class.h ../Dictionary.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
PPassemblage.o: ../PPassemblage.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../PPassemblage.h \
|
|
|
|
|
../NumKeyword.h ../PPassemblageComp.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h ../cxxMix.h ../phreeqc/phqalloc.h
|
|
|
|
|
Reaction.o: ../Reaction.cxx ../Utils.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../Reaction.h ../NumKeyword.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
ReadClass.o: ../ReadClass.cxx ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../Phreeqc_class.h ../Parser.h ../Solution.h ../NumKeyword.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../NameDouble.h \
|
|
|
|
|
../Exchange.h ../ExchComp.h ../Surface.h ../SurfaceComp.h \
|
|
|
|
|
../SurfaceCharge.h ../PPassemblage.h ../PPassemblageComp.h \
|
|
|
|
|
../cxxKinetics.h ../KineticsComp.h ../SSassemblage.h ../GasPhase.h \
|
|
|
|
|
../Reaction.h ../cxxMix.h ../Temperature.h ../phreeqc/phqalloc.h
|
|
|
|
|
Solution.o: ../Solution.cxx ../Utils.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../Parser.h ../NameDouble.h ../Phreeqc_class.h \
|
|
|
|
|
../cxxMix.h ../phreeqc/phqalloc.h
|
|
|
|
|
SolutionIsotope.o: ../SolutionIsotope.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../SolutionIsotope.h \
|
|
|
|
|
../Parser.h ../phreeqc/phqalloc.h
|
|
|
|
|
SolutionIsotopeList.o: ../SolutionIsotopeList.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../Parser.h ../phreeqc/phqalloc.h
|
|
|
|
|
SSassemblage.o: ../SSassemblage.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../SSassemblage.h \
|
|
|
|
|
../NumKeyword.h ../NameDouble.h ../Parser.h ../Phreeqc_class.h \
|
|
|
|
|
../SSassemblageSS.h ../cxxMix.h ../phreeqc/phqalloc.h
|
|
|
|
|
SSassemblageSS.o: ../SSassemblageSS.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../SSassemblageSS.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Phreeqc_class.h ../Dictionary.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
StorageBin.o: ../StorageBin.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../NameDouble.h ../Parser.h \
|
|
|
|
|
../StorageBin.h ../System.h ../Phreeqc_class.h ../SSassemblage.h \
|
|
|
|
|
../NumKeyword.h ../Solution.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../Exchange.h ../ExchComp.h ../GasPhase.h \
|
|
|
|
|
../cxxKinetics.h ../KineticsComp.h ../PPassemblage.h \
|
|
|
|
|
../PPassemblageComp.h ../SSassemblageSS.h ../Surface.h ../SurfaceComp.h \
|
|
|
|
|
../SurfaceCharge.h ../cxxMix.h ../Reaction.h ../Temperature.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
SurfaceCharge.o: ../SurfaceCharge.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../SurfaceCharge.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Phreeqc_class.h ../Dictionary.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
SurfaceComp.o: ../SurfaceComp.cxx ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../SurfaceComp.h \
|
|
|
|
|
../Phreeqc_class.h ../NameDouble.h ../Parser.h ../Dictionary.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
Surface.o: ../Surface.cxx ../Phreeqc_class.h ../Utils.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../Surface.h ../NumKeyword.h \
|
|
|
|
|
../SurfaceComp.h ../NameDouble.h ../Parser.h ../SurfaceCharge.h \
|
|
|
|
|
../cxxMix.h ../phreeqc/phqalloc.h
|
|
|
|
|
System.o: ../System.cxx ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h ../System.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Phreeqc_class.h ../SSassemblage.h \
|
|
|
|
|
../NumKeyword.h ../Solution.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../Exchange.h ../ExchComp.h ../GasPhase.h \
|
|
|
|
|
../cxxKinetics.h ../KineticsComp.h ../PPassemblage.h \
|
|
|
|
|
../PPassemblageComp.h ../SSassemblageSS.h ../Surface.h ../SurfaceComp.h \
|
|
|
|
|
../SurfaceCharge.h ../cxxMix.h ../Reaction.h ../Temperature.h
|
|
|
|
|
Temperature.o: ../Temperature.cxx ../Utils.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../Temperature.h \
|
|
|
|
|
../NumKeyword.h ../phreeqc/phqalloc.h ../phreeqc/phrqproto.h
|
|
|
|
|
Utils.o: ../Utils.cxx ../Utils.h ../Parser.h ../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
Temperature.o: ../Temperature.cxx ../Utils.h ../Parser.h ../PHRQ_base.h \
|
|
|
|
|
../Phreeqc.h ../phreeqc/phrqtype.h ../phreeqc/cvdense.h \
|
|
|
|
|
../phreeqc/cvode.h ../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/nvector.h ../phreeqc/dense.h ../phreeqc/smalldense.h \
|
|
|
|
|
../runner.h ../StorageBinList.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../Temperature.h \
|
|
|
|
|
../NumKeyword.h ../phreeqc/phqalloc.h
|
|
|
|
|
Utils.o: ../Utils.cxx ../Utils.h ../Parser.h ../PHRQ_base.h
|
|
|
|
|
ChartHandler.o: ../ChartHandler.cpp
|
|
|
|
|
ChartObject.o: ../ChartObject.cpp
|
|
|
|
|
class_main.o: ../class_main.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../dumper.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/pitzer_structures.h ../phreeqc/pitzer.h ../phreeqc/input.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/global.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/phrqproto.h ../NameDouble.h ../Phreeqc_class.h ../Parser.h \
|
|
|
|
|
../Solution.h ../NumKeyword.h ../SolutionIsotopeList.h \
|
|
|
|
|
../SolutionIsotope.h ../Reaction.h ../PPassemblage.h \
|
|
|
|
|
../PPassemblageComp.h ../Exchange.h ../ExchComp.h ../Surface.h \
|
|
|
|
|
../SurfaceComp.h ../SurfaceCharge.h ../GasPhase.h ../SSassemblage.h \
|
|
|
|
|
../cxxKinetics.h ../KineticsComp.h
|
|
|
|
|
CurveObject.o: ../CurveObject.cpp ../CurveObject.h
|
|
|
|
|
dumper.o: ../dumper.cpp ../dumper.h ../StorageBinList.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h
|
|
|
|
|
Phreeqc.o: ../Phreeqc.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../dumper.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/pitzer_structures.h ../phreeqc/pitzer.h ../phreeqc/input.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/global.h ../phreeqc/global_structures.h \
|
|
|
|
|
../NameDouble.h ../Phreeqc_class.h ../Parser.h ../Solution.h \
|
|
|
|
|
../NumKeyword.h ../SolutionIsotopeList.h ../SolutionIsotope.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Solution.h ../NumKeyword.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../Phreeqc_class.h \
|
|
|
|
|
../Reaction.h ../PPassemblage.h ../PPassemblageComp.h ../Exchange.h \
|
|
|
|
|
../ExchComp.h ../Surface.h ../SurfaceComp.h ../SurfaceCharge.h \
|
|
|
|
|
../GasPhase.h ../SSassemblage.h ../cxxKinetics.h ../KineticsComp.h
|
|
|
|
|
runner.o: ../runner.cpp ../runner.h ../StorageBinList.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h ../phreeqc/NA.h
|
|
|
|
|
StorageBinList.o: ../StorageBinList.cpp ../StorageBinList.h ../Parser.h \
|
|
|
|
|
../Phreeqc_class.h
|
|
|
|
|
advection.o: ../phreeqc/advection.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
basic.o: ../phreeqc/basic.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h ../phreeqc/p2c.h \
|
|
|
|
|
../phreeqc/../NameDouble.h ../phreeqc/../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/../Parser.h ../phreeqc/basic.h
|
|
|
|
|
basicsubs.o: ../phreeqc/basicsubs.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/../NameDouble.h ../phreeqc/../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/../Parser.h
|
|
|
|
|
cl1.o: ../phreeqc/cl1.c ../phreeqc/phqalloc.h ../phreeqc/output.h \
|
|
|
|
|
../phreeqc/phrqtype.h
|
|
|
|
|
cl1mp.o: ../phreeqc/cl1mp.c ../phreeqc/phqalloc.h ../phreeqc/output.h \
|
|
|
|
|
../phreeqc/phrqtype.h
|
|
|
|
|
cvdense.o: ../phreeqc/cvdense.c ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
CurveObject.o: ../CurveObject.cpp ../CurveObject.h
|
|
|
|
|
dumper.o: ../dumper.cpp ../dumper.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../Parser.h
|
|
|
|
|
Phreeqc.o: ../Phreeqc.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../NameDouble.h ../Parser.h ../Solution.h ../NumKeyword.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../Phreeqc_class.h \
|
|
|
|
|
../Reaction.h ../PPassemblage.h ../PPassemblageComp.h ../Exchange.h \
|
|
|
|
|
../ExchComp.h ../Surface.h ../SurfaceComp.h ../SurfaceCharge.h \
|
|
|
|
|
../GasPhase.h ../SSassemblage.h ../cxxKinetics.h ../KineticsComp.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
PHRQ_io.o: ../PHRQ_io.cpp ../PHRQ_io.h
|
|
|
|
|
runner.o: ../runner.cpp ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../Parser.h ../phreeqc/NA.h
|
|
|
|
|
StorageBinList.o: ../StorageBinList.cpp ../StorageBinList.h \
|
|
|
|
|
../PHRQ_base.h ../Parser.h
|
|
|
|
|
advection.o: ../phreeqc/advection.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
basic.o: ../phreeqc/basic.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/p2c.h ../NameDouble.h ../Parser.h
|
|
|
|
|
basicsubs.o: ../phreeqc/basicsubs.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/../NameDouble.h ../phreeqc/../Parser.h \
|
|
|
|
|
../phreeqc/../PHRQ_base.h
|
|
|
|
|
cl1.o: ../phreeqc/cl1.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
cl1mp.o: ../phreeqc/cl1mp.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
cvdense.o: ../phreeqc/cvdense.cpp ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../phreeqc/sundialsmath.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phqalloc.h
|
|
|
|
|
cvode.o: ../phreeqc/cvode.c ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/sundialsmath.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/kinetics.h ../phreeqc/phqalloc.h
|
|
|
|
|
dense.o: ../phreeqc/dense.c ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/sundialsmath.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../phreeqc/output.h ../phreeqc/phqalloc.h
|
|
|
|
|
dw.o: ../phreeqc/dw.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/pitzer.h
|
|
|
|
|
input.o: ../phreeqc/input.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/input.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h ../phreeqc/phqalloc.h
|
|
|
|
|
integrate.o: ../phreeqc/integrate.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
inverse.o: ../phreeqc/inverse.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
isotopes.o: ../phreeqc/isotopes.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
kinetics.o: ../phreeqc/kinetics.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/cvode.h ../phreeqc/nvector.h \
|
|
|
|
|
../Phreeqc.h ../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../phreeqc/phqalloc.h
|
|
|
|
|
cvode.o: ../phreeqc/cvode.cpp ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/sundialsmath.h ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/dense.h ../phreeqc/smalldense.h \
|
|
|
|
|
../phreeqc/nvector_serial.h ../phreeqc/kinetics.h
|
|
|
|
|
main.o: ../phreeqc/main.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/output.h \
|
|
|
|
|
../phreeqc/phrqproto.h ../phreeqc/input.h
|
|
|
|
|
mainsubs.o: ../phreeqc/mainsubs.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/input.h
|
|
|
|
|
model.o: ../phreeqc/model.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
nvector.o: ../phreeqc/nvector.c ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/output.h
|
|
|
|
|
nvector_serial.o: ../phreeqc/nvector_serial.c ../phreeqc/nvector_serial.h \
|
|
|
|
|
../phreeqc/nvector.h ../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/sundialsmath.h ../phreeqc/output.h ../phreeqc/phqalloc.h
|
|
|
|
|
output.o: ../phreeqc/output.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/output.h \
|
|
|
|
|
../phreeqc/phrqproto.h ../phreeqc/phqalloc.h
|
|
|
|
|
p2clib.o: ../phreeqc/p2clib.c ../phreeqc/p2c.h ../phreeqc/output.h
|
|
|
|
|
parse.o: ../phreeqc/parse.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
phqalloc.o: ../phreeqc/phqalloc.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/output.h
|
|
|
|
|
phreeqc_files.o: ../phreeqc/phreeqc_files.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/input.h
|
|
|
|
|
pitzer.o: ../phreeqc/pitzer.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/pitzer_structures.h ../phreeqc/pitzer.h
|
|
|
|
|
pitzer_structures.o: ../phreeqc/pitzer_structures.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/pitzer_structures.h ../phreeqc/pitzer.h
|
|
|
|
|
prep.o: ../phreeqc/prep.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
print.o: ../phreeqc/print.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h ../phreeqc/pitzer.h
|
|
|
|
|
read.o: ../phreeqc/read.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
readtr.o: ../phreeqc/readtr.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
sit.o: ../phreeqc/sit.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h \
|
|
|
|
|
../phreeqc/pitzer_structures.h ../phreeqc/pitzer.h
|
|
|
|
|
smalldense.o: ../phreeqc/smalldense.c ../phreeqc/smalldense.h \
|
|
|
|
|
../runner.h ../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../phreeqc/phqalloc.h
|
|
|
|
|
dense.o: ../phreeqc/dense.cpp ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/sundialsmath.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h
|
|
|
|
|
dw.o: ../phreeqc/dw.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h
|
|
|
|
|
input.o: ../phreeqc/input.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
integrate.o: ../phreeqc/integrate.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
inverse.o: ../phreeqc/inverse.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
isotopes.o: ../phreeqc/isotopes.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
kinetics.o: ../phreeqc/kinetics.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../StorageBin.h ../System.h ../NameDouble.h \
|
|
|
|
|
../Parser.h ../Phreeqc_class.h ../Reaction.h ../NumKeyword.h \
|
|
|
|
|
../cxxKinetics.h ../KineticsComp.h ../Solution.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../cxxMix.h \
|
|
|
|
|
../PPassemblage.h ../PPassemblageComp.h ../Surface.h ../SurfaceComp.h \
|
|
|
|
|
../SurfaceCharge.h ../Exchange.h ../ExchComp.h ../GasPhase.h \
|
|
|
|
|
../SSassemblage.h ../Temperature.h ../phreeqc/nvector_serial.h
|
|
|
|
|
mainsubs.o: ../phreeqc/mainsubs.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
model.o: ../phreeqc/model.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
nvector.o: ../phreeqc/nvector.cpp ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h
|
|
|
|
|
nvector_serial.o: ../phreeqc/nvector_serial.cpp \
|
|
|
|
|
../phreeqc/nvector_serial.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/sundialsmath.h ../phreeqc/output.h ../phreeqc/phqalloc.h
|
|
|
|
|
spread.o: ../phreeqc/spread.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
step.o: ../phreeqc/step.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
structures.o: ../phreeqc/structures.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
sundialsmath.o: ../phreeqc/sundialsmath.c ../phreeqc/sundialsmath.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/output.h
|
|
|
|
|
tally.o: ../phreeqc/tally.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
tidy.o: ../phreeqc/tidy.c ../phreeqc/global.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/global_structures.h ../phreeqc/NA.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
transport.o: ../phreeqc/transport.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
utilities.o: ../phreeqc/utilities.c ../phreeqc/global.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../phreeqc/output.h ../phreeqc/phrqproto.h
|
|
|
|
|
|
|
|
|
|
../phreeqc/sundialsmath.h
|
|
|
|
|
p2clib.o: ../phreeqc/p2clib.cpp ../phreeqc/p2c.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h
|
|
|
|
|
parse.o: ../phreeqc/parse.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
phqalloc.o: ../phreeqc/phqalloc.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h
|
|
|
|
|
PHRQ_io_output.o: ../phreeqc/PHRQ_io_output.cpp ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../phreeqc/phqalloc.h
|
|
|
|
|
pitzer.o: ../phreeqc/pitzer.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
pitzer_structures.o: ../phreeqc/pitzer_structures.cpp ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../phreeqc/phqalloc.h
|
|
|
|
|
prep.o: ../phreeqc/prep.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
print.o: ../phreeqc/print.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
read.o: ../phreeqc/read.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
readtr.o: ../phreeqc/readtr.cpp ../phreeqc/../StorageBin.h \
|
|
|
|
|
../phreeqc/../System.h ../phreeqc/../NameDouble.h ../phreeqc/../Parser.h \
|
|
|
|
|
../phreeqc/../PHRQ_base.h ../phreeqc/../Phreeqc_class.h \
|
|
|
|
|
../phreeqc/../PHRQ_io.h ../phreeqc/../SSassemblageSS.h ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../phreeqc/phqalloc.h
|
|
|
|
|
sit.o: ../phreeqc/sit.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
smalldense.o: ../phreeqc/smalldense.cpp ../phreeqc/smalldense.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/sundialsmath.h
|
|
|
|
|
spread.o: ../phreeqc/spread.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
step.o: ../phreeqc/step.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h ../StorageBin.h ../System.h ../NameDouble.h \
|
|
|
|
|
../Parser.h ../Phreeqc_class.h ../Solution.h ../NumKeyword.h \
|
|
|
|
|
../SolutionIsotopeList.h ../SolutionIsotope.h ../PPassemblage.h \
|
|
|
|
|
../PPassemblageComp.h ../SSassemblage.h ../SSassemblageSS.h \
|
|
|
|
|
../NameDouble.h
|
|
|
|
|
structures.o: ../phreeqc/structures.cpp ../Phreeqc.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/cvdense.h ../phreeqc/cvode.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h ../phreeqc/nvector.h \
|
|
|
|
|
../phreeqc/dense.h ../phreeqc/smalldense.h ../runner.h \
|
|
|
|
|
../StorageBinList.h ../PHRQ_base.h ../dumper.h ../PHRQ_io.h \
|
|
|
|
|
../phreeqc/p2c.h ../phreeqc/global_structures.h ../phreeqc/NA.h \
|
|
|
|
|
../phreeqc/basic.h ../phreeqc/basic_class.h ../phreeqc/phqalloc.h \
|
|
|
|
|
../phreeqc/../cxxMix.h ../phreeqc/../NumKeyword.h \
|
|
|
|
|
../phreeqc/../PHRQ_base.h ../phreeqc/../Exchange.h \
|
|
|
|
|
../phreeqc/../ExchComp.h ../phreeqc/../NameDouble.h \
|
|
|
|
|
../phreeqc/../Parser.h ../phreeqc/../GasPhase.h \
|
|
|
|
|
../phreeqc/../Phreeqc_class.h ../phreeqc/../cxxKinetics.h \
|
|
|
|
|
../phreeqc/../KineticsComp.h ../phreeqc/../PPassemblage.h \
|
|
|
|
|
../phreeqc/../PPassemblageComp.h ../phreeqc/../PPassemblageComp.h \
|
|
|
|
|
../phreeqc/../Reaction.h ../phreeqc/../Solution.h \
|
|
|
|
|
../phreeqc/../SolutionIsotopeList.h ../phreeqc/../SolutionIsotope.h \
|
|
|
|
|
../phreeqc/../PHRQ_io.h ../phreeqc/../SolutionIsotopeList.h \
|
|
|
|
|
../phreeqc/../SSassemblage.h ../phreeqc/../SSassemblageSS.h \
|
|
|
|
|
../phreeqc/../Surface.h ../phreeqc/../SurfaceComp.h \
|
|
|
|
|
../phreeqc/../SurfaceCharge.h ../phreeqc/../SurfaceComp.h \
|
|
|
|
|
../phreeqc/../SurfaceCharge.h ../phreeqc/../Temperature.h \
|
|
|
|
|
../phreeqc/../StorageBin.h ../phreeqc/../System.h
|
|
|
|
|
sundialsmath.o: ../phreeqc/sundialsmath.cpp ../phreeqc/sundialsmath.h \
|
|
|
|
|
../phreeqc/sundialstypes.h ../phreeqc/phrqtype.h
|
|
|
|
|
tally.o: ../phreeqc/tally.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
tidy.o: ../phreeqc/tidy.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
transport.o: ../phreeqc/transport.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
utilities.o: ../phreeqc/utilities.cpp ../Phreeqc.h ../phreeqc/phrqtype.h \
|
|
|
|
|
../phreeqc/cvdense.h ../phreeqc/cvode.h ../phreeqc/sundialstypes.h \
|
|
|
|
|
../phreeqc/phrqtype.h ../phreeqc/nvector.h ../phreeqc/dense.h \
|
|
|
|
|
../phreeqc/smalldense.h ../runner.h ../StorageBinList.h ../PHRQ_base.h \
|
|
|
|
|
../dumper.h ../PHRQ_io.h ../phreeqc/p2c.h ../phreeqc/global_structures.h \
|
|
|
|
|
../phreeqc/NA.h ../phreeqc/basic.h ../phreeqc/basic_class.h \
|
|
|
|
|
../phreeqc/phqalloc.h
|
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
rm -rf Release Debug Class_release Class_debug
|
|
|
|
|
rm -rf Class_release Class_debug
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
mkdir -p $(DEBUG_DIR)
|
|
|
|
|
cd $(DEBUG_DIR); gcc -MM -I../phreeqc ../*.cxx ../*.cpp ../phreeqc/*.c
|
|
|
|
|
cd $(DEBUG_DIR); gcc -MM -I.. -I../phreeqc ../*.cxx ../*.cpp ../phreeqc/*.cpp
|
|
|
|
|
|
|
|
|
|
tester:
|
|
|
|
|
cd ../mytest; make clean; make -k $(SPOOL) make.out $(SPOOL2); make diff $(SPOOL) diff.out $(SPOOL2)
|
|
|
|
|
|