xref: /petsc/src/dm/impls/plex/transform/makefile (revision 012bc3648b56b7befe35b618b2ec944650f76ae7)
1*012bc364SMatthew G. Knepley-include ../../../../../petscdir.mk
2*012bc364SMatthew G. KnepleyALL: lib
3*012bc364SMatthew G. Knepley
4*012bc364SMatthew G. KnepleyCPPFLAGS =
5*012bc364SMatthew G. KnepleyCFLAGS   =
6*012bc364SMatthew G. KnepleyFFLAGS   =
7*012bc364SMatthew G. KnepleySOURCEC  =
8*012bc364SMatthew G. KnepleySOURCEF  =
9*012bc364SMatthew G. KnepleySOURCEH  =
10*012bc364SMatthew G. KnepleyDIRS     = interface impls
11*012bc364SMatthew G. KnepleyLIBBASE  = libpetscdm
12*012bc364SMatthew G. KnepleyMANSEC   = DM
13*012bc364SMatthew G. KnepleySUBMANSEC= DMPLEX
14*012bc364SMatthew G. KnepleyLOCDIR   = src/dm/impls/plex/transform/
15*012bc364SMatthew G. Knepley
16*012bc364SMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/variables
17*012bc364SMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/rules
18*012bc364SMatthew G. Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/test
19