1 2 3ALL: lib 4 5CFLAGS = 6FFLAGS = 7SOURCEC = gasm.c 8SOURCEF = 9SOURCEH = 10OBJSC = gasm.o 11OBJSF = 12LIBBASE = libpetscksp 13DIRS = 14MANSEC = PC 15SUBMANSEC= PCGASM 16LOCDIR = src/ksp/pc/impls/gasm/ 17 18include ${PETSC_DIR}/conf/variables 19include ${PETSC_DIR}/conf/rules 20include ${PETSC_DIR}/conf/test 21