1*7807a1faSBarry SmithITOOLSDIR = ../../ 2*7807a1faSBarry Smith 3*7807a1faSBarry SmithALL: lib 4*7807a1faSBarry Smith 5*7807a1faSBarry SmithCFLAGS = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR)/pinclude\ 6*7807a1faSBarry Smith $(COPT) $(CONF) 7*7807a1faSBarry SmithSOURCEC = gcreate.c 8*7807a1faSBarry SmithSOURCEF = 9*7807a1faSBarry SmithWSOURCEC = 10*7807a1faSBarry SmithSOURCEH = 11*7807a1faSBarry SmithOBJSC = gcreate.o 12*7807a1faSBarry SmithWOBJS = 13*7807a1faSBarry SmithOBJSF = 14*7807a1faSBarry SmithLIBBASE = libpetscmat 15*7807a1faSBarry SmithLINCLUDE = $(SOURCEH) 16*7807a1faSBarry SmithDIRS = complex 17*7807a1faSBarry SmithMANSEC = 2 18*7807a1faSBarry Smith 19*7807a1faSBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH) 20