EXE_INC = \
    -I. \
    -ItwoPhaseMixtureThermo \
    -IcompressibleInterPhaseTransportModel/lnInclude \
    -ItwoPhaseChange/lnInclude \
    -I$(LIB_SRC)/transportModels/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/thermophysicalProperties/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
    -I$(LIB_SRC)/twoPhaseModels/twoPhaseMixture/lnInclude \
    -I$(LIB_SRC)/twoPhaseModels/interfaceProperties/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/phaseCompressible/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/dynamicFvMesh/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/fvModels/lnInclude

EXE_LIBS = \
    -ltwoPhaseMixtureThermo \
    -ltwoPhaseSurfaceTension \
    -lfluidThermophysicalModels \
    -lspecie \
    -ltwoPhaseMixture \
    -ltwoPhaseProperties \
    -linterfaceProperties \
    -lcompressibleTwoPhaseChangeModels \
    -lmomentumTransportModels \
    -lcompressibleMomentumTransportModels \
    -lcompressibleInterPhaseTransportModel \
    -lfiniteVolume \
    -lfvModels \
    -lfvConstraints \
    -lmeshTools \
    -ldynamicMesh \
    -ldynamicFvMesh
