xref: /petsc/src/mat/impls/aij/seq/seqcusparse/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  = aijcusparse.cu
7*9ae82921SPaul MullowneySOURCEF   =
8*9ae82921SPaul MullowneySOURCEH   = cusparsematimpl.h
9*9ae82921SPaul MullowneyOBJSCU    = aijcusparse.o
10*9ae82921SPaul MullowneyOBJSF     =
11*9ae82921SPaul MullowneyLIBBASE   = libpetscmat
12*9ae82921SPaul MullowneyDIRS      =
13*9ae82921SPaul MullowneyMANSEC    = Mat
14*9ae82921SPaul MullowneyLOCDIR    = src/mat/impls/aij/seq/seqcusparse/
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