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