Blame view
fvn_sparse/UMFPACK/Tcov/Make.3
633 Bytes
422234dc3 git-svn-id: https... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
#=============================================================================== # ILP32 mode, C interface /ATLAS BLAS, do not test for integer overflow. #=============================================================================== CC = gcc CFLAGS = -O0 -ftest-coverage -fprofile-arcs -O0 UMFPACK_CONFIG = -DCBLAS -DTESTING -I/cise/research/sparse/Install/ATLAS/Linux_P4SSE2/include LIB = -lcblas -latlas -lm RANLIB = ranlib MV = mv -f RM = rm -f MEX = mex -inline -g AR = ar cr #=============================================================================== CLEAN = *.o *.obj *.ln *.bb *.bbg *.da *.c.tcov *.c.gcov gmon.out |