xref: /petsc/src/mat/matfd/makefile (revision 41ede01b5d5578d8a64bd3d3c354925472bf78b0)
1*41ede01bSBarry Smith# $Id: makefile,v 1.35 1999/02/02 21:24:52 balay Exp $
2*41ede01bSBarry Smith
3*41ede01bSBarry SmithALL: lib
4*41ede01bSBarry Smith
5*41ede01bSBarry SmithCFLAGS   =
6*41ede01bSBarry SmithFFLAGS   =
7*41ede01bSBarry SmithSOURCEC  = matrix.c mhas.c fdmatrix.c matcnv.c mgtype.c
8*41ede01bSBarry SmithSOURCEF  =
9*41ede01bSBarry SmithSOURCEH  =
10*41ede01bSBarry SmithOBJSC    = matrix.o mhas.o fdmatrix.o matcnv.o mgtype.o
11*41ede01bSBarry SmithOBJSF    =
12*41ede01bSBarry SmithLIBBASE  = libpetscmat
13*41ede01bSBarry SmithMANSEC   = Mat
14*41ede01bSBarry SmithLOCDIR   = src/mat/interface/
15*41ede01bSBarry Smith
16*41ede01bSBarry Smithinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
17