xref: /petsc/src/mat/impls/sbaij/seq/cholmod/makefile (revision cdb0f33d09c128f365fdb48a6f07c56e211b6a43)
1*cdb0f33dSPierre Jolivet-include ../../../../../../petscdir.mk
2913c410bSShri Abhyankar#requirespackage    'PETSC_HAVE_SUITESPARSE'
3641875f9SMatthew G Knepley#requiresprecision  double
4641875f9SMatthew G Knepley
5641875f9SMatthew G KnepleyALL: lib
6641875f9SMatthew G Knepley
7913c410bSShri AbhyankarCFLAGS	 = ${SUITESPARSE_INCLUDE}
8641875f9SMatthew G KnepleyFFLAGS	 =
9641875f9SMatthew G KnepleyCPPFLAGS =
10641875f9SMatthew G KnepleyFPPFLAGS =
11641875f9SMatthew G KnepleySOURCEC	 = sbaijcholmod.c
12641875f9SMatthew G KnepleySOURCEF	 =
13181745c3SJed BrownSOURCEH	 = cholmodimpl.h
14641875f9SMatthew G KnepleyLIBBASE	 = libpetscmat
15641875f9SMatthew G KnepleyDIRS     =
16641875f9SMatthew G KnepleyMANSEC	 = Mat
17641875f9SMatthew G KnepleyLOCDIR	 = src/mat/impls/sbaij/seq/cholmod/
18641875f9SMatthew G Knepley
19af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
20af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules
21af0996ceSBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/test
22