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