Library ordering
This commit is contained in:
parent
b849115ecd
commit
f72b281a67
5 changed files with 12 additions and 1 deletions
|
@ -3,4 +3,5 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lspecie \
|
||||
-lfiniteVolume
|
||||
|
|
|
@ -5,3 +5,5 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
|
||||
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lliquids
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
EXE_INC = -I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lthermophysicalFunctions
|
||||
|
|
|
@ -4,4 +4,5 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lbasicThermophysicalModels \
|
||||
-lfiniteVolume
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
EXE_INC = \
|
||||
-I${LIB_SRC}/thermophysicalModels/solids/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-lsolids
|
||||
|
|
Reference in a new issue