1-include ../../../petscdir.mk 2ALL: lib 3 4SOURCEH = ../../../include/petsc/private/pcimpl.h ../../../include/petscpc.h ../../../include/petsc/private/pcgamgimpl.h ../../../include/petscpctypes.h 5DIRS = interface impls tests tutorials 6LOCDIR = src/ksp/pc/ 7MANSEC = KSP 8SUBMANSEC = PC 9 10include ${PETSC_DIR}/lib/petsc/conf/variables 11include ${PETSC_DIR}/lib/petsc/conf/rules 12include ${PETSC_DIR}/lib/petsc/conf/test 13