1-include ../../../../../../petscdir.mk 2#requirespackage 'PETSC_HAVE_SUPERLU_DIST' 3 4ALL: lib 5 6CFLAGS = ${SUPERLU_DIST_INCLUDE} 7FFLAGS = 8SOURCEC = superlu_dist.c 9SOURCEF = 10SOURCEH = 11LIBBASE = libpetscmat 12DIRS = 13MANSEC = Mat 14LOCDIR = src/mat/impls/aij/mpi/superlu_dist/ 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19