xref: /petsc/src/mat/impls/makefile (revision f8948ba9a8735a88089eac6f9e71fa8eb09be8be)
10de55854SLois Curfman McInnesPETSC_DIR = ../../..
2289bc588SBarry Smith
3289bc588SBarry SmithALL: lib
4289bc588SBarry Smith
5*f8948ba9SSatish BalayCFLAGS   =
6289bc588SBarry SmithSOURCEC  =
7289bc588SBarry SmithSOURCEF  =
8289bc588SBarry SmithSOURCEH  =
9289bc588SBarry SmithOBJSC    =
10289bc588SBarry SmithOBJSF    =
11289bc588SBarry SmithLIBBASE  = libpetscvec
12a5637dfeSBarry SmithDIRS     = dense aij shell rowbs bdiag order baij
13*f8948ba9SSatish BalayLOCDIR   = src/mat/impls
14289bc588SBarry Smith
154e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
16