xref: /petsc/src/mat/impls/dense/seq/makefile (revision c6a45a9732aaf0679b0f4eb4ddc75ce99ee9558a)
120563c6bSBarry SmithITOOLSDIR = ../../../../../
2289bc588SBarry Smith
3289bc588SBarry SmithALL: lib
4289bc588SBarry Smith
5289bc588SBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I../../..  \
6289bc588SBarry Smith           -I$(ITOOLSDIR)/pinclude $(CONF)
7289bc588SBarry SmithSOURCEC  = dense.c
8289bc588SBarry SmithSOURCEF  =
9289bc588SBarry SmithWSOURCEC =
10289bc588SBarry SmithSOURCEH  =
11289bc588SBarry SmithOBJSC    = dense.o
12289bc588SBarry SmithWOBJS    =
13289bc588SBarry SmithOBJSF    =
14289bc588SBarry SmithLIBBASE  = libpetscmat
15289bc588SBarry SmithLINCLUDE = $(SOURCEH)
16289bc588SBarry SmithMANSEC   = 2
17289bc588SBarry Smith
18*c6a45a97SBarry Smithrunexamples:
19*c6a45a97SBarry Smith
2011d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
21