mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- prelude to code refactoring
NOTE
no source code change in this commit, only relocation,
renaming and adjustment of Make/{files,options}
28 lines
1.0 KiB
Plaintext
28 lines
1.0 KiB
Plaintext
phaseSystem = $(LIB_SRC)/phaseSystemModels/reactingEuler
|
|
|
|
EXE_INC = \
|
|
-I${phaseSystem}/twoPhaseSystem/lnInclude \
|
|
-I${phaseSystem}/twoPhaseCompressibleTurbulenceModels/lnInclude \
|
|
-I${phaseSystem}/phaseSystems/lnInclude \
|
|
-I${phaseSystem}/interfacialCompositionModels/lnInclude \
|
|
-I${phaseSystem}/interfacialModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lreactingPhaseSystem \
|
|
-lreactingTwoPhaseSystem \
|
|
-lreactingEulerianInterfacialModels \
|
|
-lreactingEulerianInterfacialCompositionModels \
|
|
-ltwoPhaseReactingTurbulenceModels
|