1-include ../../petscdir.mk 2ALL: lib 3 4SOURCEH = ../../include/petscdm.h ../../include/petscdmtypes.h \ 5 ../../include/petsc/private/dmimpl.h ../../include/petsc/private/dmmbimpl.h \ 6 ../../include/petsc/private/dmnetworkimpl.h ../../include/petsc/private/dmpatchimpl.h \ 7 ../../include/petsc/private/dmpleximpl.h ../../include/petsc/private/dtimpl.h \ 8 ../../include/petsc/private/petscdsimpl.h ../../include/petsc/private/petscfeimpl.h \ 9 ../../include/petscdmcomposite.h ../../include/petscdmmoab.h ../../include/petscdmnetwork.h \ 10 ../../include/petscdmpatch.h ../../include/petscdmplex.h ../../include/petscdmlabel.h \ 11 ../../include/petsc/private/dmlabelimpl.h 12DIRS = impls f90-mod interface tests tutorials dt label field 13LOCDIR = src/dm/ 14MANSEC = DM 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19