1 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 12OBJSC = bitmask.o comm.o gs.o ivec.o xxt.o xyt.o tfs.o 13OBJSF = 14LIBBASE = libpetscksp 15MANSEC = PC 16LOCDIR = src/ksp/pc/impls/tfs/ 17 18include ${PETSC_DIR}/conf/variables 19include ${PETSC_DIR}/conf/rules 20include ${PETSC_DIR}/conf/test 21