The R Project SVN R

Rev

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

Rev 18626 Rev 20302
Line 87... Line 87...
87
	  rm -f $(SOURCES_R); \
87
	  rm -f $(SOURCES_R); \
88
	fi
88
	fi
89
	@-rm -rf .libs _libs
89
	@-rm -rf .libs _libs
90
	@-rm -f *.o $(PROGRAMS) Rplots.ps
90
	@-rm -f *.o $(PROGRAMS) Rplots.ps
91
distclean: clean
91
distclean: clean
92
	@-rm -f Makefile config.*
92
	@-rm -f Makefile
93
maintainer-clean: distclean
93
maintainer-clean: distclean
94
 
94
 
95
distdir: $(DISTFILES)
95
distdir: $(DISTFILES)
96
	@for f in $(DISTFILES); do \
96
	@for f in $(DISTFILES); do \
97
	  test -f $(distdir)/$${f} \
97
	  test -f $(distdir)/$${f} \