Rev 55118 | 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.zipLOCAL_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=NOATLAS_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'sBINPREF =# prefix for 64-bit: usually this, but not for native x64 builds.BINPREF64 = x86_64-w64-mingw32-# 32- or 64-bit Windows?WIN = 32# define to -DW64 if using 32-bit MinGW-w64DEFS_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-05SYMPAT64 = 's/^.* [BCDRT] / /p'# set to use ICU (experimental)# USE_ICU=YES# path to parent of ICU headersICU_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 helpBUILD_HTML = NO# unset this if you are *not* using MiKTeXMIKTEX = 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 buildHOME32=## ====== configuration macros for building MSI installer ===========# location where WiX 3.x executables were installed. Spaces allowed.# The MSI uses '/bin': other packagings may notWIX3DIR=C:/packages/WiX3.0/bin# set to 1 for a non-elevated per-user installerWIX_PERSONAL=0## =============== end of user-customizable parts ===================