1-include ../../../../../petscdir.mk 2#requiresscalar real 3 4ALL: lib 5 6CPPFLAGS = 7CFLAGS = 8FFLAGS = 9SOURCEC = bitmask.c comm.c gs.c ivec.c xxt.c xyt.c tfs.c 10SOURCEF = 11SOURCEH = tfs.h 12LIBBASE = libpetscksp 13MANSEC = KSP 14SUBMANSEC = PC 15LOCDIR = src/ksp/pc/impls/tfs/ 16 17include ${PETSC_DIR}/lib/petsc/conf/variables 18include ${PETSC_DIR}/lib/petsc/conf/rules 19include ${PETSC_DIR}/lib/petsc/conf/test 20