Rev 51393 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/library/Recommended/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/library/Recommendedinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = Makefile.in Makefile.win .cvsignoreR = R_LIBS= $(top_builddir)/bin/R## foo.ts is the timestamp for package foo;## foo.tgz is a symlink to foo_x.y-z.tar.gz in the source dir.## unfortunately package foo can be uninstalled and leave foo.ts## For developers: A shell script, tools/rsync-recommended, updates## packages from the CRAN master directory.OBJECTS = $(R_PKGS_RECOMMENDED:=.ts)CLEANFILES = $(OBJECTS) Makedeps stamp-recommendedDISTCLEANFILES = Makefile.SUFFIXES:.SUFFIXES: .tgz .tsall: Makefile R @USE_RECOMMENDED_PACKAGES_TRUE@ recommended-packagesMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@recommended-packages: Makefile@$(MAKE) stamp-recommendedstamp-recommended: $(OBJECTS)@touch $@## need to allow parallel installsINSTALL_OPTS=--no-lock --data-compress=xz.tgz.ts:@$(ECHO) "begin installing recommended package" `basename $< .tgz`@rm -f $@.out## <FIXME>## RG says that with FreeBSD Make calling INSTALL does not work without## explicitly passing down MAKE ('unrecognized option -w ...'). But## what is really going on?@MAKE="$(MAKE)" $(R) CMD INSTALL $(INSTALL_OPTS) -l "$(top_builddir)/library" $< > $@.out 2>&1 || (cat $@.out && exit 1)## </FIXME>@cat $@.out; rm $@.out@touch $@R docs:install: installdirsinstalldirs:install-strip: installuninstall:install-tests:@(tmp=$${TMPDIR-/tmp}/R$$$$; mkdir $${tmp}; \cd "$(top_srcdir)"; abs_top_srcdir=`pwd`; \abs_MKINSTALLDIRS=`echo "$(MKINSTALLDIRS)" | sed "s:$(top_srcdir):$${abs_top_srcdir}:"` ; \cd $${tmp}; \for pkg in $(R_PKGS_RECOMMENDED); do \gzip -dc "$(abs_top_srcdir)/src/library/Recommended/$${pkg}.tgz" | $(TAR) xf - ; \done ; \for pkg in $(R_PKGS_RECOMMENDED); do \if test -d $${pkg}/tests; then \$${abs_MKINSTALLDIRS} "$(DESTDIR)$(rhome)/library/$${pkg}/tests" ; \for f in $${pkg}/tests/*; do \$(INSTALL_DATA) $${f} "$(DESTDIR)$(rhome)/library/$${pkg}/tests"; \done; \fi; \done)uninstall-tests:@for pkg in $(R_PKGS_RECOMMENDED); do \rm -rf "$(DESTDIR)$(rhome)/library/$${pkg}/tests" ; \donemostlyclean: cleanclean:-@test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean: clean-@test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)maintainer-clean: distclean## we need to check that the recommended packages have been downloaded.distdir: $(DISTFILES)@if test `cd $(srcdir) && ls *.tar.gz | wc -l` -eq 0 ; then \$(ECHO) "ERROR: no recommended packages" || exit 1 ; \fi@for f in $(DISTFILES) `cd $(srcdir) && ls *.tar.gz`; do \test -f $(distdir)/$${f} \|| ln $(srcdir)/$${f} $(distdir)/$${f} 2>/dev/null \|| cp -p $(srcdir)/$${f} $(distdir)/$${f}; \done## Hardcoded dependencies (see '../../../share/make/vars.mk')Matrix.ts: lattice.tsmgcv.ts: nlme.ts MASS.ts Matrix.tsnlme.ts: lattice.tsclass.ts: MASS.ts## and for static html linksboot.ts: MASS.ts survival.tscluster.ts: MASS.ts