mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
- prelude to code refactoring
NOTE
no source code change in this commit, only relocation,
renaming and adjustment of Make/{files,options}
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
phaseSystem = $(LIB_SRC)/phaseSystemModels/multiphaseInter
|
|
|
|
EXE_INC = \
|
|
-I${phaseSystem}/phasesSystem/lnInclude \
|
|
-I${phaseSystem}/compressibleMultiPhaseTurbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/fvOptions/lnInclude\
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/radiation/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-lsampling \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lcompressibleTransportModels \
|
|
-lradiationModels \
|
|
-lfluidThermophysicalModels \
|
|
-lmassTransferModels \
|
|
-lsolidThermo \
|
|
-lsolidSpecie \
|
|
-ltwoPhaseProperties \
|
|
-llaserDTRM \
|
|
-lincompressibleMultiphaseSystems \
|
|
-lcompressibleMultiPhaseTurbulenceModels
|