xref: /petsc/src/mat/impls/is/makefile (revision 66f23a84efcc7c5fe0ec799b1440a92d6318fb14)
1*66f23a84SBarry Smith# $Id: makefile,v 1.22 1999/02/03 04:29:49 bsmith Exp $
2*66f23a84SBarry Smith
3*66f23a84SBarry SmithALL: lib
4*66f23a84SBarry Smith
5*66f23a84SBarry SmithDIRS     = seq mpi
6*66f23a84SBarry SmithLOCDIR   = src/mat/impls/aij/
7*66f23a84SBarry Smith
8*66f23a84SBarry Smithinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
9