xref: /petsc/src/mat/interface/makefile (revision 94a9d846f3ddde88d13e28427bb8487cab59ecdb)
16a67db7eSSatish Balay#PETSC_DIR = ../../..
28c819ef2SBarry Smith
38c819ef2SBarry SmithALL: lib
48c819ef2SBarry Smith
570f55243SBarry SmithCFLAGS   = $(CPPFLAGS) $(CONF) -D__DIR__='"$(LOCDIR)"'
6*94a9d846SBarry SmithSOURCEC  = matrix.c mhas.c fdmatrix.c matcnv.c mgtype.c
78c819ef2SBarry SmithSOURCEF  =
88c819ef2SBarry SmithSOURCEH  =
9*94a9d846SBarry SmithOBJSC    = matrix.o mhas.o fdmatrix.o matcnv.o mgtype.o
108c819ef2SBarry SmithOBJSF    =
118c819ef2SBarry SmithLIBBASE  = libpetscmat
12289bc588SBarry SmithMANSEC   = 2
139da4b979SBarry SmithLOCDIR   = src/mat/interface/
148c819ef2SBarry Smith
154e627d3aSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base
16