updates for multi_punch

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/multi_punch@7927 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-08-13 22:01:41 +00:00
parent cdfb2a9937
commit d2ea1db561
2 changed files with 11 additions and 3 deletions

View File

@ -30,8 +30,8 @@ libiphreeqc_la_SOURCES=\
ErrorReporter.hxx\
IPhreeqc.cpp\
IPhreeqcLib.cpp\
SelectedOutput.cpp\
SelectedOutput.hxx\
CSelectedOutput.cpp\
CSelectedOutput.hxx\
thread.h\
Var.c\
phreeqcpp/cxxKinetics.cxx\
@ -81,6 +81,8 @@ libiphreeqc_la_SOURCES=\
phreeqcpp/ReadClass.cxx\
phreeqcpp/runner.cpp\
phreeqcpp/runner.h\
phreeqcpp/SelectedOutput.cpp\
phreeqcpp/SelectedOutput.hxx\
phreeqcpp/Solution.cxx\
phreeqcpp/Solution.h\
phreeqcpp/SolutionIsotope.cxx\
@ -107,6 +109,8 @@ libiphreeqc_la_SOURCES=\
phreeqcpp/Temperature.h\
phreeqcpp/Use.cpp\
phreeqcpp/Use.h\
phreeqcpp/UserPunch.cpp\
phreeqcpp/UserPunch.h\
phreeqcpp/Utils.cxx\
phreeqcpp/Utils.h\
phreeqcpp/advection.cpp\

View File

@ -48,7 +48,7 @@ TOBJS = \
SOBJS = \
IPhreeqc.o \
IPhreeqcLib.o \
SelectedOutput.o \
CSelectedOutput.o \
Var.o
# phreeqcpp objs
@ -77,6 +77,7 @@ PPOBJS = \
Reaction.o \
ReadClass.o \
runner.o \
SelectedOutput.o \
Solution.o \
SolutionIsotope.o \
SSassemblage.o \
@ -90,6 +91,7 @@ PPOBJS = \
System.o \
Temperature.o \
Use.o \
UserPunch.o \
Utils.o
# phreeqc objs
@ -142,6 +144,7 @@ clean:
-include ./$(DEPDIR)/advection.Po
-include ./$(DEPDIR)/basicsubs.Po
-include ./$(DEPDIR)/cl1.Po
-include ./$(DEPDIR)/CSelectedOutput.Po
-include ./$(DEPDIR)/cvdense.Po
-include ./$(DEPDIR)/cvode.Po
-include ./$(DEPDIR)/cxxKinetics.Po
@ -221,6 +224,7 @@ clean:
-include ./$(DEPDIR)/tidy.Po
-include ./$(DEPDIR)/transport.Po
-include ./$(DEPDIR)/unit.Po
-include ./$(DEPDIR)/UserPunch.Po
-include ./$(DEPDIR)/utilities.Po
-include ./$(DEPDIR)/Utils.Po
-include ./$(DEPDIR)/Var.Po