1*8c819ef2SBarry SmithITOOLSDIR = ../ 2*8c819ef2SBarry Smith 3*8c819ef2SBarry SmithALL: lib 4*8c819ef2SBarry Smith 5*8c819ef2SBarry SmithCFLAGS = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR) $(CONF) 6*8c819ef2SBarry SmithSOURCEC = 7*8c819ef2SBarry SmithSOURCEF = 8*8c819ef2SBarry SmithWSOURCEC = 9*8c819ef2SBarry SmithSOURCEH = 10*8c819ef2SBarry SmithOBJSC = 11*8c819ef2SBarry SmithWOBJS = 12*8c819ef2SBarry SmithOBJSF = 13*8c819ef2SBarry SmithLIBBASE = libpetscvec 14*8c819ef2SBarry SmithLINCLUDE = $(SOURCEH) 15*8c819ef2SBarry SmithDIRS = src impls tests 16*8c819ef2SBarry Smith 17*8c819ef2SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH).site 18*8c819ef2SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH).$(BOPT) 19*8c819ef2SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH) 20