The R Project SVN R

Rev

Rev 55218 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#-*- Makefile -*-

## This is only used when building R itself but it does customize
## etc/*/Makeconf using LOCAL_SOFT, BINPREF[64], SYMPAT64, IMPLIB and R_ARCH

## =========== configuration macros for building packages ================
# Absolute path to '/usr/local' software collection.  The versions used
# on CRAN can be found at
# http://www.stats.ox.ac.uk/pub/Rtools/goodies/Win32/local.zip
# http://www.stats.ox.ac.uk/pub/Rtools/goodies/Win64/local64.zip
LOCAL_SOFT =

## ============== configuration macros for building R ===================

# an alternative is to use -gstabs here, if the debugger supports only stabs.
G_FLAG=-gdwarf-2

# Comment out if the msvcrt.dll malloc/free is required (not tested recently)
LEA_MALLOC=YES

# Set to YES and specify the path if you want to use the ATLAS BLAS.
USE_ATLAS=NO
ATLAS_PATH=/R/ATLAS/lib/WinNT_P4SSE2

# Support for the ACML and Goto BLASes has been withdrawn: see R-admin.html

# Define to use svnversion to set SVN-REVISION (slow, and requires a clean
# checkout with no modifications).
# USE_SVNVERSION = YES

# We normally link directly against DLLs, 
# but this macro forces the use of import libs
# Needed if using other compilers, including some versions of MinGW-w64
# USE_IMPLIBS = YES

# Some of the toolchains are in fact cross-compilers and have prefixes
# prefix for 32-bit, i686-w64-mingw32- for MinGW-w64's
BINPREF =
# prefix for 64-bit: usually this, but not for native x64 builds.
BINPREF64 = x86_64-w64-mingw32-

# Others use a -m64 or -m32 option to select architectures
M_ARCH =
# and for as (--32 or --64)
AS_ARCH =
# and for windres (-F pe-i386 or pe-x86-64)
RC_ARCH =
# and for dlltool ("-m i386 --as-flags --32" vs "-m i386:x86-64 --as-flags --64")
DT_ARCH =

# 32- or 64-bit Windows?
WIN = 32

# define to -DW64 if using 32-bit MinGW-w64
DEFS_W64 =

# pattern for symbols on 64-bit builds only
# for older toolchains which use a leading underscore
# SYMPAT64 = 's/^.* [BCDRT] _/ /p'
# for versions of MinGW-w64 from about 2010-05
SYMPAT64 = 's/^.* [BCDRT] / /p'

# set to use ICU (experimental)
# USE_ICU=YES
# path to parent of ICU headers
ICU_PATH=/sources/icu

# optional overrides for making bitmapdll: names of source directories
# JPEGDIR = jpeg-8c
# PNGDIR = libpng
# TIFFDIR = libtiff

# set this to YES to build static HTML help
BUILD_HTML = NO

# unset this if you are *not* using MiKTeX
MIKTEX = TRUE

## ====== configuration macros for building installer ===========

# location where Inno Setup 5.[34].x was installed. Spaces allowed.
ISDIR=C:/packages/Inno

# optional location where qpdf was installed (in $(QPDF)/bin). Spaces allowed.
QPDF=

# home of 32-bit files for combined installer on 64-bit build
HOME32=

## ====== configuration macros for building MSI installer ===========

# location where WiX 3.x executables were installed. Spaces allowed.
# The MSI uses '/bin': other packagings may not
WIX3DIR=C:/packages/WiX3.5/bin

# set to 1 for a non-elevated per-user installer
WIX_PERSONAL=0

## =============== end of user-customizable parts  ===================