xref: /petsc/src/ts/impls/pseudo/makefile (revision 0713fee8a27481b0deeccc792613f84c28abcf5e)
1# $Id: makefile,v 1.11 1998/04/23 23:38:48 balay Exp balay $
2
3ALL: lib
4
5SOURCEC  = posindep.c
6SOURCEF  =
7SOURCEH  =
8OBJSC    = posindep.o
9OBJSF    =
10LIBBASE  = libpetscts
11MANSEC   = t
12LOCDIR   = src/ts/impls/pseudo/
13
14include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
15
16