xref: /petsc/src/snes/impls/ngmres/makefile (revision f31c9d25cdd72681fc05eb3c724f19c48e234dd7)
1a312c225SMatthew G KnepleyALL: lib
2a312c225SMatthew G Knepley
3a312c225SMatthew G KnepleyCFLAGS   =
4a312c225SMatthew G KnepleyFFLAGS   =
5*f31c9d25SPeter 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
12a312c225SMatthew G Knepleyinclude ${PETSC_DIR}/conf/variables
13a312c225SMatthew G Knepleyinclude ${PETSC_DIR}/conf/rules
14a312c225SMatthew G Knepleyinclude ${PETSC_DIR}/conf/test
15