formatting

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8213 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-11-19 04:57:47 +00:00
parent ea0d5f0e6d
commit 6686cf481c
2 changed files with 12 additions and 13 deletions

View File

@ -14,7 +14,6 @@ IPHREEQC_LA = ../../_build/src/libiphreeqc.la
TARGETS = \ TARGETS = \
AccumulateLine \ AccumulateLine \
CreateIPhreeqc \ CreateIPhreeqc \
GetCurrentSelectedOutputUserNumber \
GetComponent \ GetComponent \
GetDumpString \ GetDumpString \
GetErrorString \ GetErrorString \
@ -26,6 +25,7 @@ TARGETS = \
GetVersionString \ GetVersionString \
Multi \ Multi \
SetBasicCallback \ SetBasicCallback \
SetCurrentSelectedOutputUserNumber \
IPhreeqc IPhreeqc
@ -54,9 +54,6 @@ CreateIPhreeqc: CreateIPhreeqc.lo $(IPHREEQC_LA)
GetComponent: GetComponent.lo $(IPHREEQC_LA) GetComponent: GetComponent.lo $(IPHREEQC_LA)
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA) $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
GetCurrentSelectedOutputUserNumber: GetCurrentSelectedOutputUserNumber.lo $(IPHREEQC_LA)
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
GetDumpString: GetDumpString.lo $(IPHREEQC_LA) GetDumpString: GetDumpString.lo $(IPHREEQC_LA)
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA) $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
@ -87,6 +84,8 @@ Multi: Multi.lo $(IPHREEQC_LA)
SetBasicCallback: SetBasicCallback.lo $(IPHREEQC_LA) SetBasicCallback: SetBasicCallback.lo $(IPHREEQC_LA)
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA) $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
SetCurrentSelectedOutputUserNumber: SetCurrentSelectedOutputUserNumber.lo $(IPHREEQC_LA)
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
IPhreeqc: IPhreeqc.lo $(IPHREEQC_LA) IPhreeqc: IPhreeqc.lo $(IPHREEQC_LA)
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA) $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $< $(IPHREEQC_LA)
@ -149,7 +148,6 @@ F90SetBasicFortranCallback: F90SetBasicFortranCallback.lo $(IPHREEQC_LA)
LO_FILES = \ LO_FILES = \
AccumulateLine.lo \ AccumulateLine.lo \
CreateIPhreeqc.lo \ CreateIPhreeqc.lo \
GetCurrentSelectedOutputUserNumber.lo \
DestroyIPhreeqc.lo \ DestroyIPhreeqc.lo \
GetComponent.lo \ GetComponent.lo \
GetDumpString.lo \ GetDumpString.lo \
@ -162,6 +160,7 @@ LO_FILES = \
GetVersionString.lo \ GetVersionString.lo \
Multi.lo \ Multi.lo \
SetBasicCallback.lo \ SetBasicCallback.lo \
SetCurrentSelectedOutputUserNumber.lo \
IPhreeqc.lo IPhreeqc.lo