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