The R Project SVN R

Rev

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

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

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

top_builddir = ../../..

include $(top_builddir)/Makeconf

pkg = compiler

RSRC = `LC_COLLATE=C ls $(srcdir)/R/*.R`

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


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