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