Rev 35751 | 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 .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_SOURCES:=.ts)OBJECTS_SRC = $(R_PKGS_RECOMMENDED_SOURCES:=.tgz)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.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:mostlyclean: 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')mgcv.ts: nlme.ts VR.tsnlme.ts: lattice.ts