Make.5 592 Bytes
#===============================================================================
# ILP32 mode, no BLAS, test for integer overflow, no reciprocal
#===============================================================================

CC = gcc
CFLAGS = -O0 -ftest-coverage -fprofile-arcs -O0
UMFPACK_CONFIG = -DNBLAS -DTEST_FOR_INTEGER_OVERFLOW -DTESTING -DNRECIPROCAL
LIB = -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