45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
EXE_INC = \
|
|
-I.. \
|
|
-I../../VoF \
|
|
-I../twoPhaseMixtureThermo \
|
|
-I../VoFphaseCompressibleTurbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/fvOptions/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/twoPhaseMixture/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/interfaceProperties/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/SLGThermo/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
|
|
-I$(LIB_SRC)/regionModels/surfaceFilmModels/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicFvMesh/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfvOptions \
|
|
-lmeshTools \
|
|
-ltwoPhaseMixtureThermo \
|
|
-ltwoPhaseSurfaceTension \
|
|
-lcompressibleTransportModels \
|
|
-lfluidThermophysicalModels \
|
|
-lspecie \
|
|
-ltwoPhaseMixture \
|
|
-ltwoPhaseProperties \
|
|
-linterfaceProperties \
|
|
-lturbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lVoFphaseCompressibleTurbulenceModels \
|
|
-lSLGThermo \
|
|
-lsurfaceFilmModels \
|
|
-lsurfaceFilmDerivedFvPatchFields \
|
|
-ldynamicMesh \
|
|
-ldynamicFvMesh
|