xref: /petsc/src/vec/makefile (revision 11d228e413480561a5d195436da3b7496d0f4185)
1aa2ab745SBarry 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)
15aa2ab745SBarry SmithDIRS     = utils src impls tests examples
16aa2ab745SBarry Smith
17*11d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
18