EXE_INC = \
    -IphaseSystems/lnInclude \
    -IinterfacialModels/lnInclude \
    -IinterfacialCompositionModels/lnInclude \
    -IphaseCompressibleTurbulenceModels/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 \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/fvOptions/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude

EXE_LIBS = \
    -lreactingTwoPhaseSystem \
    -lreactingEulerianInterfacialModels \
    -lreactingEulerianInterfacialCompositionModels \
    -lphaseReactingTurbulenceModels \
    -lfiniteVolume \
    -lfvOptions \
    -lmeshTools \
    -lsampling
