The R Project SVN R

Rev

Rev 47739 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#-*- Makefile -*-
#
# ${R_HOME}/src/library/tcltk/Makefile.win

srcdir = .
top_srcdir = ../../..

top_builddir = ../../..

pkg = tcltk

R_EXE = $(top_builddir)/bin/Rterm.exe --vanilla --slave

RSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R $(srcdir)/R/$(R_OSTYPE)/zzz.R`
RdSRC = $(srcdir)/man/*.Rd

ECHO = echo
MKINSTALLDIRS = mkdir -p
INSTALL_DATA = cp
SHELL = sh
R_GZIPCMD = gzip
USE_NLS = yes

all:
    @$(ECHO) "building package '$(pkg)'"
    @$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
    @$(MAKE) -f Makefile.win mkR mkdesc mkexec mkdemos mkpo mkman
    @$(MAKE) -f Makefile.win mksrc-win
    @$(MAKE) -f Makefile.win mklazy


include $(top_srcdir)/share/make/basepkg.mk