xref: /petsc/src/mat/makefile (revision 62343b6a693750e5c62183ed1d2cb3118cd5c875)
1aed3d143SBarry SmithIPETSCDIR = ../..
28c819ef2SBarry Smith
38c819ef2SBarry SmithALL: lib
48c819ef2SBarry Smith
56b5873e3SBarry SmithCFLAGS   = $(OPT) -I$(IPETSCDIR)/include -I.. -I$(IPETSCDIR) $(CONF)
68c819ef2SBarry SmithSOURCEC  =
78c819ef2SBarry SmithSOURCEF  =
8f482c248SBarry SmithSOURCEH  = matimpl.h
98c819ef2SBarry SmithOBJSC    =
108c819ef2SBarry SmithOBJSF    =
11b3a7afecSLois Curfman McInnesLIBBASE  = libpetscmat
12*62343b6aSBarry SmithDIRS     = interface impls examples utils
13c6a45a97SBarry Smith
144a67a32fSLois Curfman McInnesinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
15