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