xref: /petsc/src/mat/impls/aij/mpi/mpicusparse/makefile (revision 9ae82921df069a58776bfe4da82b38e8ff7dd41c)
1*9ae82921SPaul Mullowney#requirespackage 'PETSC_HAVE_TXPETSCGPU'
2*9ae82921SPaul MullowneyALL: lib
3*9ae82921SPaul Mullowney
4*9ae82921SPaul MullowneyCFLAGS   =
5*9ae82921SPaul MullowneyFFLAGS   =
6*9ae82921SPaul MullowneySOURCECU = mpiaijcusparse.cu
7*9ae82921SPaul MullowneySOURCEF	 =
8*9ae82921SPaul MullowneySOURCEH	 =
9*9ae82921SPaul MullowneyOBJSCU	 = mpiaijcusparse.o
10*9ae82921SPaul MullowneyOBJSF	 =
11*9ae82921SPaul MullowneyLIBBASE	 = libpetscmat
12*9ae82921SPaul MullowneyDIRS	 =
13*9ae82921SPaul MullowneyMANSEC	 = Mat
14*9ae82921SPaul MullowneyLOCDIR	 = src/mat/impls/aij/mpi/mpicusparse
15*9ae82921SPaul Mullowney
16*9ae82921SPaul Mullowneyinclude ${PETSC_DIR}/conf/variables
17*9ae82921SPaul Mullowneyinclude ${PETSC_DIR}/conf/rules
18*9ae82921SPaul Mullowneyinclude ${PETSC_DIR}/conf/test
19