xref: /petsc/src/vec/makefile (revision 20563c6b1ea7b82b48c81bbd22ce9170a8c92d3b)
1*20563c6bSBarry 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
1711d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
18