The R Project SVN R

Rev

Rev 59853 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59853 Rev 60657
Line 19... Line 19...
19
all:
19
all:
20
	@$(ECHO) "building package '$(pkg)'"
20
	@$(ECHO) "building package '$(pkg)'"
21
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
21
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
22
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/doc
22
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/doc
23
	@$(MAKE) -f Makefile.win mkR1 mkdesc instdirs
23
	@$(MAKE) -f Makefile.win mkR1 mkdesc instdirs
-
 
24
	@$(MAKE) -f Makefile.win mksrc-win2
24
	@$(MAKE) -f Makefile.win mklazycomp
25
	@$(MAKE) -f Makefile.win mklazycomp
25
 
26
 
26
include $(top_srcdir)/share/make/basepkg.mk
27
include $(top_srcdir)/share/make/basepkg.mk
27
include $(top_srcdir)/share/make/lazycomp.mk
28
include $(top_srcdir)/share/make/lazycomp.mk