xref: /petsc/src/mat/impls/aij/mpi/makefile (revision 63cae6e1da5e1153b1a061cbc17090bc03855296)
1*63cae6e1SBarry SmithITOOLSDIR = ../../../../
2*63cae6e1SBarry Smith
3*63cae6e1SBarry SmithALL: lib
4*63cae6e1SBarry Smith
5*63cae6e1SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I../../.. \
6*63cae6e1SBarry Smith           -I$(ITOOLSDIR)/pinclude $(CONF)
7*63cae6e1SBarry SmithSOURCEC  = ij.c aij.c aijfact.c
8*63cae6e1SBarry SmithSOURCEF  =
9*63cae6e1SBarry SmithWSOURCEC =
10*63cae6e1SBarry SmithSOURCEH  =
11*63cae6e1SBarry SmithOBJSC    = ij.o aij.o aijfact.o
12*63cae6e1SBarry SmithWOBJS    =
13*63cae6e1SBarry SmithOBJSF    =
14*63cae6e1SBarry SmithLIBBASE  = libpetscmat
15*63cae6e1SBarry SmithLINCLUDE = $(SOURCEH)
16*63cae6e1SBarry SmithDIRS     = order
17*63cae6e1SBarry SmithMANSEC   = 2
18*63cae6e1SBarry Smith
19*63cae6e1SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
20