xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/makefile (revision fd3149344b786979040ec64d65bd274fdf13dcc2)
1*fd314934SBarry Smith#requirespackage 'PETSC_HAVE_CUDA'
29ae82921SPaul MullowneyALL: lib
39ae82921SPaul Mullowney
49ae82921SPaul MullowneyCFLAGS   =
59ae82921SPaul MullowneyFFLAGS   =
69ae82921SPaul MullowneySOURCECU = mpiaijcusparse.cu
79ae82921SPaul MullowneySOURCEF	 =
8bbf3fe20SPaul MullowneySOURCEH	 = mpicusparsematimpl.h
99ae82921SPaul MullowneyLIBBASE	 = libpetscmat
109ae82921SPaul MullowneyDIRS	 =
119ae82921SPaul MullowneyMANSEC	 = Mat
123e1910f1SJed BrownLOCDIR	 = src/mat/impls/aij/mpi/mpicusparse/
139ae82921SPaul Mullowney
14af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
15af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
16af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
17