xref: /petsc/src/mat/impls/aij/seq/essl/makefile (revision 9fd2a872fac71d98bdeeea4f800da4f052f7a9fb)
1-include ../../../../../../petscdir.mk
2#requirespackage  'PETSC_HAVE_ESSL'
3#requiresscalar    real
4#requiresprecision double
5
6SOURCEC  = essl.c
7LIBBASE  = libpetscmat
8MANSEC   = Mat
9
10include ${PETSC_DIR}/lib/petsc/conf/variables
11include ${PETSC_DIR}/lib/petsc/conf/rules
12include ${PETSC_DIR}/lib/petsc/conf/test
13