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