1# $Id: makefile,v 1.40 2001/08/22 18:01:21 balay Exp $ 2 3ALL: lib 4 5LIBBASE = libpetscksp 6DIRS = jacobi none sor lu shell bjacobi mg eisens ilu icc asm ksp composite redundant spai is cholesky pbjacobi \ 7 esi mat hypre ramg samg 8LOCDIR = src/ksp/pc/impls/ 9 10include ${PETSC_DIR}/bmake/common/base 11include ${PETSC_DIR}/bmake/common/test 12 13