EXE_INC = \
    -I. \
    -I./fluid \
    -I./solid \
    -I./porousFluid \
    -I./porousSolid \
    -I./include \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/finiteVolume/cfdTools \
    -I$(LIB_SRC)/transportModels/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
    -I$(LIB_SRC)/ODE/lnInclude \
    -I$(LIB_SRC)/combustionModels/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
    -I$(LIB_SRC)/ThermophysicalTransportModels/lnInclude \
    -I$(LIB_SRC)/ThermophysicalTransportModels/fluidReactionThermo/lnInclude \
    -I$(LIB_SRC)/regionModels/regionModel/lnInclude


EXE_LIBS = \
    -lfluidThermophysicalModels \
    -lspecie \
    -lreactionThermophysicalModels \
    -lsolidThermo \
    -lchemistryModel \
    -lODE \
    -lcombustionModels \
    -lmomentumTransportModels \
    -lcompressibleMomentumTransportModels \
    -lthermophysicalTransportModels \
    -lfluidReactionThermophysicalTransportModels \
    -lmeshTools \
    -lfiniteVolume \
    -lfvModels \
    -lfvConstraints \
    -lregionModels \
    -lsampling
