1-include ../../../../../petscdir.mk 2 3SOURCEC = factor.c factimpl.c 4SOURCEH = factor.h 5LIBBASE = libpetscksp 6DIRS = lu ilu icc cholesky qr 7LOCDIR = src/ksp/pc/impls/factor/ 8MANSEC = KSP 9SUBMANSEC = PC 10 11include ${PETSC_DIR}/lib/petsc/conf/variables 12include ${PETSC_DIR}/lib/petsc/conf/rules 13include ${PETSC_DIR}/lib/petsc/conf/test 14 15