xref: /petsc/src/snes/utils/makefile (revision 29c1e3714de9818eed183ec6730e667ed97d8b21)
173f4d377SMatthew Knepley# $Id: makefile,v 1.5 2001/08/22 18:02:15 balay Exp $
2bdd0f598SBarry Smith
3bdd0f598SBarry SmithALL: lib
4bdd0f598SBarry Smith
5*29c1e371SBarry 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
18516d1546SSatish Balayinclude ${PETSC_DIR}/bmake/common/base
19516d1546SSatish Balayinclude ${PETSC_DIR}/bmake/common/test
20bdd0f598SBarry Smith
21