The R Project SVN R

Rev

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

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

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

top_builddir = ../../..

include $(top_builddir)/Makeconf

pkg = stats

FRONTFILES = COPYRIGHTS.modreg SOURCES.ts

RSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R`
INSTDIRS = doc
DEFPKGS = NULL

all:
    @$(ECHO) "building package '$(pkg)'"
    @$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
    @$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/doc
    @$(MAKE) -f Makefile.win mkR1 front mkdesc mkdemos instdirs
    @$(MAKE) -f Makefile.win mksrc-win2
    @$(MAKE) -f Makefile.win mklazycomp

mkR: mkR1

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