EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/tracking/lnInclude \
    -I$(LIB_SRC)/lagrangian/basic/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/surfMesh/lnInclude \
    -I$(LIB_SRC)/physicalProperties/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/multicomponentThermo/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/incompressible/lnInclude \
    -I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
    -I$(LIB_SRC)/ThermophysicalTransportModels/thermophysicalTransportModel/lnInclude \
    -I$(LIB_SRC)/ThermophysicalTransportModels/fluid/lnInclude \
    -I$(LIB_SRC)/ThermophysicalTransportModels/solid/lnInclude

LIB_LIBS = \
    -lfiniteVolume \
    -lfluidThermophysicalModels \
    -lsolidThermo \
    -lphysicalProperties \
    -lmomentumTransportModels \
    -lincompressibleMomentumTransportModels \
    -lcompressibleMomentumTransportModels \
    -lfluidThermoThermophysicalTransportModels \
    -lmulticomponentThermophysicalModels \
    -lfluidThermophysicalTransportModel \
    -lsolidThermophysicalTransportModels \
    -lmeshTools \
    -lsurfMesh \
    -llagrangian \
    -lfileFormats \
    -lsampling \
    -lsurfMesh
