Rev 1147 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
####---- Master Makefile for R --- this is NOT made by configure ---SHELL=/bin/shinstall: config.status@echo Building/Installing Rcd src; $(MAKE) install@echo; echo You should; echo " make docs"@echo "now, or at least";echo " make help"; echoconfig.status: configure config.site-./configuredocs: build-docshelp: build-helphtml: build-htmllatex: build-latexbuild-docs build-help build-latex build-html test-Examples:-@cd etc; MANSRC=`echo ../src/library/*/man/*.Rd` $(MAKE) $@tests: test-Examplespatches:@echo "Patches? Patches? We don't need no stinking patches!"clean:@echo "Cleaning at top level"@cd demos/dynload; $(MAKE) $@@echo "Cleaning ./etc/"; cd etc; $(MAKE) $@@echo "Cleaning the source tree"; cd src; $(MAKE) $@moreclean: clean acclean@echo "More Cleaning ./etc/"; cd etc; $(MAKE) $@acclean:@echo cleaning configure files@rm -f config.cache config.log config.statusdistclean: realcleanrealclean: acclean@echo cleaning at top level@-rm -f bin/R*@-rm -rf `echo library/* | sed 's@library/CVS *@@'`@-rm -f doc/manual/pkg-*@cd demos/dynload; $(MAKE) $@@echo "Realcleaning ./etc"; cd etc; $(MAKE) $@@echo "Realcleaning the source tree"; cd src; $(MAKE) $@