EXE_INC = \
    -I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
    -I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/lagrangian/basic/lnInclude \
    -I$(LIB_SRC)/regionModels/regionModel/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude \
    -I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude

EXE_LIBS = \
    -lfiniteVolume \
    -lgenericPatchFields \
    -ldecompositionMethods \
    -L$(FOAM_LIBBIN)/dummy \
    -lkahipDecomp -lmetisDecomp -lptscotchDecomp -lscotchDecomp \
    -ldecompose \
    -lmeshTools \
    -llagrangian \
    -ldynamicMesh \
    -lregionModels \
    -lsnappyHexMesh
