xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/makefile (revision bbf3fe20a13d25761406078d7bb366504465e38d)
19ae82921SPaul Mullowney#requirespackage 'PETSC_HAVE_TXPETSCGPU'
29ae82921SPaul MullowneyALL: lib
39ae82921SPaul Mullowney
49ae82921SPaul MullowneyCFLAGS   =
59ae82921SPaul MullowneyFFLAGS   =
69ae82921SPaul MullowneySOURCECU = mpiaijcusparse.cu
79ae82921SPaul MullowneySOURCEF	 =
8*bbf3fe20SPaul MullowneySOURCEH	 = mpicusparsematimpl.h
99ae82921SPaul MullowneyOBJSCU	 = mpiaijcusparse.o
109ae82921SPaul MullowneyOBJSF	 =
119ae82921SPaul MullowneyLIBBASE	 = libpetscmat
129ae82921SPaul MullowneyDIRS	 =
139ae82921SPaul MullowneyMANSEC	 = Mat
149ae82921SPaul MullowneyLOCDIR	 = src/mat/impls/aij/mpi/mpicusparse
159ae82921SPaul Mullowney
169ae82921SPaul Mullowneyinclude ${PETSC_DIR}/conf/variables
179ae82921SPaul Mullowneyinclude ${PETSC_DIR}/conf/rules
189ae82921SPaul Mullowneyinclude ${PETSC_DIR}/conf/test
19