xref: /petsc/src/mat/graphops/partition/impls/chaco/makefile (revision 8be712e46db5d855f641c6bd97b4543e0efe65bd)
1*8be712e4SBarry Smith-include ../../../../../../petscdir.mk
2*8be712e4SBarry Smith#requirespackage 'PETSC_HAVE_CHACO'
3*8be712e4SBarry Smith
4*8be712e4SBarry SmithCPPFLAGS  = ${CHACO_INCLUDE}
5*8be712e4SBarry SmithLIBBASE   = libpetscmat
6*8be712e4SBarry SmithMANSEC    = Mat
7*8be712e4SBarry SmithSUBMANSEC = MatGraphOperations
8*8be712e4SBarry Smith
9*8be712e4SBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
10*8be712e4SBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules_doc.mk
11