xref: /petsc/src/mat/impls/dense/makefile (revision 289bc588618de054f36015f5c3d330cf718be7c1)
1*289bc588SBarry SmithITOOLSDIR = ../../..
2*289bc588SBarry Smith
3*289bc588SBarry SmithALL: lib
4*289bc588SBarry Smith
5*289bc588SBarry SmithCFLAGS   = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR) $(CONF)
6*289bc588SBarry SmithSOURCEC  =
7*289bc588SBarry SmithSOURCEF  =
8*289bc588SBarry SmithWSOURCEC =
9*289bc588SBarry SmithSOURCEH  =
10*289bc588SBarry SmithOBJSC    =
11*289bc588SBarry SmithWOBJS    =
12*289bc588SBarry SmithOBJSF    =
13*289bc588SBarry SmithLIBBASE  = libpetscmat
14*289bc588SBarry SmithLINCLUDE = $(SOURCEH)
15*289bc588SBarry SmithDIRS     = seq
16*289bc588SBarry Smith
17*289bc588SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)
18