xref: /petsc/src/snes/makefile (revision c4606a8dd3fd57ffe3f8e0e0b6b743c008ef0f96)
1# $Id: makefile,v 1.22 1998/06/15 15:46:13 balay Exp bsmith $
2
3ALL: lib
4
5CFLAGS   =
6FFLAGS   =
7SOURCEC  =
8SOURCEF  =
9SOURCEH  = snesimpl.h
10OBJSC    =
11OBJSF    =
12LIBBASE  = libpetscsnes
13DIRS     = interface mf impls  examples
14LOCDIR   = src/snes/
15
16include ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
17
18