xref: /petsc/src/snes/utils/makefile (revision 1d1367b701e18635b93987ba2b3db3393f546cd8)
1*1d1367b7SBarry Smith# $Id: makefile,v 1.2 2000/08/01 20:57:38 bsmith Exp bsmith $
2bdd0f598SBarry Smith
3bdd0f598SBarry SmithALL: lib
4bdd0f598SBarry Smith
5bdd0f598SBarry SmithCFLAGS   =
6bdd0f598SBarry SmithFFLAGS   =
774637425SBarry SmithSOURCEC  = damgsnes.c
8bdd0f598SBarry SmithSOURCEF  =
9bdd0f598SBarry SmithSOURCEH  =
1074637425SBarry SmithOBJSC    = damgsnes.o
11bdd0f598SBarry SmithOBJSF    =
12bdd0f598SBarry SmithLIBBASE  = libpetscsnes
13bdd0f598SBarry SmithMANSEC   = SNES
14bdd0f598SBarry SmithDIRS     =
1574637425SBarry SmithEDIRS    =
1674637425SBarry SmithLOCDIR   = src/snes/utils/
17bdd0f598SBarry Smith
18bdd0f598SBarry Smithinclude ${PETSC_DIR}/bmake/${PETSC_ARCH}/base
19*1d1367b7SBarry Smithinclude ${PETSC_DIR}/bmake/common_test
20bdd0f598SBarry Smith
21