The R Project SVN R

Rev

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

Rev 6098 Rev 6668
Line 1... Line 1...
1
.SUFFIXES: .c .f .o .a .def .exp .dll .exe .d
1
.SUFFIXES: .c .f .o .a .def .exp .dll .exe .d
2
 
2
 
3
# Alternatives CYGWIN (-B20.1), MINGW32 (mingw32 gcc), CROSS (Linux)
3
# Alternatives CYGWIN (--no-cygwin), MINGW32 (mingw32 gcc), CROSS (Linux)
4
BUILD=MINGW32
4
BUILD=MINGW32
5
 
5
 
6
# Where does 'HTML Help Workshop' live? (unused if compiled HTML help is
6
# Where does 'HTML Help Workshop' live? (unused if compiled HTML help is
7
# not requested. No spaces allowed.
7
# not requested. No spaces allowed.)
8
HHWDIR=C:/PROGRA~1/HTMLHE~1
8
HHWDIR=C:/PROGRA~1/HTMLHE~1
9
 
9
 
10
ifeq ($(strip $(BUILD)),CYGWIN)
10
ifeq ($(strip $(BUILD)),CYGWIN)
11
BINPREF=
11
BINPREF=
12
MINGW32CFLAG= -mno-cygwin -DWIN32
12
MINGW32CFLAG= -mno-cygwin -DWIN32
Line 23... Line 23...
23
FLIBS=-lg2c
23
FLIBS=-lg2c
24
AWK=gawk
24
AWK=gawk
25
endif 
25
endif 
26
 
26
 
27
ifeq ($(strip $(BUILD)),CROSS)
27
ifeq ($(strip $(BUILD)),CROSS)
28
BINPREF=i386-mingw32-
28
BINPREF=i586-mingw32-
29
HEADER=/home/guido/mingw32/i386-mingw32/include
-
 
30
HEADER=/home/markov/ripley/R-X/i386-mingw32/include
29
HEADER=/packages/R-X/i586-mingw32/include
31
MINGW32CFLAG=-isystem $(HEADER)
30
MINGW32CFLAG=-isystem $(HEADER)
32
MINGW32LDFLAG= 
31
MINGW32LDFLAG= 
33
FLIBS=-lg2c
32
FLIBS=-lg2c
34
AWK=awk
33
AWK=awk
35
endif 
34
endif