xref: /petsc/src/ksp/pc/makefile (revision fcca9d3d5c45103cafcd0f6bc9babe194d935ced)
1# $Id: makefile,v 1.32 2001/09/14 17:52:26 bsmith Exp $
2
3ALL: lib
4
5SOURCEH  = pcimpl.h ../../../include/petscpc.h
6DIRS     = interface impls examples esi
7LOCDIR   = src/ksp/pc/
8MANSEC   = PC
9
10include ${PETSC_DIR}/bmake/common/base
11include ${PETSC_DIR}/bmake/common/test
12