1 2ALL: lib 3 4CFLAGS = 5FFLAGS = 6SOURCEC = mcomposite.c 7SOURCEF = 8SOURCEH = 9OBJSC = mcomposite.o 10OBJSF = 11LIBBASE = libpetscmat 12MANSEC = Mat 13LOCDIR = src/mat/impls/composite/ 14 15include ${PETSC_DIR}/conf/variables 16include ${PETSC_DIR}/conf/rules 17include ${PETSC_DIR}/conf/test 18