view liboctave/COLAMD/Makefile @ 5249:5c2f58301790 ss-2-9-1

[project @ 2005-03-27 12:06:59 by jwe]
author jwe
date Sun, 27 Mar 2005 12:06:59 +0000
parents 57077d0ddc8e
children 49ff3dd744ee
line wrap: on
line source

colamd_example:  colamd_example.c colamd.c colamd.h
	cc -O -o colamd_example colamd_example.c colamd.c
	- ./colamd_example

clean:
	- rm *.o colamd_example
	- rm colamdmex.mex* symamdmex.mex*
	- rm colamdtestmex.mex* symamdtestmex.mex*

# Compiles the MATLAB-callable routines
matlab: colamdmex.c colamd.c colamd.h
	mex -O colamdmex.c colamd.c
	mex -O symamdmex.c colamd.c

# Compiles the extensive test code
test: matlab colamdmex.c colamd.c colamd.h
	mex -O colamdtestmex.c colamd.c
	mex -O symamdtestmex.c colamd.c