xref: /petsc/src/ksp/pc/makefile (revision 4b9ad92859ccb93b5e851e53cb8c4c04ac10e155)
1*4b9ad928SBarry Smith# $Id: makefile,v 1.32 2001/09/14 17:52:26 bsmith Exp $
2*4b9ad928SBarry Smith
3*4b9ad928SBarry SmithALL: lib
4*4b9ad928SBarry Smith
5*4b9ad928SBarry SmithSOURCEH  = pcimpl.h ../../../include/petscpc.h
6*4b9ad928SBarry SmithDIRS     = interface impls examples esi
7*4b9ad928SBarry SmithLOCDIR   = src/ksp/pc/
8*4b9ad928SBarry SmithMANSEC   = PC
9*4b9ad928SBarry Smith
10*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
11*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
12