xref: /petsc/src/mat/impls/cufft/makefile (revision 658e5547a7c77d7aff7b975a33da61ff852241a7)
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