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