xref: /petsc/src/vec/is/section/interface/makefile (revision d18748622689843e8c5ce717aabfcc708e80ab43)
1*d1874862SSatish Balay-include ../../../../../petscdir.mk
2ea844a1aSMatthew Knepley
3ea844a1aSMatthew KnepleySOURCEH	  =
41ddd528eSksagiyamSOURCEC   = section.c sectionhdf5.c
5ea844a1aSMatthew KnepleyLIBBASE	  = libpetscvec
6ea844a1aSMatthew KnepleyDIRS	    =
7ea844a1aSMatthew KnepleyLOCDIR    = src/vec/is/section/interface/
8ea844a1aSMatthew KnepleyMANSEC    = Vec
9ea844a1aSMatthew KnepleySUBMANSEC = PetscSection
10ea844a1aSMatthew Knepley
11ea844a1aSMatthew Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/variables
12ea844a1aSMatthew Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/rules
13ea844a1aSMatthew Knepleyinclude ${PETSC_DIR}/lib/petsc/conf/test
14