The R Project SVN R

Rev

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

Rev 57426 Rev 57583
Line 1... Line 1...
1
#-*- Makefile -*-
1
#-*- Makefile -*-
2
 
2
 
3
ifeq "$(WIN)" "64"
3
ifeq "$(WIN)" "64"
4
BINPREF = $(BINPREF64)
-
 
5
SYMPAT = $(SYMPAT64)
-
 
6
R_ARCH = /x64
4
R_ARCH = /x64
7
arch_DEFS = -DR_ARCH='"x64"'
5
arch_DEFS = -DR_ARCH='"x64"'
-
 
6
BINPREF = $(BINPREF64)
-
 
7
SYMPAT = 's/^.* [BCDRT] / /p'
8
else
8
else
9
R_ARCH = /i386
9
R_ARCH = /i386
10
arch_DEFS = -DR_ARCH='"i386"'
10
arch_DEFS = -DR_ARCH='"i386"'
11
SYMPAT = 's/^.* [BCDRT] _/ /p'
11
SYMPAT = 's/^.* [BCDRT] _/ /p'
12
endif
12
endif