Rev 1929 | Blame | Compare with Previous | 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 )