xref: /petsc/src/mat/utils/makefile (revision 97f30686f10494b4bcb8a1be09aef799dfc165d5)
120563c6bSBarry SmithITOOLSDIR = ../../../
27807a1faSBarry Smith
37807a1faSBarry SmithALL: lib
47807a1faSBarry Smith
5da3a660dSBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I.. -I$(ITOOLSDIR)/pinclude\
6*97f30686SLois Curfman McInnes           -I../impls/aij/seq -I../impls/aij/mpi \
7*97f30686SLois Curfman McInnes           -I../impls/row/seq -I../impls/row/mpi \
8da3a660dSBarry Smith           $(CONF) -D__DIR__='"mat/utils"'
9*97f30686SLois Curfman McInnesSOURCEC  = gcreate.c convert.c
107807a1faSBarry SmithSOURCEF  =
117807a1faSBarry SmithWSOURCEC =
127807a1faSBarry SmithSOURCEH  =
13*97f30686SLois 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
2311d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
24