1 2ALL: lib 3 4CFLAGS = 5FFLAGS = 6CPPFLAGS = -DTAO_LIB_DIR='"${TAO_LIB_DIR}"' 7SOURCEC = tao_util.c 8SOURCEF = 9SOURCEH = 10LIBBASE = libpetsctao 11MANSEC = Tao 12DIRS = 13EDIRS = 14LOCDIR = src/tao/util/ 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19 20