1*3a7fca6bSBarry Smith# $Id: makefile,v 1.47 2001/01/16 18:17:28 balay Exp bsmith $ 2b8a66259SBarry Smith 3b8a66259SBarry SmithALL: lib 4b8a66259SBarry Smith 5*3a7fca6bSBarry SmithCFLAGS = ${MATLAB_INCLUDE} ${DSCPACK_INCLUDE} ${ADIC_INCLUDE} ${SUPERLU_INCLUDE} 667b024f7SSatish BalayFFLAGS = 7*3a7fca6bSBarry SmithSOURCEC = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c fdaij.c unary.c ilut.c aijmatlab.c lusol.c dsc.c \ 8*3a7fca6bSBarry Smith superlu.c 935d8aa7fSBarry SmithSOURCEF = 10f482c248SBarry SmithSOURCEH = aij.h 11*3a7fca6bSBarry SmithOBJSC = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o fdaij.o unary.o ilut.o aijmatlab.o lusol.o dsc.o \ 12*3a7fca6bSBarry Smith superlu.o 1335d8aa7fSBarry SmithOBJSF = 14b8a66259SBarry SmithLIBBASE = libpetscmat 154b828684SBarry SmithDIRS = 16d79d6698SSatish BalayMANSEC = Mat 174f312a90SBarry SmithLOCDIR = src/mat/impls/aij/seq/ 18b8a66259SBarry Smith 19d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base 201d1367b7SBarry Smithinclude ${PETSC_DIR}/bmake/common_test 21