xref: /petsc/src/mat/utils/makefile (revision 70f19b1f7e86062814f7b2efd7f722a70996ac5d)
173f4d377SMatthew Knepley# $Id: makefile,v 1.44 2001/08/22 18:01:10 balay Exp $
27807a1faSBarry Smith
37807a1faSBarry SmithALL: lib
47807a1faSBarry Smith
542d0594dSSatish BalayCFLAGS   =
642d0594dSSatish BalayFFLAGS   =
70a0949deSSatish BalaySOURCEC  = convert.c matstash.c axpy.c zerodiag.c matio.c matioall.c \
8*70f19b1fSKris Buschelman           getcolv.c gcreate.c freespace.c
97807a1faSBarry SmithSOURCEF  =
10*70f19b1fSKris BuschelmanSOURCEH  = freespace.h
110a0949deSSatish BalayOBJSC    = convert.o matstash.o axpy.o zerodiag.o matio.o matioall.o \
12*70f19b1fSKris Buschelman           getcolv.o gcreate.o freespace.o
137807a1faSBarry SmithOBJSF    =
147807a1faSBarry SmithLIBBASE  = libpetscmat
1501513686SBarry SmithDIRS     =
16d79d6698SSatish BalayMANSEC   = Mat
179da4b979SBarry SmithLOCDIR   = src/mat/utils/
187807a1faSBarry Smith
19516d1546SSatish Balayinclude ${PETSC_DIR}/bmake/common/base
20516d1546SSatish Balayinclude ${PETSC_DIR}/bmake/common/test
21b12f92e5SBarry Smith
22