xref: /petsc/src/mat/impls/cufft/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
1e133240eSMatthew G Knepley#requirespackage 'PETSC_HAVE_CUDA'
2e133240eSMatthew G Knepley#requiresprecision single
3e133240eSMatthew G Knepley#requiresscalar    complex
4e133240eSMatthew G KnepleyALL: lib
5e133240eSMatthew G Knepley
6e133240eSMatthew G KnepleyCFLAGS    =
7e133240eSMatthew G KnepleyFFLAGS    =
8e133240eSMatthew G KnepleySOURCECU  = cufft.cu
9e133240eSMatthew G KnepleySOURCEF   =
10e133240eSMatthew G KnepleySOURCEH   =
11e133240eSMatthew G KnepleyLIBBASE   = libpetscmat
12e133240eSMatthew G KnepleyDIRS      =
13e133240eSMatthew G KnepleyMANSEC    = Mat
143e1910f1SJed BrownLOCDIR    = src/mat/impls/cufft/
15e133240eSMatthew G Knepley
16*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
17*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
18*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
19