xref: /petsc/src/snes/impls/ngmres/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
1a312c225SMatthew G KnepleyALL: lib
2a312c225SMatthew G Knepley
3a312c225SMatthew G KnepleyCFLAGS   =
4a312c225SMatthew G KnepleyFFLAGS   =
5f31c9d25SPeter BruneSOURCEC  = snesngmres.c ngmresfunc.c anderson.c
6a312c225SMatthew G KnepleySOURCEF  =
7a312c225SMatthew G KnepleySOURCEH  =
8a312c225SMatthew G KnepleyLIBBASE  = libpetscsnes
9a312c225SMatthew G KnepleyMANSEC   = SNES
10a312c225SMatthew G KnepleyLOCDIR   = src/snes/impls/ngmres/
11a312c225SMatthew G Knepley
12*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
13*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
14*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
15