xref: /petsc/src/mat/impls/makefile (revision 20563c6b1ea7b82b48c81bbd22ce9170a8c92d3b)
1*20563c6bSBarry 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*20563c6bSBarry SmithDIRS     = dense aij shell
16289bc588SBarry Smith
1711d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
18