The R Project SVN R

Rev

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

Rev 20514 Rev 26347
Line 56... Line 56...
56
## Not sure of we want to do this ...
56
## Not sure of we want to do this ...
57
	@$(MAKE) rhome=`cd $(top_builddir); pwd` install
57
	@$(MAKE) rhome=`cd $(top_builddir); pwd` install
58
## </FIXME>
58
## </FIXME>
59
 
59
 
60
install: installdirs
60
install: installdirs
61
@USE_LIBTOOL_FALSE@	@$(top_srcdir)/tools/copy-if-change $(R_X11_la) $(Rexecmodulesdir)/R_X11$(SHLIB_EXT)
61
@USE_LIBTOOL_FALSE@	@$(SHELL) $(top_srcdir)/tools/copy-if-change $(R_X11_la) $(Rexecmodulesdir)/R_X11$(SHLIB_EXT)
62
@USE_LIBTOOL_TRUE@	@$(LIBTOOL) --mode=install $(INSTALL) $(R_X11_la) $(Rexecmodulesdir)
62
@USE_LIBTOOL_TRUE@	@$(LIBTOOL) --mode=install $(INSTALL) $(R_X11_la) $(Rexecmodulesdir)
63
installdirs:
63
installdirs:
64
	@$(MKINSTALLDIRS) $(Rexecmodulesdir)
64
	@$(MKINSTALLDIRS) $(Rexecmodulesdir)
65
install-strip:
65
install-strip:
66
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install
66
	$(MAKE) INSTALL_PROGRAM="${INSTALL_PROGRAM} -s" install