The R Project SVN R

Rev

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

Rev 63253 Rev 63335
Line 10... Line 10...
10
 
10
 
11
include $(top_builddir)/Makeconf
11
include $(top_builddir)/Makeconf
12
 
12
 
13
## don't add '#! R_SHELL' for scripts intend to be run by 'R CMD script'
13
## don't add '#! R_SHELL' for scripts intend to be run by 'R CMD script'
14
SCRIPTS_S = BATCH COMPILE INSTALL LINK REMOVE Rd2pdf Rdconv Rdiff Rprof \
14
SCRIPTS_S = BATCH COMPILE INSTALL LINK REMOVE Rd2pdf Rdconv Rdiff Rprof \
15
  SHLIB Stangle Sweave build check config rtags
15
  SHLIB Stangle Sweave build check config
16
## <NOTE>
16
## <NOTE>
17
## Need target rules for all elements of SCRIPTS_B_IN/SCRIPTS_B.
17
## Need target rules for all elements of SCRIPTS_B_IN/SCRIPTS_B.
18
SCRIPTS_B_IN = Rcmd.in f77_f2c.in javareconf.in mkinstalldirs.in pager.in
18
SCRIPTS_B_IN = Rcmd.in f77_f2c.in javareconf.in mkinstalldirs.in pager.in rtags.in
19
SCRIPTS_B = $(SCRIPTS_B_IN:.in=)
19
SCRIPTS_B = $(SCRIPTS_B_IN:.in=)
20
## </NOTE>
20
## </NOTE>
21
 
21
 
22
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
22
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
23
DISTFILES = Makefile.in Makefile.win $(SCRIPTS_S) $(SCRIPTS_B_IN) R.sh.in
23
DISTFILES = Makefile.in Makefile.win $(SCRIPTS_S) $(SCRIPTS_B_IN) R.sh.in
Line 46... Line 46...
46
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
46
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
47
makeinstalldirs: $(srcdir)/makeinstalldirs.in $(top_builddir)/config.status
47
makeinstalldirs: $(srcdir)/makeinstalldirs.in $(top_builddir)/config.status
48
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
48
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
49
pager: $(srcdir)/pager.in $(top_builddir)/config.status
49
pager: $(srcdir)/pager.in $(top_builddir)/config.status
50
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
50
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
 
51
rtags: $(srcdir)/rtags.in $(top_builddir)/config.status
-
 
52
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
51
## The following target helps in automatically generating the above
53
## The following target helps in automatically generating the above
52
## target rules (provided that $(ECHO) understands backslash escapes).
54
## target rules (provided that $(ECHO) understands backslash escapes).
53
Makerules:
55
Makerules:
54
	@(dep="\$$(top_builddir)/config.status"; \
56
	@(dep="\$$(top_builddir)/config.status"; \
55
	  cmd="@cd \$$(top_builddir)"; \
57
	  cmd="@cd \$$(top_builddir)"; \