1d44968ceSBarry SmithITOOLSDIR = . 261523587SBarry Smith 361523587SBarry SmithCFLAGS = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR) $(CONF) 461523587SBarry SmithSOURCEC = 561523587SBarry SmithSOURCEF = 661523587SBarry SmithWSOURCEC = 761523587SBarry SmithSOURCEH = 861523587SBarry SmithOBJSC = 961523587SBarry SmithWOBJS = 1061523587SBarry SmithOBJSF = 1161523587SBarry SmithLIBBASE = libpetscvec 1261523587SBarry SmithLINCLUDE = $(SOURCEH) 1320563c6bSBarry SmithDIRS = src include pinclude 1461523587SBarry Smith 151aeea900SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH) 1661523587SBarry Smith 1761523587SBarry Smithall: 18*c6a45a97SBarry Smith -@$(OMAKE) BOPT=$(BOPT) PARCH=$(PARCH) COMPLEX=$(COMPLEX) \ 19*c6a45a97SBarry Smith ACTION=libfast tree 2020563c6bSBarry Smith $(RANLIB) $(LDIR)/*.a 2161523587SBarry Smith 228c37ef55SBarry Smithranlib: 2320563c6bSBarry Smith $(RANLIB) $(LDIR)/*.a 2461523587SBarry Smith 2561523587SBarry Smithdeletelibs: 261eb62cbbSBarry Smith -$(RM) $(LDIR)/*.a $(LDIR)/complex/* 27d44968ceSBarry Smith 28d44968ceSBarry Smithdeletemanpages: 29e8d4e0b9SBarry Smith $(RM) -f $(PETSCLIB)/docs/man/man*/* 30d44968ceSBarry Smith 31b346654fSBarry Smithdeletewwwpages: 32e8d4e0b9SBarry Smith $(RM) -f $(PETSCLIB)/docs/www/man*/* 33b346654fSBarry Smith 34b346654fSBarry Smithdeletelatexpages: 35b346654fSBarry Smith $(RM) -f $(PETSCLIB)/docs/rsum/*sum*.tex 3620563c6bSBarry Smith 3720563c6bSBarry Smith# to access the tags in emacs type esc-x visit-tags-table 3820563c6bSBarry Smith# then esc . to find a function 3920563c6bSBarry Smithetags: 4020563c6bSBarry Smith $(RM) -f TAGS 4120563c6bSBarry Smith etags -f TAGS src/*/impls/*/*.h src/*/impls/*/*/*.h src/*/examples/*.c 4220563c6bSBarry Smith etags -a -f TAGS src/*/*.h */*.c src/*/src/*.c src/*/impls/*/*.c 43*c6a45a97SBarry Smith etags -a -f TAGS src/*/impls/*/*/*.c src/*/utils/*.c 441eb62cbbSBarry Smith etags -a -f TAGS docs/design.tex src/sys/error/*.c 451eb62cbbSBarry Smith etags -a -f TAGS include/*.h pinclude/*.h 461eb62cbbSBarry Smith 471eb62cbbSBarry Smithkeywords: 481eb62cbbSBarry Smith $(RM) -f keywords 491eb62cbbSBarry Smith grep Keywords src/*/src/*.c src/*/impls/*.c src/*/impls/*/*.c > key1 501eb62cbbSBarry Smith cut -f1 -d: key1 > key2 511eb62cbbSBarry Smith cut -f3 -d: key1 > key3 521eb62cbbSBarry Smith paste key3 key2 > Keywords 531eb62cbbSBarry Smith $(RM) -f key1 key2 key3 54*c6a45a97SBarry Smith 55*c6a45a97SBarry Smithrunexamples: 56