xref: /petsc/src/mat/impls/makefile (revision 4b82868493c9edf03354b51660eb8724ac562bee)
1aed3d143SBarry SmithIPETSCDIR = ../../..
2289bc588SBarry Smith
3289bc588SBarry SmithALL: lib
4289bc588SBarry Smith
5*4b828684SBarry SmithCFLAGS   =  -I$(IPETSCDIR)/include -I.. -I$(IPETSCDIR) $(CONF)
6289bc588SBarry SmithSOURCEC  =
7289bc588SBarry SmithSOURCEF  =
8289bc588SBarry SmithSOURCEH  =
9289bc588SBarry SmithOBJSC    =
10289bc588SBarry SmithOBJSF    =
11289bc588SBarry SmithLIBBASE  = libpetscvec
12*4b828684SBarry SmithDIRS     = dense aij shell row rowbs bdiag order
13289bc588SBarry Smith
147857610eSBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
15