mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
27 lines
1001 B
Plaintext
27 lines
1001 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel \
|
|
-I$(LIB_SRC)/turbulenceModels/compressible/RAS/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/LES/LESdeltas/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/compressible/LES/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/liquids/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/liquidMixture/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalFunctions/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/combustion/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/pdfs/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-llagrangian \
|
|
-lfiniteVolume \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels \
|
|
-lLESdeltas \
|
|
-lliquids \
|
|
-lliquidMixture \
|
|
-lthermophysicalFunctions \
|
|
-lspecie \
|
|
-lpdf
|