xref: /petsc/src/mat/makefile (revision 4e627d3a034d8dbe6c0b444d105a274c665112f3)
10de55854SLois Curfman McInnesPETSC_DIR = ../..
28c819ef2SBarry Smith
38c819ef2SBarry SmithALL: lib
48c819ef2SBarry Smith
555659b69SBarry SmithCFLAGS   =  -I$(PETSC_DIR)/include -I.. -I$(PETSC_DIR) $(CONF) $(PCONF)
68c819ef2SBarry SmithSOURCEC  =
78c819ef2SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = matimpl.h
98c819ef2SBarry SmithOBJSC    =
108c819ef2SBarry SmithOBJSF    =
11b3a7afecSLois Curfman McInnesLIBBASE  = libpetscmat
1262343b6aSBarry SmithDIRS     = interface impls examples utils
13c6a45a97SBarry Smith
14*4e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
15