1*ca44d042SBarry Smith# $Id: makefile,v 1.42 1999/12/17 19:23:04 bsmith Exp bsmith $ 2b8a66259SBarry Smith 3b8a66259SBarry SmithALL: lib 4b8a66259SBarry Smith 5*ca44d042SBarry SmithCFLAGS = ${MATLAB_INCLUDE} 667b024f7SSatish BalayFFLAGS = 7*ca44d042SBarry SmithSOURCEC = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c fdaij.c unary.c ilut.c aijmatlab.c 8b8a66259SBarry SmithSOURCEF = 9f482c248SBarry SmithSOURCEH = aij.h 10*ca44d042SBarry SmithOBJSC = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o fdaij.o unary.o ilut.o aijmatlab.o 11b8a66259SBarry SmithOBJSF = 12b8a66259SBarry SmithLIBBASE = libpetscmat 134b828684SBarry SmithDIRS = 14d79d6698SSatish BalayMANSEC = Mat 154f312a90SBarry SmithLOCDIR = src/mat/impls/aij/seq/ 16b8a66259SBarry Smith 17d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base 18