1#requirespackage 'PETSC_HAVE_CUDA' 2#requiresprecision single 3#requiresscalar complex 4ALL: lib 5 6CFLAGS = 7FFLAGS = 8SOURCECU = cufft.cu 9SOURCEF = 10SOURCEH = 11LIBBASE = libpetscmat 12DIRS = 13MANSEC = Mat 14LOCDIR = src/mat/impls/cufft/ 15 16include ${PETSC_DIR}/lib/petsc/conf/variables 17include ${PETSC_DIR}/lib/petsc/conf/rules 18include ${PETSC_DIR}/lib/petsc/conf/test 19