The R Project SVN R

Rev

Rev 50764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 50764 Rev 53586
Line 96... Line 96...
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
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
 
106
distdir: $(DISTFILES)
106
distdir: $(DISTFILES)