Skip to content

Commit 8633308

Browse files
committed
build file updates
1 parent b166971 commit 8633308

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

make/makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# makefile created by pymake for the 'mf6' executable.
1+
# makefile created by pymake (version 1.2.10.dev0) for the 'mf6' executable.
22

33

44
include ./makedefaults
55

66
# Define the source file directories
7-
SOURCEDIR1=../src
7+
SOURCEDIR1=../src
88
SOURCEDIR2=../src/Distributed
99
SOURCEDIR3=../src/Exchange
1010
SOURCEDIR4=../src/Idm
@@ -352,6 +352,7 @@ $(OBJDIR)/HGeoUtil.o \
352352
$(OBJDIR)/gwf-vsc.o \
353353
$(OBJDIR)/GwfNpfOptions.o \
354354
$(OBJDIR)/GwfConductanceUtils.o \
355+
$(OBJDIR)/PbstBase.o \
355356
$(OBJDIR)/InterfaceMap.o \
356357
$(OBJDIR)/SeqVector.o \
357358
$(OBJDIR)/ImsLinearSettings.o \
@@ -381,6 +382,7 @@ $(OBJDIR)/GwfMvrPeriodData.o \
381382
$(OBJDIR)/ImsLinearMisc.o \
382383
$(OBJDIR)/gwf-npf.o \
383384
$(OBJDIR)/GwfBuyInputData.o \
385+
$(OBJDIR)/gwe-shf.o \
384386
$(OBJDIR)/GweCndOptions.o \
385387
$(OBJDIR)/VirtualSolution.o \
386388
$(OBJDIR)/SparseMatrix.o \
@@ -536,7 +538,9 @@ $(OBJDIR)/sparsekit.o \
536538
$(OBJDIR)/rcm.o \
537539
$(OBJDIR)/blas1_d.o \
538540
$(OBJDIR)/Iunit.o \
541+
$(OBJDIR)/tsp-apt.o \
539542
$(OBJDIR)/GwfSfrCommon.o \
543+
$(OBJDIR)/gwt-mst.o \
540544
$(OBJDIR)/gwf-sfr-transient.o \
541545
$(OBJDIR)/gwf-sfr-steady.o \
542546
$(OBJDIR)/gwf-sfr-constant.o \

src/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ modflow_sources = files(
173173
'Model' / 'GroundWaterEnergy' / 'gwe-lke.f90',
174174
'Model' / 'GroundWaterEnergy' / 'gwe-mwe.f90',
175175
'Model' / 'GroundWaterEnergy' / 'gwe-sfe.f90',
176+
'Model' / 'GroundWaterEnergy' / 'gwe-shf.f90',
176177
'Model' / 'GroundWaterEnergy' / 'gwe-uze.f90',
178+
'Model' / 'GroundWaterEnergy' / 'PbstBase.f90',
177179
'Model' / 'GroundWaterFlow' / 'gwf.f90',
178180
'Model' / 'GroundWaterFlow' / 'gwf-api.f90',
179181
'Model' / 'GroundWaterFlow' / 'gwf-buy.f90',

0 commit comments

Comments
 (0)