xref: /petsc/src/snes/utils/makefile (revision 4800ff0521d9a4654b1781f27866eac62e1bd90b)
1bdd0f598SBarry Smith
2bdd0f598SBarry SmithALL: lib
3bdd0f598SBarry Smith
429c1e371SBarry SmithCFLAGS   =
5bdd0f598SBarry SmithFFLAGS   =
6*4800ff05SBarry SmithSOURCEC  = dmsnes.c dmdasnes.c
7bdd0f598SBarry SmithSOURCEF  =
8*4800ff05SBarry SmithSOURCEH  =
96cab3a1bSJed BrownOBJSC    = $(SOURCEC:.c=.o)
10bdd0f598SBarry SmithOBJSF    =
11bdd0f598SBarry SmithLIBBASE  = libpetscsnes
12*4800ff05SBarry SmithMANSEC   = SNES
13*4800ff05SBarry SmithDIRS     =
1474637425SBarry SmithEDIRS    =
1574637425SBarry SmithLOCDIR   = src/snes/utils/
16bdd0f598SBarry Smith
17da93591fSBarry Smithinclude ${PETSC_DIR}/conf/variables
18da93591fSBarry Smithinclude ${PETSC_DIR}/conf/rules
192423ceccSBarry Smithinclude ${PETSC_DIR}/conf/test
20bdd0f598SBarry Smith
21