xref: /petsc/src/mat/impls/aij/seq/umfpack/makefile (revision 6a84ff42bdbe05fefc02667e204ee7ed04d7128e)
1-include ../../../../../../petscdir.mk
2#requirespackage   'PETSC_HAVE_SUITESPARSE'
3#requiresprecision double
4
5CFLAGS   = ${SUITESPARSE_INCLUDE}
6LIBBASE  = libpetscmat
7MANSEC   = Mat
8
9include ${PETSC_DIR}/lib/petsc/conf/variables
10include ${PETSC_DIR}/lib/petsc/conf/rules
11include ${PETSC_DIR}/lib/petsc/conf/test
12