xref: /petsc/src/mat/impls/aij/seq/seqcusparse/makefile (revision af0996ce37bc06907c37d8d91773840993d61e62)
11019ffe6SMatthew G. Knepley#requirespackage 'PETSC_HAVE_CUSP'
29ae82921SPaul MullowneyALL: lib
39ae82921SPaul Mullowney
49ae82921SPaul MullowneyCFLAGS    =
59ae82921SPaul MullowneyFFLAGS    =
69ae82921SPaul MullowneySOURCECU  = aijcusparse.cu
79ae82921SPaul MullowneySOURCEF   =
89ae82921SPaul MullowneySOURCEH   = cusparsematimpl.h
99ae82921SPaul MullowneyLIBBASE   = libpetscmat
109ae82921SPaul MullowneyDIRS      =
119ae82921SPaul MullowneyMANSEC    = Mat
129ae82921SPaul MullowneyLOCDIR    = src/mat/impls/aij/seq/seqcusparse/
139ae82921SPaul Mullowney
14*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
15*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
16*af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
17