mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
added common directory for Parser/PHRQ_base/PHRQ_io/phrqtype/Utils
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@10053 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
eef31c954d
commit
adbe4d666f
116
Makefile.am
116
Makefile.am
@ -9,76 +9,122 @@ EXTRA_DIST=\
|
||||
Form1.resX\
|
||||
ZedGraph.dll
|
||||
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/PhreeqcKeywords
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/src -I$(top_srcdir)/src/common -I$(top_srcdir)/src/PhreeqcKeywords
|
||||
|
||||
bin_PROGRAMS = phreeqc
|
||||
|
||||
# sources for phreeqc
|
||||
phreeqc_SOURCES=\
|
||||
advection.cpp\
|
||||
basicsubs.cpp\
|
||||
cl1.cpp\
|
||||
class_main.cpp\
|
||||
common/Parser.cxx\
|
||||
common/Parser.h\
|
||||
common/PHRQ_base.cxx\
|
||||
common/PHRQ_base.h\
|
||||
common/PHRQ_io.cpp\
|
||||
common/PHRQ_io.h\
|
||||
common/phrqtype.h\
|
||||
common/Utils.cxx\
|
||||
common/Utils.h\
|
||||
cvdense.cpp\
|
||||
cvdense.h\
|
||||
cvode.cpp\
|
||||
cvode.h\
|
||||
cxxKinetics.cxx\
|
||||
cxxKinetics.h\
|
||||
cxxMix.cxx\
|
||||
cxxMix.h\
|
||||
dense.cpp\
|
||||
dense.h\
|
||||
dumper.cpp\
|
||||
dumper.h\
|
||||
dw.cpp\
|
||||
Exchange.cxx\
|
||||
Exchange.h\
|
||||
ExchComp.cxx\
|
||||
ExchComp.h\
|
||||
GasComp.cxx\
|
||||
GasComp.h\
|
||||
gases.cpp\
|
||||
GasPhase.cxx\
|
||||
GasPhase.h\
|
||||
global_structures.h\
|
||||
input.cpp\
|
||||
integrate.cpp\
|
||||
inverse.cpp\
|
||||
ISolution.cxx\
|
||||
ISolution.h\
|
||||
ISolutionComp.cxx\
|
||||
ISolutionComp.h\
|
||||
isotopes.cpp\
|
||||
kinetics.cpp\
|
||||
KineticsComp.cxx\
|
||||
KineticsComp.h\
|
||||
mainsubs.cpp\
|
||||
model.cpp\
|
||||
NA.h\
|
||||
NameDouble.cxx\
|
||||
NameDouble.h\
|
||||
NumKeyword.cxx\
|
||||
NumKeyword.h\
|
||||
Parser.cxx\
|
||||
Parser.h\
|
||||
nvector.cpp\
|
||||
nvector.h\
|
||||
nvector_serial.cpp\
|
||||
nvector_serial.h\
|
||||
parse.cpp\
|
||||
PBasic.cpp\
|
||||
PBasic.h\
|
||||
phqalloc.cpp\
|
||||
phqalloc.h\
|
||||
Phreeqc.cpp\
|
||||
Phreeqc.h\
|
||||
PhreeqcKeywords/Keywords.cpp\
|
||||
PhreeqcKeywords/Keywords.h\
|
||||
PHRQ_base.cxx\
|
||||
PHRQ_base.h\
|
||||
PHRQ_io.cpp\
|
||||
PHRQ_io.h\
|
||||
PHRQ_io_output.cpp\
|
||||
pitzer.cpp\
|
||||
pitzer_structures.cpp\
|
||||
PPassemblage.cxx\
|
||||
PPassemblage.h\
|
||||
PPassemblageComp.cxx\
|
||||
PPassemblageComp.h\
|
||||
prep.cpp\
|
||||
Pressure.cxx\
|
||||
Pressure.h\
|
||||
print.cpp\
|
||||
Reaction.cxx\
|
||||
Reaction.h\
|
||||
read.cpp\
|
||||
ReadClass.cxx\
|
||||
readtr.cpp\
|
||||
runner.cpp\
|
||||
runner.h\
|
||||
SelectedOutput.cpp\
|
||||
SelectedOutput.h\
|
||||
sit.cpp\
|
||||
smalldense.cpp\
|
||||
smalldense.h\
|
||||
Solution.cxx\
|
||||
Solution.h\
|
||||
SolutionIsotope.cxx\
|
||||
SolutionIsotope.h\
|
||||
SSassemblage.cxx\
|
||||
SSassemblage.h\
|
||||
spread.cpp\
|
||||
SS.cxx\
|
||||
SS.h\
|
||||
SSassemblage.cxx\
|
||||
SSassemblage.h\
|
||||
SScomp.cxx\
|
||||
SScomp.h\
|
||||
step.cpp\
|
||||
StorageBin.cxx\
|
||||
StorageBin.h\
|
||||
StorageBinList.cpp\
|
||||
StorageBinList.h\
|
||||
structures.cpp\
|
||||
sundialsmath.cpp\
|
||||
sundialsmath.h\
|
||||
sundialstypes.h\
|
||||
Surface.cxx\
|
||||
Surface.h\
|
||||
SurfaceCharge.cxx\
|
||||
@ -87,61 +133,15 @@ phreeqc_SOURCES=\
|
||||
SurfaceComp.h\
|
||||
System.cxx\
|
||||
System.h\
|
||||
tally.cpp\
|
||||
Temperature.cxx\
|
||||
Temperature.h\
|
||||
tidy.cpp\
|
||||
transport.cpp\
|
||||
Use.cpp\
|
||||
Use.h\
|
||||
UserPunch.cpp\
|
||||
UserPunch.h\
|
||||
Utils.cxx\
|
||||
Utils.h\
|
||||
advection.cpp\
|
||||
basicsubs.cpp\
|
||||
cl1.cpp\
|
||||
cvdense.cpp\
|
||||
cvdense.h\
|
||||
cvode.cpp\
|
||||
cvode.h\
|
||||
dense.cpp\
|
||||
dense.h\
|
||||
dw.cpp\
|
||||
gases.cpp\
|
||||
global_structures.h\
|
||||
input.cpp\
|
||||
integrate.cpp\
|
||||
inverse.cpp\
|
||||
isotopes.cpp\
|
||||
kinetics.cpp\
|
||||
mainsubs.cpp\
|
||||
model.cpp\
|
||||
NA.h\
|
||||
nvector.cpp\
|
||||
nvector.h\
|
||||
nvector_serial.cpp\
|
||||
nvector_serial.h\
|
||||
parse.cpp\
|
||||
phqalloc.cpp\
|
||||
phqalloc.h\
|
||||
PHRQ_io_output.cpp\
|
||||
phrqtype.h\
|
||||
pitzer.cpp\
|
||||
pitzer_structures.cpp\
|
||||
prep.cpp\
|
||||
print.cpp\
|
||||
read.cpp\
|
||||
readtr.cpp\
|
||||
sit.cpp\
|
||||
smalldense.cpp\
|
||||
smalldense.h\
|
||||
spread.cpp\
|
||||
step.cpp\
|
||||
structures.cpp\
|
||||
sundialsmath.cpp\
|
||||
sundialsmath.h\
|
||||
sundialstypes.h\
|
||||
tally.cpp\
|
||||
tidy.cpp\
|
||||
transport.cpp\
|
||||
utilities.cpp
|
||||
|
||||
if BUILD_GMP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user