The R Project SVN R

Rev

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

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