Rev 49115 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
## ${R_HOME}/src/library/tcltk/MakefileVPATH = @srcdir@srcdir = @srcdir@top_srcdir = @top_srcdir@top_builddir = ../../..subdir = src/library/tcltkinclude $(top_builddir)/Makeconfdistdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)DISTFILES = DESCRIPTION.in Makefile.in Makefile.win NAMESPACEpkg = tcltkR_EXE = $(top_builddir)/bin/R --vanilla --slaveRSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R $(srcdir)/R/$(R_OSTYPE)/zzz.R`all: Makefile DESCRIPTION@$(ECHO) "building package '$(pkg)'"@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/R@(f=$${TMPDIR:-/tmp}/R$$$$; \if test @use_tcltk@ = yes; then \cat $(RSRC) > $${f}; \$(SHELL) $(top_srcdir)/tools/move-if-change $${f} all.R ; \else \$(SHELL) $(top_srcdir)/tools/copy-if-change \$(srcdir)/R/unix/zzzstub.R \$(top_builddir)/library/$(pkg)/R/$(pkg) ; \fi)@if test @use_tcltk@ = yes; then \$(INSTALL_DATA) $(srcdir)/NAMESPACE \$(top_builddir)/library/$(pkg); \rm -f $(top_builddir)/library/$(pkg)/Meta/nsInfo.rds; \fi;@$(MAKE) mkdesc mkexec mkdemos mkpo@if test -d src -a @use_tcltk@ = yes; then \(cd src && $(MAKE)) || exit 1; \fi@if test @use_tcltk@ = yes; then \$(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg) ; \$(ECHO) "tools:::makeLazyLoading(\"$(pkg)\")" | \R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE) > /dev/null ; \fiinclude $(top_srcdir)/share/make/basepkg.mk