mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
27 lines
859 B
Plaintext
27 lines
859 B
Plaintext
EXE_INC = \
|
|
-Ifluid \
|
|
-Isolid \
|
|
-Iinclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basicSolidThermo/lnInclude \
|
|
-I$(LIB_SRC)/turbulenceModels/compressible/turbulenceModel/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiationModels/lnInclude \
|
|
-I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
|
|
-I$(LIB_SRC)/parallel/reconstruct/reconstruct/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lbasicThermophysicalModels \
|
|
-lbasicSolidThermo \
|
|
-lspecie \
|
|
-lcompressibleTurbulenceModel \
|
|
-lcompressibleRASModels \
|
|
-lcompressibleLESModels \
|
|
-lmeshTools \
|
|
-lfiniteVolume \
|
|
-lradiationModels \
|
|
-ldecompose \
|
|
-lreconstruct
|