EXE_INC = \
    -I$(SCOTCH_INC_DIR) \
    -I../decompositionMethods/lnInclude

LIB_LIBS = \
    -L$(SCOTCH_LIB_DIR) \
    -lscotch -lscotcherrexit

/* May require librt, but scotch does not declare the dependency */
ifeq ("$(SO)","so")
    LIB_LIBS += -lrt
endif
