xref: /petsc/src/vec/makefile (revision d77bb2e1bd18432b9760a5a427628540258117e0)
1*d77bb2e1SSatish Balay# $Id: makefile,v 1.19 1997/08/22 15:10:21 bsmith Exp balay $
2aa2ab745SBarry Smith
3aa2ab745SBarry SmithALL: lib
4aa2ab745SBarry Smith
5*d77bb2e1SSatish BalayCFLAGS   = ${CPPFLAGS} ${CONF} -D__SDIR__='"${LOCDIR}"'
6aa2ab745SBarry SmithSOURCEC  =
7aa2ab745SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = vecimpl.h
9aa2ab745SBarry SmithOBJSC    =
10aa2ab745SBarry SmithOBJSF    =
11aa2ab745SBarry SmithLIBBASE  = libpetscvec
1262343b6aSBarry SmithDIRS     = utils interface impls  examples
132f7c00afSSatish BalayLOCDIR   = src/vec/
14aa2ab745SBarry Smith
15*d77bb2e1SSatish Balayinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
16c6a45a97SBarry Smith
17