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