The R Project SVN R

Rev

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

Rev 89145 Rev 89160
Line 25... Line 25...
25
## We first use mkdesc2 (with date) to install the DESCRIPTION, then re-install
25
## We first use mkdesc2 (with date) to install the DESCRIPTION, then re-install
26
all:
26
all:
27
	@$(ECHO) "building package '$(pkg)'"
27
	@$(ECHO) "building package '$(pkg)'"
28
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
28
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)
29
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/misc
29
	@$(MKINSTALLDIRS) $(top_builddir)/library/$(pkg)/misc
-
 
30
	@(cd "$(top_srcdir)" && pwd -W) \
-
 
31
	  > $(top_builddir)/library/$(pkg)/misc/top.txt
30
	@$(MAKE) -f Makefile.win mkR1 mkdesc2 mksrc-win2 $(WRE_DATA)
32
	@$(MAKE) -f Makefile.win mkR1 mkdesc2 mksrc-win2 $(WRE_DATA)
31
	@if ! test $(top_builddir)/library/$(pkg)/R/$(pkg) -nt all.R; then \
33
	@if ! test $(top_builddir)/library/$(pkg)/R/$(pkg) -nt all.R; then \
32
	  $(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg); \
34
	  $(INSTALL_DATA) all.R $(top_builddir)/library/$(pkg)/R/$(pkg); \
33
	fi
35
	fi
34
	@$(MAKE) -f Makefile.win sysdata
36
	@$(MAKE) -f Makefile.win sysdata