Rev 51224 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/library/methods/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/library/methodsinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = DESCRIPTION.in Makefile.in Makefile.win NAMESPACEpkg = methodsRSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R`R_EXE = $(top_builddir)/bin/R --vanilla --slaveall: Makefile DESCRIPTION@$(ECHO) "building package '$(pkg)'"@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)@$(MAKE) mkR2 mkdesc mkpo@$(MAKE) mksrc@$(MAKE) RfilesLazyRfilesLazy: $(top_builddir)/library/$(pkg)/R/$(pkg).rdb## loadNamespace() depends on the NAMESPACE file. We remove the## dumped copy (it is rebuilt later), and we have already installed## NAMESPACE in the library tree.## This depends many other things, including the list of primitives.## Depending on names.c at least catches the latter.$(top_builddir)/library/$(pkg)/R/$(pkg).rdb: all.R $(srcdir)/NAMESPACE \$(top_srcdir)/src/main/names.c@rm -f $(top_builddir)/library/$(pkg)/Meta/nsInfo.rds $@@$(ECHO) "dumping R code in package '$(pkg)'"@$(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg)@$(ECHO) "invisible(loadNamespace(\"$(pkg)\"))" | \R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE)@$(INSTALL_DATA) $(top_srcdir)/share/R/nspackloader.R \$(top_builddir)/library/$(pkg)/R/$(pkg)include $(top_srcdir)/share/make/basepkg.mk