EXE_INC = \
    -I$(LIB_SRC)/finiteVolume/lnInclude \
    -I$(LIB_SRC)/fileFormats/lnInclude \
    -I$(LIB_SRC)/meshTools/lnInclude \
    -I$(LIB_SRC)/functionObjects/forces/lnInclude \
    -I$(LIB_SRC)/dynamicMesh/lnInclude

LIB_LIBS = \
    -lmeshTools \
    -lforces \
    -ldynamicMesh
