The R Project SVN R

Rev

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

Rev 74046 Rev 76747
Line 28... Line 28...
28
ECHO = echo
28
ECHO = echo
29
ECHO_C = 
29
ECHO_C = 
30
ECHO_N = -n
30
ECHO_N = -n
31
ECHO_T = 
31
ECHO_T = 
32
MK = $(MAKE) -f Makefile.win
32
MK = $(MAKE) -f Makefile.win
33
TAR = tar
33
TAR ?= tar
34
 
34
 
35
## override Makefile.common
35
## override Makefile.common
36
test-src-reg-1e = reg-win.R
36
test-src-reg-1e = reg-win.R
37
 
37
 
38
all check test-all-basics test-all-devel: Makefile.win Makefile.common
38
all check test-all-basics test-all-devel: Makefile.win Makefile.common