xref: /petsc/src/makefile (revision f0479e8c2158d05ab5c06def5bd82110ef658075)
1e86de049SBarry SmithITOOLSDIR = ../
2e86de049SBarry Smith
3e86de049SBarry SmithCFLAGS   = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR) $(CONF)
4e86de049SBarry SmithSOURCEC  =
5e86de049SBarry SmithSOURCEF  =
6e86de049SBarry SmithWSOURCEC =
7e86de049SBarry SmithSOURCEH  =
8e86de049SBarry SmithOBJSC    =
9e86de049SBarry SmithWOBJS    =
10e86de049SBarry SmithOBJSF    =
11e86de049SBarry SmithLIBBASE  = libpetscvec
12e86de049SBarry SmithLINCLUDE = $(SOURCEH)
1320563c6bSBarry SmithDIRS     = inline is vec ksp sys pc mat sles options draw
14e86de049SBarry Smith
15e86de049SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
16e86de049SBarry Smith
17c6a45a97SBarry Smithrunexamples:
18*f0479e8cSBarry Smith
19