xref: /petsc/src/mat/impls/aij/seq/makefile (revision c6a45a9732aaf0679b0f4eb4ddc75ce99ee9558a)
120563c6bSBarry SmithITOOLSDIR = ../../../../../
2b8a66259SBarry Smith
3b8a66259SBarry SmithALL: lib
4b8a66259SBarry Smith
5289bc588SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I../../.. \
6b8a66259SBarry Smith           -I$(ITOOLSDIR)/pinclude $(CONF)
7289bc588SBarry SmithSOURCEC  = ij.c aij.c aijfact.c
8b8a66259SBarry SmithSOURCEF  =
9b8a66259SBarry SmithWSOURCEC =
10b8a66259SBarry SmithSOURCEH  =
11289bc588SBarry SmithOBJSC    = ij.o aij.o aijfact.o
12b8a66259SBarry SmithWOBJS    =
13b8a66259SBarry SmithOBJSF    =
14b8a66259SBarry SmithLIBBASE  = libpetscmat
15b8a66259SBarry SmithLINCLUDE = $(SOURCEH)
168c37ef55SBarry SmithDIRS     = order
17289bc588SBarry SmithMANSEC   = 2
18b8a66259SBarry Smith
19*c6a45a97SBarry Smithrunexamples:
20*c6a45a97SBarry Smith
2111d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
22