1-include ../petscdir.mk 2ALL: lib 3 4SOURCEH = ../../../include/petsc/private/pcimpl.h ../../../include/petscpc.h \ 5 ../../../include/petsc/private/pcgamgimpl.h ../../../include/petscpctypes.h 6DIRS = interface impls tests tutorials 7LOCDIR = src/ksp/pc/ 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