15 lines
506 B
Text
15 lines
506 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/transportModels \
|
||
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
||
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
||
|
-I$(LIB_SRC)/turbulenceModels/LES \
|
||
|
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
||
|
-IphaseChangeTwoPhaseMixtures/phaseChangeTwoPhaseMixture \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-linterfaceProperties \
|
||
|
-lincompressibleTransportModels \
|
||
|
-lincompressibleLESModels \
|
||
|
-lfiniteVolume
|