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