xref: /petsc/src/vec/makefile (revision b0a32e0c6855ee6a6cd3495fa7da12ea9885bc5d)
1# $Id: makefile,v 1.26 2000/08/17 04:50:57 bsmith Exp bsmith $
2
3ALL: lib
4
5SOURCEH  = vecimpl.h ../../include/petscvec.h
6DIRS     = is utils interface impls  examples
7LOCDIR   = src/vec/
8MANSEC   = Vec
9
10include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
11include ${PETSC_DIR}/bmake/common_test
12
13