xref: /petsc/src/mat/makefile (revision d77bb2e1bd18432b9760a5a427628540258117e0)
1*d77bb2e1SSatish Balay# $Id: makefile,v 1.21 1997/08/22 15:13:04 bsmith Exp balay $
28c819ef2SBarry Smith
38c819ef2SBarry SmithALL: lib
48c819ef2SBarry Smith
5*d77bb2e1SSatish BalayCFLAGS   = ${CPPFLAGS} ${CONF} -D__SDIR__='"${LOCDIR}"'
68c819ef2SBarry SmithSOURCEC  =
78c819ef2SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = matimpl.h
98c819ef2SBarry SmithOBJSC    =
108c819ef2SBarry SmithOBJSF    =
11b3a7afecSLois Curfman McInnesLIBBASE  = libpetscmat
1262343b6aSBarry SmithDIRS     = interface impls examples utils
13104a6d15SSatish BalayLOCDIR   = src/mat/
14c6a45a97SBarry Smith
15*d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
16