Skip to content

Commit

Permalink
fix some makefiles for the MacProjector change
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Oct 17, 2019
1 parent bf9de17 commit b662a35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifeq ($(USE_FORTRAN_INTERFACE),TRUE)
Pdirs += F_Interfaces/Base F_Interfaces/Octree F_Interfaces/AmrCore
endif
ifeq ($(USE_LINEAR_SOLVERS),TRUE)
Pdirs += LinearSolvers/MLMG
Pdirs += LinearSolvers/MLMG LinearSolvers/Projections
ifeq ($(USE_FORTRAN_INTERFACE),TRUE)
Pdirs += F_Interfaces/LinearSolvers
endif
Expand Down
2 changes: 1 addition & 1 deletion Tutorials/EB/MacProj/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include ./Make.package

Pdirs := Base Boundary AmrCore
Pdirs += EB
Pdirs += LinearSolvers/MLMG
Pdirs += LinearSolvers/MLMG LinearSolvers/Projections

Ppack += $(foreach dir, $(Pdirs), $(AMREX_HOME)/Src/$(dir)/Make.package)

Expand Down
2 changes: 1 addition & 1 deletion Tutorials/LinearSolvers/MAC_Projection_EB/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pdirs := AmrCore
Pdirs += Base
Pdirs += Boundary
Pdirs += EB
Pdirs += LinearSolvers/MLMG
Pdirs += LinearSolvers/MLMG LinearSolvers/Projections

Ppack += $(foreach dir, $(Pdirs), $(AMREX_HOME)/Src/$(dir)/Make.package)

Expand Down

0 comments on commit b662a35

Please sign in to comment.