xref: /petsc/src/ksp/makefile (revision 4b9ad92859ccb93b5e851e53cb8c4c04ac10e155)
1*4b9ad928SBarry Smith# $Id: makefile,v 1.29 2001/08/22 18:01:15 balay Exp $
2*4b9ad928SBarry Smith
3*4b9ad928SBarry SmithALL: lib
4*4b9ad928SBarry Smith
5*4b9ad928SBarry SmithSOURCEH  =
6*4b9ad928SBarry SmithDIRS     = pc ksp examples utils esi
7*4b9ad928SBarry SmithLOCDIR   = src/ksp/
8*4b9ad928SBarry SmithMANSEC   = KSP
9*4b9ad928SBarry Smith
10*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
11*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
12