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