xref: /petsc/src/ksp/pc/impls/wb/makefile (revision 174b69465bc92b33552c2e0a1c29779d344b1a5b)
1*174b6946SBarry Smith
2*174b6946SBarry SmithALL: lib
3*174b6946SBarry Smith
4*174b6946SBarry SmithCFLAGS   =
5*174b6946SBarry SmithFFLAGS   =
6*174b6946SBarry SmithSOURCEC  = wb.c
7*174b6946SBarry SmithSOURCEF  =
8*174b6946SBarry SmithSOURCEH  =
9*174b6946SBarry SmithOBJSC    = wb.o
10*174b6946SBarry SmithOBJSF    =
11*174b6946SBarry SmithLIBBASE  = libpetscksp
12*174b6946SBarry SmithDIRS     =
13*174b6946SBarry SmithMANSEC   = PC
14*174b6946SBarry SmithLOCDIR   = src/ksp/pc/impls/wb/
15*174b6946SBarry Smith
16*174b6946SBarry Smithinclude ${PETSC_DIR}/conf/base
17*174b6946SBarry Smithinclude ${PETSC_DIR}/conf/test
18