xref: /petsc/src/vec/is/section/interface/makefile (revision ea844a1adba28e307898a6e94a1f422fd7d2db48)
1*ea844a1aSMatthew KnepleyALL: lib
2*ea844a1aSMatthew Knepley
3*ea844a1aSMatthew KnepleySOURCEH	  =
4*ea844a1aSMatthew KnepleySOURCEC   = section.c
5*ea844a1aSMatthew KnepleyLIBBASE	  = libpetscvec
6*ea844a1aSMatthew KnepleyDIRS	    =
7*ea844a1aSMatthew KnepleyLOCDIR    = src/vec/is/section/interface/
8*ea844a1aSMatthew KnepleyMANSEC    = Vec
9*ea844a1aSMatthew KnepleySUBMANSEC = PetscSection
10*ea844a1aSMatthew Knepley
11*ea844a1aSMatthew Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/variables
12*ea844a1aSMatthew Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/rules
13*ea844a1aSMatthew Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/test
14