xref: /petsc/src/mat/impls/lrc/makefile (revision ab92ecdecd91d0da3cc3eb399754264388cdefc6)
1ceb9aaf7SBarry Smith
2ceb9aaf7SBarry SmithALL: lib
3ceb9aaf7SBarry Smith
4ceb9aaf7SBarry SmithCFLAGS   =
5ceb9aaf7SBarry SmithFFLAGS   =
6*ab92ecdeSBarry SmithSOURCEC  = lrc.c
7ceb9aaf7SBarry SmithSOURCEF  =
8ceb9aaf7SBarry SmithSOURCEH  =
9*ab92ecdeSBarry SmithOBJSC    = lrc.o
10ceb9aaf7SBarry SmithOBJSF    =
11ceb9aaf7SBarry SmithLIBBASE  = libpetscmat
12ceb9aaf7SBarry SmithDIRS     =
13*ab92ecdeSBarry SmithLOCDIR   = src/mat/impls/lrc/
14ceb9aaf7SBarry SmithMANSEC   = Mat
15ceb9aaf7SBarry Smith
16ceb9aaf7SBarry Smithinclude ${PETSC_DIR}/bmake/common/base
17ceb9aaf7SBarry Smithinclude ${PETSC_DIR}/bmake/common/test
18ceb9aaf7SBarry Smith
19