Rev 63550 | 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 --no-echoRSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R $(srcdir)/R/$(R_OSTYPE)/zzz.R`DEFPKGS = NULL@BYTE_COMPILE_PACKAGES_FALSE@ MKLAZY = mklazy@BYTE_COMPILE_PACKAGES_TRUE@ MKLAZY = mklazycompall: 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)@$(INSTALL_DATA) $(srcdir)/NAMESPACE $(top_builddir)/library/$(pkg)@rm -f $(top_builddir)/library/$(pkg)/Meta/nsInfo.rds@$(MAKE) mkdesc mkexec mkdemos@if test -d src -a @use_tcltk@ = yes; then \(cd src && $(MAKE)) || exit 1; \fi@if test @use_tcltk@ = yes; then \$(MAKE) $(MKLAZY); \fimkR:@(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)include $(top_srcdir)/share/make/basepkg.mkinclude $(top_srcdir)/share/make/lazycomp.mk