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