xref: /petsc/src/mat/utils/makefile (revision 6b5873e37b549cc139dbd34cfb32e6aff4f310b3)
1*6b5873e3SBarry SmithIPETSCDIR = ../../../
27807a1faSBarry Smith
37807a1faSBarry SmithALL: lib
47807a1faSBarry Smith
5*6b5873e3SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I.. -I$(IPETSCDIR)/pinclude\
697f30686SLois Curfman McInnes           -I../impls/aij/seq -I../impls/aij/mpi \
797f30686SLois Curfman McInnes           -I../impls/row/seq -I../impls/row/mpi \
8da3a660dSBarry Smith           $(CONF) -D__DIR__='"mat/utils"'
997f30686SLois Curfman McInnesSOURCEC  = gcreate.c convert.c
107807a1faSBarry SmithSOURCEF  =
117807a1faSBarry SmithWSOURCEC =
127807a1faSBarry SmithSOURCEH  =
1397f30686SLois Curfman McInnesOBJSC    = gcreate.o convert.o
147807a1faSBarry SmithWOBJS    =
157807a1faSBarry SmithOBJSF    =
167807a1faSBarry SmithLIBBASE  = libpetscmat
177807a1faSBarry SmithLINCLUDE = $(SOURCEH)
187807a1faSBarry SmithDIRS     = complex
197807a1faSBarry SmithMANSEC   = 2
207807a1faSBarry Smith
21c6a45a97SBarry Smithrunexamples:
22c6a45a97SBarry Smith
23*6b5873e3SBarry Smithinclude $(IPETSCDIR)/bmake/$(PARCH)/$(PARCH)
24