mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
24 lines
742 B
Plaintext
24 lines
742 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/engine/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/LES \
|
|
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/laminarFlameSpeed/lnInclude \
|
|
-I../XiFoam
|
|
|
|
|
|
EXE_LIBS = \
|
|
-lengine \
|
|
-lfiniteVolume \
|
|
-lmeshTools \
|
|
-lbasicThermophysicalModels \
|
|
-lcombustionThermophysicalModels \
|
|
-lspecie \
|
|
-lcompressibleLESModels \
|
|
-llaminarFlameSpeedModels
|