xref: /petsc/src/ksp/pc/impls/makefile (revision 4b9ad92859ccb93b5e851e53cb8c4c04ac10e155)
1*4b9ad928SBarry Smith# $Id: makefile,v 1.40 2001/08/22 18:01:21 balay Exp $
2*4b9ad928SBarry Smith
3*4b9ad928SBarry SmithALL: lib
4*4b9ad928SBarry Smith
5*4b9ad928SBarry SmithLIBBASE  = libpetscksp
6*4b9ad928SBarry SmithDIRS     = jacobi none sor lu shell bjacobi mg eisens ilu icc asm sles composite redundant milu spai is cholesky pbjacobi ml schur \
7*4b9ad928SBarry Smith           esi mat hypre ramg samg
8*4b9ad928SBarry SmithLOCDIR   = src/ksp/pc/impls/
9*4b9ad928SBarry Smith
10*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
11*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
12*4b9ad928SBarry Smith
13