xref: /petsc/src/vec/makefile (revision c6a45a9732aaf0679b0f4eb4ddc75ce99ee9558a)
120563c6bSBarry SmithITOOLSDIR = ../../
2aa2ab745SBarry Smith
3aa2ab745SBarry SmithALL: lib
4aa2ab745SBarry Smith
5aa2ab745SBarry SmithCFLAGS   = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR) $(CONF)
6aa2ab745SBarry SmithSOURCEC  =
7aa2ab745SBarry SmithSOURCEF  =
8aa2ab745SBarry SmithWSOURCEC =
9aa2ab745SBarry SmithSOURCEH  =
10aa2ab745SBarry SmithOBJSC    =
11aa2ab745SBarry SmithWOBJS    =
12aa2ab745SBarry SmithOBJSF    =
13aa2ab745SBarry SmithLIBBASE  = libpetscvec
14aa2ab745SBarry SmithLINCLUDE = $(SOURCEH)
15*c6a45a97SBarry SmithDIRS     = utils src impls  examples
16aa2ab745SBarry Smith
1711d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
18*c6a45a97SBarry Smith
19*c6a45a97SBarry Smithrunexamples:
20