makefile (516d1546314df30606f63bb2b355587cdc58f501) makefile (ef66eb6987ddfdf4e414d6b820cbc8d8d7d17bc2)
1# $Id: makefile,v 1.27 2000/11/28 17:28:11 bsmith Exp balay $
1# $Id: makefile,v 1.28 2001/08/22 17:59:47 balay Exp bsmith $
2
3ALL: lib
4
5SOURCEH = vecimpl.h ../../include/petscvec.h
2
3ALL: lib
4
5SOURCEH = vecimpl.h ../../include/petscvec.h
6DIRS = is utils interface impls examples
6DIRS = is utils interface impls examples esi
7LOCDIR = src/vec/
8MANSEC = Vec
9
10include ${PETSC_DIR}/bmake/common/base
11include ${PETSC_DIR}/bmake/common/test
12
7LOCDIR = src/vec/
8MANSEC = Vec
9
10include ${PETSC_DIR}/bmake/common/base
11include ${PETSC_DIR}/bmake/common/test
12