xref: /petsc/src/mat/impls/aij/seq/makefile (revision 35d8aa7f675fa4ee5c80aa031e65d3ef307a4891)
1*35d8aa7fSBarry Smith# $Id: makefile,v 1.45 2000/09/22 20:43:38 bsmith Exp bsmith $
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5ca44d042SBarry SmithCFLAGS   = ${MATLAB_INCLUDE}
667b024f7SSatish BalayFFLAGS   =
7cd5578b5SBarry SmithSOURCEC  = aij.c aijfact.c ij.c essl.c dxml.c aijnode.c fdaij.c unary.c ilut.c aijmatlab.c lusol.c
8*35d8aa7fSBarry SmithSOURCEF  =
9f482c248SBarry SmithSOURCEH  = aij.h
10cd5578b5SBarry SmithOBJSC    = aij.o aijfact.o ij.o essl.o dxml.o aijnode.o fdaij.o unary.o ilut.o aijmatlab.o lusol.o
11*35d8aa7fSBarry 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
181d1367b7SBarry Smithinclude ${PETSC_DIR}/bmake/common_test
19