EXE_INC = -I$(LIB_SRC)/transportModels \
    -I$(LIB_SRC)/transportModels/incompressible/singlePhaseTransportModel \
    -I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \
    -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
    -I$(LIB_SRC)/transportModels/compressible/lnInclude \
    -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/fvOptions/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/sampling/lnInclude \
    -I$(LIB_SRC)/surfMesh/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/triSurface/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/conversion/lnInclude \
    -I$(LIB_SRC)/lagrangian/basic/lnInclude \
    -Wno-old-style-cast \
    -Wno-deprecated-copy-with-user-provided-copy \
    -Wno-unqualified-std-cast-call

EXE_LIBS = \
    -lturbulenceModels \
    -lincompressibleTurbulenceModels \
    -lcompressibleTurbulenceModels \
    -lincompressibleTransportModels \
    -lcompressibleTransportModels \
    -lfluidThermophysicalModels \
    -lspecie \
    -lfiniteVolume \
    -lfvOptions \
    -lgenericPatchFields \
    -lmeshTools \
    -lsampling \
    -lsurfMesh \
    -lfileFormats \
    -ltriSurface \
    -llagrangian \
    -ldynamicMesh \
    -lconversion

