xref: /petsc/src/mat/impls/aij/seq/makefile (revision 1d1367b701e18635b93987ba2b3db3393f546cd8)
1*1d1367b7SBarry Smith# $Id: makefile,v 1.43 2000/05/10 16:40:36 bsmith Exp bsmith $
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5ca44d042SBarry SmithCFLAGS   = ${MATLAB_INCLUDE}
667b024f7SSatish BalayFFLAGS   =
7ca44d042SBarry 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
10ca44d042SBarry 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*1d1367b7SBarry Smithinclude ${PETSC_DIR}/bmake/common_test
19