Rev 1820 | Blame | Last modification | View Log | Download | RSS feed
#-------------------------------------------------------------------------------# UMFPACK makefile (for GNU make or original make)#-------------------------------------------------------------------------------# UMFPACK requires the AMD package to be in ../AMDdefault: library# compile all C code (except hb, fortran, and fortran64), including AMD and the# MATLAB mexFunctionsall:( cd Source ; make )# compile just the C-callable libraries and demo programs (not mexFunctions)library:( cd Source ; make )# remove object files, but keep the compiled programs and library archivesclean:( cd Source ; make clean )# clean, and then remove compiled programs and library archivespurge:( cd Source ; make purge )# create PDF documents for the original distributiondoc:#( cd ../AMD ; make doc )#( cd Doc ; make )distclean: purgeccode: librarylib: library