EXE_INC = \
    -I. \
    -I../XiFoam/XiEngineFoam \
    -I../XiFoam \
    -I../../compressible/rhoPimpleFoam \
    -I$(LIB_SRC)/engine/lnInclude \
    -I$(LIB_SRC)/transportModels/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
    -I$(LIB_SRC)/ThermophysicalTransportModels/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \

EXE_LIBS = \
    -lengine \
    -lfluidThermophysicalModels \
    -lmomentumTransportModels \
    -lcompressibleMomentumTransportModels \
    -lthermophysicalTransportModels \
    -lspecie \
    -lfiniteVolume \
    -lmeshTools \
    -lfvModels \
    -lfvConstraints
