xref: /petsc/src/mat/impls/makefile (revision 55659b697dea51a1eb7e53af0b3166aa1c5f0f7d) !
10de55854SLois Curfman McInnesPETSC_DIR = ../../..
2289bc588SBarry Smith
3289bc588SBarry SmithALL: lib
4289bc588SBarry Smith
5*55659b69SBarry SmithCFLAGS   =  -I$(PETSC_DIR)/include -I.. -I$(PETSC_DIR) $(CONF) $(PCONF)
6289bc588SBarry SmithSOURCEC  =
7289bc588SBarry SmithSOURCEF  =
8289bc588SBarry SmithSOURCEH  =
9289bc588SBarry SmithOBJSC    =
10289bc588SBarry SmithOBJSF    =
11289bc588SBarry SmithLIBBASE  = libpetscvec
124b828684SBarry SmithDIRS     = dense aij shell row rowbs bdiag order
13289bc588SBarry Smith
140de55854SLois Curfman McInnesinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
15