xref: /petsc/src/snes/impls/patch/makefile (revision 561742ed26eb17eb473b7929d5a9b68d57686b79)
1*561742edSMatthew G. KnepleyALL: lib
2*561742edSMatthew G. Knepley
3*561742edSMatthew G. KnepleyCFLAGS   =
4*561742edSMatthew G. KnepleyFFLAGS   =
5*561742edSMatthew G. KnepleySOURCEC  = snespatch.c
6*561742edSMatthew G. KnepleySOURCEF  =
7*561742edSMatthew G. KnepleySOURCEH  =
8*561742edSMatthew G. KnepleyLIBBASE  = libpetscsnes
9*561742edSMatthew G. KnepleyMANSEC   = SNES
10*561742edSMatthew G. KnepleyLOCDIR   = src/snes/impls/patch/
11*561742edSMatthew G. Knepley
12*561742edSMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/variables
13*561742edSMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/rules
14*561742edSMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/test
15