The R Project SVN R

Rev

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

Rev 73472 Rev 74046
Line 55... Line 55...
55
installdirs:
55
installdirs:
56
	@$(MKINSTALLDIRS) "$(DESTDIR)$(rincludedir)/R_ext"
56
	@$(MKINSTALLDIRS) "$(DESTDIR)$(rincludedir)/R_ext"
57
install-strip:
57
install-strip:
58
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
58
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
59
uninstall:
59
uninstall:
60
	@rm -rf "$(DESTDIR)$(rincludedir)/R_ext"
60
	@rm -Rf "$(DESTDIR)$(rincludedir)/R_ext"
61
 
61
 
62
mostlyclean: clean
62
mostlyclean: clean
63
clean:
63
clean:
64
	-@test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
64
	-@test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
65
distclean: clean
65
distclean: clean