xref: /petsc/src/ksp/pc/impls/shell/makefile (revision 4b9ad92859ccb93b5e851e53cb8c4c04ac10e155)
1*4b9ad928SBarry Smith# $Id: makefile,v 1.32 2001/08/22 18:01:22 balay Exp $
2*4b9ad928SBarry Smith
3*4b9ad928SBarry SmithALL: lib
4*4b9ad928SBarry Smith
5*4b9ad928SBarry SmithCFLAGS   =
6*4b9ad928SBarry SmithFFLAGS   =
7*4b9ad928SBarry SmithSOURCEC  = shellpc.c
8*4b9ad928SBarry SmithSOURCEF  =
9*4b9ad928SBarry SmithSOURCEH  =
10*4b9ad928SBarry SmithOBJSC    = shellpc.o
11*4b9ad928SBarry SmithOBJSF    =
12*4b9ad928SBarry SmithLIBBASE  = libpetscksp
13*4b9ad928SBarry SmithMANSEC   = PC
14*4b9ad928SBarry SmithLOCDIR   = src/ksp/pc/impls/shell/
15*4b9ad928SBarry Smith
16*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
17*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
18