The R Project SVN R

Rev

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

Rev 36746 Rev 37016
Line 115... Line 115...
115
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
115
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
116
uninstall:
116
uninstall:
117
	@for f in $(SCRIPTS_S) $(SCRIPTS_B) libtool R; do \
117
	@for f in $(SCRIPTS_S) $(SCRIPTS_B) libtool R; do \
118
	  rm -f "$(Rexecbindir)/$${f}"; \
118
	  rm -f "$(Rexecbindir)/$${f}"; \
119
	done
119
	done
120
	@rmdir "$(Rexecbindir)" 2>/dev/null \
-
 
121
	  || echo "  subdir $(Rexecbindir) not removed"
-
 
122
	@rm -f $(bindir)/R
120
	@rm -f $(bindir)/R
123
 
121
 
124
mostlyclean: clean
122
mostlyclean: clean
125
clean:
123
clean:
126
	-@test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
124
	-@test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)