Rev 1979 | Blame | Last modification | View Log | Download | RSS feed
# UMFPACK requires the AMD package to be in ../AMD# compile just the C-callable librarylib:( cd Source ; $(MAKE) lib )# remove object files and libraryclean:( cd Source ; $(MAKE) clean )