18 lines
663 B
Text
18 lines
663 B
Text
|
EXE_INC = \
|
||
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||
|
-I$(LIB_SRC)/sampling/lnInclude \
|
||
|
-I$(LIB_SRC)/turbulenceModels/incompressible/lnInclude \
|
||
|
-I$(LIB_SRC)/transportModels/incompressible/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
||
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
||
|
-I$(LIB_SRC)/browser/lnInclude \
|
||
|
-I$(LIB_SRC)/foam/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
||
|
-I$(LIB_SRC)/lagrangian/dieselSpray/lnInclude
|
||
|
|
||
|
EXE_LIBS = \
|
||
|
-lfiniteVolume \
|
||
|
-llagrangian
|