1*1a4b2f0aSBarry SmithITOOLSDIR = ../../../ 2*1a4b2f0aSBarry Smith 3*1a4b2f0aSBarry SmithALL: lib 4*1a4b2f0aSBarry Smith 5*1a4b2f0aSBarry SmithCFLAGS = $(OPT) $(INCLUDEDIRS) -I.. \ 6*1a4b2f0aSBarry Smith -I$(ITOOLSDIR)/pinclude $(CONF) -D__DIR__='"vec/src/"' 7*1a4b2f0aSBarry SmithSOURCEC = vector.c 8*1a4b2f0aSBarry SmithSOURCEF = 9*1a4b2f0aSBarry SmithSOURCEH = 10*1a4b2f0aSBarry SmithOBJSC = vector.o 11*1a4b2f0aSBarry SmithOBJSF = 12*1a4b2f0aSBarry SmithWSOURCEC = vectorf.c 13*1a4b2f0aSBarry SmithWOBJS = vectorf.o 14*1a4b2f0aSBarry SmithLIBBASE = libpetscvec 15*1a4b2f0aSBarry SmithLINCLUDE = $(SOURCEH) 16*1a4b2f0aSBarry SmithMANSEC = 1 17*1a4b2f0aSBarry Smith 18*1a4b2f0aSBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH) 19*1a4b2f0aSBarry Smith 20*1a4b2f0aSBarry Smithrunexamples: 21*1a4b2f0aSBarry Smith 22