xref: /petsc/src/ksp/pc/impls/spai/makefile (revision 4b9ad92859ccb93b5e851e53cb8c4c04ac10e155)
1*4b9ad928SBarry Smith# $Id: makefile,v 1.11 2001/08/22 18:01:31 balay Exp $
2*4b9ad928SBarry Smith
3*4b9ad928SBarry Smith#requirespackage   'PETSC_HAVE_SPAI'
4*4b9ad928SBarry Smith#requiresprecision double
5*4b9ad928SBarry Smith#requiresscalar    real
6*4b9ad928SBarry Smith
7*4b9ad928SBarry SmithALL: lib
8*4b9ad928SBarry Smith
9*4b9ad928SBarry SmithCFLAGS   =
10*4b9ad928SBarry SmithFFLAGS   =
11*4b9ad928SBarry SmithSOURCEC  =
12*4b9ad928SBarry SmithSOURCEF  =
13*4b9ad928SBarry SmithSOURCEH  =
14*4b9ad928SBarry SmithOBJSC    =
15*4b9ad928SBarry SmithOBJSF    =
16*4b9ad928SBarry SmithLIBBASE  = libpetscksp
17*4b9ad928SBarry SmithDIRS     = src examples
18*4b9ad928SBarry SmithLOCDIR   = src/ksp/pc/impls/spai/
19*4b9ad928SBarry Smith
20*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
21*4b9ad928SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
22