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