The R Project SVN R

Rev

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

Rev 70374 Rev 71085
Line 16... Line 16...
16
 
16
 
17
## ============== configuration macros for building R ===================
17
## ============== configuration macros for building R ===================
18
 
18
 
19
# Path of library directory containing zlib, bzlib, liblzma, pcre,
19
# Path of library directory containing zlib, bzlib, liblzma, pcre,
20
# libpng, libjpeg, libtiff.
20
# libpng, libjpeg, libtiff.
21
# A suitable version can be found at
-
 
22
# https://www.stats.ox.ac.uk/pub/Rtools/libs.html
-
 
23
# or use 'make rsync-extsoft' to populate the default directory.
21
# Use 'make rsync-extsoft' to populate the default directory.
24
# EXT_LIBS = $(LOCAL_SOFT)
22
# EXT_LIBS = $(LOCAL_SOFT)
25
 
23
 
26
# an alternative is to use -gstabs here, if the debugger supports only stabs.
24
# an alternative is to use -gstabs here, if the debugger supports only stabs.
27
# G_FLAG = -gdwarf-2
25
# G_FLAG = -gdwarf-2
28
 
26