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