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