1-include ../../../../../../petscdir.mk 2#requirespackage 'PETSC_HAVE_SUPERLU' 3 4CFLAGS = ${SUPERLU_INCLUDE} 5SOURCEC = superlu.c 6SOURCEF = 7SOURCEH = 8LIBBASE = libpetscmat 9DIRS = 10MANSEC = Mat 11LOCDIR = src/mat/impls/aij/seq/superlu/ 12 13include ${PETSC_DIR}/lib/petsc/conf/variables 14include ${PETSC_DIR}/lib/petsc/conf/rules 15include ${PETSC_DIR}/lib/petsc/conf/test 16