14 lines
417 B
Text
14 lines
417 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/turbulenceModels/RAS \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lcompressibleRASModels \
|
||
|
-lcombustionThermophysicalModels \
|
||
|
-lfiniteVolume \
|
||
|
-lspecie \
|
||
|
-lbasicThermophysicalModels
|