xref: /petsc/src/mat/graphops/order/makefile (revision 8be712e46db5d855f641c6bd97b4543e0efe65bd)
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 SmithLIBBASE   = libpetscmat
14*8be712e4SBarry SmithMANSEC    = Mat
15*8be712e4SBarry SmithSUBMANSEC = MatGraphOperations
16*8be712e4SBarry Smith
17*8be712e4SBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/variables
18*8be712e4SBarry Smithinclude ${PETSC_DIR}/lib/petsc/conf/rules_doc.mk
19