The R Project SVN R

Rev

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

Rev 56471 Rev 56480
Line 1... Line 1...
1
## ${R_HOME}/share/make/lazycomp.mk
1
## ${R_HOME}/share/make/lazycomp.mk
2
## Used for all packages except base, tools, datasets, methods
2
## Used for all packages except base, tools, datasets, methods
3
 
3
 
-
 
4
.PHONY: Rsimple Rlazy Rlazycomp
-
 
5
 
4
$(top_builddir)/library/$(pkg)/R/$(pkg).rdb: all.R
6
$(top_builddir)/library/$(pkg)/R/$(pkg).rdb: all.R
5
	@$(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg)
7
	@$(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg)
6
	@if test -n "$(R_NO_BASE_COMPILE)"; then \
8
	@if test -n "$(R_NO_BASE_COMPILE)"; then \
7
	 $(ECHO) "tools:::makeLazyLoading(\"$(pkg)\")" | \
9
	 $(ECHO) "tools:::makeLazyLoading(\"$(pkg)\")" | \
8
	  R_DEFAULT_PACKAGES=$(DEFPKGS) LC_ALL=C $(R_EXE) > /dev/null; \
10
	  R_DEFAULT_PACKAGES=$(DEFPKGS) LC_ALL=C $(R_EXE) > /dev/null; \