The R Project SVN R

Rev

Rev 56468 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56468 Rev 59853
Line 14... Line 14...
14
DEFPKGS = "methods,graphics,stats"
14
DEFPKGS = "methods,graphics,stats"
15
 
15
 
16
all:
16
all:
17
	@$(ECHO) "building package '$(pkg)'"
17
	@$(ECHO) "building package '$(pkg)'"
18
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
18
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
19
	@$(MAKE) -f Makefile.win mkR2 mkdesc mkpo
19
	@$(MAKE) -f Makefile.win mkR2 mkdesc
20
	@$(MAKE) -f Makefile.win mklazycomp
20
	@$(MAKE) -f Makefile.win mklazycomp
21
 
21
 
22
mkR: mkR2
22
mkR: mkR2
23
 
23
 
24
include $(top_srcdir)/share/make/basepkg.mk
24
include $(top_srcdir)/share/make/basepkg.mk