xref: /petsc/src/mat/impls/makefile (revision c6a45a9732aaf0679b0f4eb4ddc75ce99ee9558a)
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)
1520563c6bSBarry SmithDIRS     = dense aij shell
16289bc588SBarry Smith
17*c6a45a97SBarry Smithrunexamples:
18*c6a45a97SBarry Smith
1911d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
20