Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
install:@echo Building/Installing Rcd src; make installdocs: help html latexhelp: build-helphtml: build-htmllatex: build-latexbuild-help build-latex build-html test-Examples:@cd etc; make $@tests: test-Examplespatches:@echo "Patches? Patches? We don't need no stinking patches!"clean: acclean@echo "Cleaning at top level"@cd demos/dynload; make clean@echo "Cleaning ./etc/"; cd etc; make clean@echo "Cleaning the source tree"; cd src; make cleanacclean:@echo cleaning configure files@rm -f config.cache config.log config.statusrealclean: distcleandistclean: acclean@echo cleaning at top level@rm -f Makefile@-rm -f bin/R*@-rm -rf `echo library/* | sed '/CVS/d'`@-rm -f help/LibIndex help/[a-z]*/*@-rm -f html/funs/*@-rm -f dvi/*@cd demos/dynload; make realclean@echo "Realcleaning ./etc"; cd etc; make realclean@echo "Realcleaning the source tree"; cd src; make realclean