The R Project SVN R

Rev

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

Rev 61935 Rev 63253
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 javareconf rtags
15
  SHLIB Stangle Sweave build check config rtags
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 mkinstalldirs.in pager.in
18
SCRIPTS_B_IN = Rcmd.in f77_f2c.in javareconf.in mkinstalldirs.in pager.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 40... Line 40...
40
## allow separated dependencies for single suffix rules.
40
## allow separated dependencies for single suffix rules.
41
Rcmd: $(srcdir)/Rcmd.in $(top_builddir)/config.status
41
Rcmd: $(srcdir)/Rcmd.in $(top_builddir)/config.status
42
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
42
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
43
f77_f2c: $(srcdir)/f77_f2c.in $(top_builddir)/config.status
43
f77_f2c: $(srcdir)/f77_f2c.in $(top_builddir)/config.status
44
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
44
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
 
45
javareconf: $(srcdir)/javareconf.in $(top_builddir)/config.status
-
 
46
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
45
makeinstalldirs: $(srcdir)/makeinstalldirs.in $(top_builddir)/config.status
47
makeinstalldirs: $(srcdir)/makeinstalldirs.in $(top_builddir)/config.status
46
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
48
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
47
pager: $(srcdir)/pager.in $(top_builddir)/config.status
49
pager: $(srcdir)/pager.in $(top_builddir)/config.status
48
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
50
	@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
49
## The following target helps in automatically generating the above
51
## The following target helps in automatically generating the above