xref: /petsc/src/mat/impls/makefile (revision 6b5873e37b549cc139dbd34cfb32e6aff4f310b3)
1*6b5873e3SBarry SmithIPETSCDIR = ../../../
2289bc588SBarry Smith
3289bc588SBarry SmithALL: lib
4289bc588SBarry Smith
5*6b5873e3SBarry SmithCFLAGS   = $(OPT) -I$(IPETSCDIR)/include -I.. -I$(IPETSCDIR) $(CONF)
6289bc588SBarry SmithSOURCEC  =
7289bc588SBarry SmithSOURCEF  =
8289bc588SBarry SmithWSOURCEC =
9289bc588SBarry SmithSOURCEH  =
10289bc588SBarry SmithOBJSC    =
11289bc588SBarry SmithWOBJS    =
12289bc588SBarry SmithOBJSF    =
13289bc588SBarry SmithLIBBASE  = libpetscvec
14289bc588SBarry SmithLINCLUDE = $(SOURCEH)
15fef9f809SLois Curfman McInnesDIRS     = dense aij shell row rowbs
16289bc588SBarry Smith
17c6a45a97SBarry Smithrunexamples:
18c6a45a97SBarry Smith
19*6b5873e3SBarry Smithinclude $(IPETSCDIR)/bmake/$(PARCH)/$(PARCH)
20