xref: /petsc/src/ksp/pc/impls/mg/makefile (revision 2423ceccb24e7c4e920586461c18d276a9f3c5ae)
14b9ad928SBarry Smith
24b9ad928SBarry SmithALL: lib
34b9ad928SBarry Smith
44b9ad928SBarry SmithCFLAGS   =
54b9ad928SBarry SmithFFLAGS   =
64b9ad928SBarry SmithSOURCEC  = mg.c fmg.c smg.c mgfunc.c
74b9ad928SBarry SmithSOURCEF  =
84b9ad928SBarry SmithSOURCEH  = mgimpl.h ../../../../../include/petscmg.h
94b9ad928SBarry SmithOBJSC    = mg.o fmg.o smg.o mgfunc.o
104b9ad928SBarry SmithOBJSF    =
114b9ad928SBarry SmithLIBBASE  = libpetscksp
124b9ad928SBarry SmithMANSEC   = PC
134b9ad928SBarry SmithLOCDIR   = src/ksp/pc/impls/mg/
144b9ad928SBarry Smith
15*2423ceccSBarry Smithinclude ${PETSC_DIR}/conf/base
16*2423ceccSBarry Smithinclude ${PETSC_DIR}/conf/test
17