xref: /petsc/src/mat/impls/dense/makefile (revision 7854c7f8112cae921e4370fc5d1e189095717a21)
1
2#requirespackage  'PETSC_USE_32BIT_INT'
3
4ALL: lib
5
6DIRS     = seq mpi
7LOCDIR   = src/mat/impls/dense/
8
9include ${PETSC_DIR}/bmake/common/base
10include ${PETSC_DIR}/bmake/common/test
11