xref: /petsc/src/mat/utils/makefile (revision 121e8461aad33c644ec3c18b304447ebe1b887d1)
16b5873e3SBarry SmithIPETSCDIR = ../../../
27807a1faSBarry Smith
37807a1faSBarry SmithALL: lib
47807a1faSBarry Smith
56b5873e3SBarry 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 \
8c51419c6SLois Curfman McInnes           -I../impls/bdiag/seq -I../impls/bdiag/mpi \
9c51419c6SLois Curfman McInnes           -I../impls/rowbs/mpi \
10*121e8461SLois Curfman McInnes           $(CONF) -D__DIR__='"mat/utils/"'
110357936bSBarry SmithSOURCEC  = gcreate.c convert.c stash.c axpy.c
127807a1faSBarry SmithSOURCEF  =
137807a1faSBarry SmithWSOURCEC =
147807a1faSBarry SmithSOURCEH  =
150357936bSBarry SmithOBJSC    = gcreate.o convert.o stash.o axpy.o
167807a1faSBarry SmithWOBJS    =
177807a1faSBarry SmithOBJSF    =
187807a1faSBarry SmithLIBBASE  = libpetscmat
197807a1faSBarry SmithLINCLUDE = $(SOURCEH)
207807a1faSBarry SmithDIRS     = complex
217807a1faSBarry SmithMANSEC   = 2
227807a1faSBarry Smith
233f622320SBarry Smithinclude $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH)
24