1#-------------------------------------------------------------------------------
2# UMFPACK Makefile just for cleanup (use umfpack_make.m to compile, in MATLAB)
3#-------------------------------------------------------------------------------
4
5default:
6	- echo "Use umfpack_make.m in MATLAB to compile the UMFPACK mexFunction"
7
8include ../../SuiteSparse_config/SuiteSparse_config.mk
9
10#-------------------------------------------------------------------------------
11# Remove all but the files in the original distribution
12#-------------------------------------------------------------------------------
13
14distclean: purge
15
16purge: clean
17	- $(RM) luflop.mex* umfpack.mex* rename.h GKlib_util.c GKlib_graph.c
18	- $(RM) -r $(PURGE)
19
20clean:
21	- $(RM) -r $(CLEAN)
22