xref: /petsc/src/mat/graphops/order/makefile (revision 60259892a0f1a0c79f29a82ea84d4791e87cbca3)
1*8be712e4SBarry Smith-include ../../../../petscdir.mk
2*8be712e4SBarry Smith#
3*8be712e4SBarry Smith#  The SPARSEPACK routines have been converted to C with the F2C
4*8be712e4SBarry Smith# converter.
5*8be712e4SBarry Smith#
6*8be712e4SBarry Smith#  SPARSEPACK routines are prepended with SPARSEPACK to reduce
7*8be712e4SBarry Smith# name space pollution.
8*8be712e4SBarry Smith#
9*8be712e4SBarry Smith#  This code uses the original SPARSEPACK software that was released
10*8be712e4SBarry Smith# into the public domain. Thus it can be used for any purpose.
11*8be712e4SBarry Smith# IT IS NOT THE VERSION OF SPARSEPACK THAT REQUIRES A LICENSE
12*8be712e4SBarry Smith
13*8be712e4SBarry SmithMANSEC    = Mat
14*8be712e4SBarry SmithSUBMANSEC = MatGraphOperations
15*8be712e4SBarry Smith
16*8be712e4SBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
17*8be712e4SBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules_doc.mk
18