EXE_INC = \
    -I../multiphaseSystem/lnInclude \
    -I../../phaseSystems/lnInclude \
    -I../../interfacialModels/lnInclude\
    -I../../interfacialCompositionModels/lnInclude \
    -I../../derivedFvPatchFields/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/transportModels/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
    -I$(LIB_SRC)/transportModels/incompressible/transportModel \
    -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/phaseCompressible/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lfvOptions \
    -lmeshTools \
    -lreactingPhaseSystem \
    -lreactingMultiphaseSystem \
    -lreactingEulerianInterfacialModels \
    -lreactingEulerianInterfacialCompositionModels \
    -lreactingEulerianFvPatchFields \
    -lturbulenceModels \
    -lcompressibleTurbulenceModels
