xref: /petsc/src/snes/utils/makefile (revision e032938df9a3158aaea10e3e063e53aa7f8b31c8)
1bdd0f598SBarry Smith
2bdd0f598SBarry SmithALL: lib
3bdd0f598SBarry Smith
429c1e371SBarry SmithCFLAGS   =
5bdd0f598SBarry SmithFFLAGS   =
6*e032938dSBarry SmithSOURCEC  = damg.c damgsnes.c
7bdd0f598SBarry SmithSOURCEF  =
876d62498SBarry SmithSOURCEH  = ../../../include/petscdmmg.h
9*e032938dSBarry SmithOBJSC    = damg.o damgsnes.o
10bdd0f598SBarry SmithOBJSF    =
11bdd0f598SBarry SmithLIBBASE  = libpetscsnes
1245732ad0SSatish BalayMANSEC   = DMMG
13878719ebSMatthew KnepleyDIRS     = adutils sieve
1474637425SBarry SmithEDIRS    =
1574637425SBarry SmithLOCDIR   = src/snes/utils/
16bdd0f598SBarry Smith
172423ceccSBarry Smithinclude ${PETSC_DIR}/conf/base
182423ceccSBarry Smithinclude ${PETSC_DIR}/conf/test
19bdd0f598SBarry Smith
20