Skip to content

Commit

Permalink
Update lib Make/options files
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Jan 6, 2024
1 parent 726e641 commit d342568
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libraries/PicardControl/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include $(GENERAL_RULES)/module-path-user
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../../libraries/util/lnInclude
-I../util/lnInclude

LIB_LIBS = \
-lfiniteVolume \
Expand Down
2 changes: 1 addition & 1 deletion libraries/boundaryConditions/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include $(GENERAL_RULES)/module-path-user
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../../libraries/util/lnInclude
-I../util/lnInclude

LIB_LIBS = \
-lfiniteVolume \
Expand Down
2 changes: 1 addition & 1 deletion libraries/common/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include $(GENERAL_RULES)/module-path-user
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../../libraries/util/lnInclude
-I../util/lnInclude

LIB_LIBS = \
-lfiniteVolume \
Expand Down
2 changes: 1 addition & 1 deletion libraries/reactions/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I../../libraries/util/lnInclude
-I../util/lnInclude

LIB_LIBS = \
-lfiniteVolume \
Expand Down
4 changes: 2 additions & 2 deletions libraries/transport/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ EXE_INC = \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I../../libraries/util/lnInclude \
-I../../libraries/common/lnInclude
-I../util/lnInclude \
-I../common/lnInclude

LIB_LIBS = \
-lfiniteVolume \
Expand Down
4 changes: 2 additions & 2 deletions libraries/unsaturatedFlowModels/Make/options
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include $(GENERAL_RULES)/module-path-user
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I../../libraries/util/lnInclude \
-I../../libraries/common/lnInclude
-I../util/lnInclude \
-I../common/lnInclude

LIB_LIBS = \
-lfiniteVolume \
Expand Down

0 comments on commit d342568

Please sign in to comment.