| Line 13... |
Line 13... |
| 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
|
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 rtags.in
|
18 |
SCRIPTS_B_IN = Rcmd.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 38... |
Line 38... |
| 38 |
## Seems we need target rules for creating FOO from FOO.in: pattern
|
38 |
## Seems we need target rules for creating FOO from FOO.in: pattern
|
| 39 |
## rules ('%:%.in') are not portable, and some versions of Make do not
|
39 |
## rules ('%:%.in') are not portable, and some versions of Make do not
|
| 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
|
- |
|
| 44 |
@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
- |
|
| 45 |
javareconf: $(srcdir)/javareconf.in $(top_builddir)/config.status
|
43 |
javareconf: $(srcdir)/javareconf.in $(top_builddir)/config.status
|
| 46 |
@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
44 |
@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
| 47 |
makeinstalldirs: $(srcdir)/makeinstalldirs.in $(top_builddir)/config.status
|
45 |
makeinstalldirs: $(srcdir)/makeinstalldirs.in $(top_builddir)/config.status
|
| 48 |
@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
46 |
@cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
|
| 49 |
pager: $(srcdir)/pager.in $(top_builddir)/config.status
|
47 |
pager: $(srcdir)/pager.in $(top_builddir)/config.status
|