1-include ../../../../petscdir.mk 2#requirespackage 'PETSC_HAVE_H2OPUS' 3 4ALL: lib 5 6FFLAGS = 7SOURCECXX = math2opuscpu.cxx math2opusutilscpu.cxx 8SOURCECU = math2opus.cu math2opusutils.cu 9SOURCEF = 10SOURCEH = 11LIBBASE = libpetscmat 12DIRS = 13MANSEC = Mat 14LOCDIR = src/mat/impls/h2opus/ 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19