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