The R Project SVN R

Rev

Rev 63544 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63544 Rev 74046
Line 95... Line 95...
95
mostlyclean: clean
95
mostlyclean: clean
96
clean:
96
clean:
97
	@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \
97
	@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \
98
	  rm -f $(SOURCES_R); \
98
	  rm -f $(SOURCES_R); \
99
	fi
99
	fi
100
	@-rm -rf .libs _libs
100
	@-rm -Rf .libs _libs
101
	@-rm -f *.o $(PROGRAMS) Rplots.pdf Rplots.ps
101
	@-rm -f *.o $(PROGRAMS) Rplots.pdf Rplots.ps
102
distclean: clean
102
distclean: clean
103
	@-rm -f Makefile
103
	@-rm -f Makefile
104
maintainer-clean: distclean
104
maintainer-clean: distclean
105
 
105