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