The R Project SVN R

Rev

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

Rev 17899 Rev 18626
Line 64... Line 64...
64
clean:
64
clean:
65
	@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \
65
	@if test "$(BUILDDIR_IS_SRCDIR)" = no ; then \
66
	  rm -f $(INSTFILES); \
66
	  rm -f $(INSTFILES); \
67
	fi
67
	fi
68
distclean: clean
68
distclean: clean
69
	@rm -f Makefile
69
	-@rm -f Makefile
70
maintainer-clean: distclean
70
maintainer-clean: distclean
71
 
71
 
72
distdir: $(DISTFILES)
72
distdir: $(DISTFILES)
73
	@for f in $(DISTFILES); do \
73
	@for f in $(DISTFILES); do \
74
	  test -f $(distdir)/$${f} \
74
	  test -f $(distdir)/$${f} \