xref: /petsc/src/mat/impls/is/makefile (revision 1d1367b701e18635b93987ba2b3db3393f546cd8)
1*1d1367b7SBarry Smith# $Id: makefile,v 1.2 2000/07/10 03:39:48 bsmith Exp bsmith $
266f23a84SBarry Smith
366f23a84SBarry SmithALL: lib
466f23a84SBarry Smith
5b9b97703SBarry SmithCFLAGS   =
6b9b97703SBarry SmithFFLAGS   =
7b9b97703SBarry SmithSOURCEC  = nn.c
8b9b97703SBarry SmithSOURCEF  =
9b9b97703SBarry SmithSOURCEH  = nn.h
10b9b97703SBarry SmithOBJSC    = nn.o
11b9b97703SBarry SmithOBJSF    =
12b9b97703SBarry SmithLIBBASE  = libpetscmat
13b9b97703SBarry SmithMANSEC   = Mat
14b9b97703SBarry SmithDIRS     =
15b9b97703SBarry SmithLOCDIR   = src/mat/impls/nn/
1666f23a84SBarry Smith
1766f23a84SBarry Smithinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
18*1d1367b7SBarry Smithinclude ${PETSC_DIR}/bmake/common_test
19