Rev 51627 | Rev 52549 | Go to most recent revision | 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], 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/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# Where does Tcl/Tk live? Spaces allowed.TCL_HOME = $(RHOME)/TclTCL_VERSION = 85# 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 compilers are in fact cross-compilers and have prefixes# prefix for 32-bit compiler, i686-w64-mingw32- for MinGW-w64'sBINPREF =# prefix for 64-bit compilerBINPREF64 = x86_64-w64-mingw32-# 32- or 64-bit Windows? For MinGW-w64.WIN = 32# define to -DW64 if using MinGW-w64 (32- or 64-bit)DEFS_W64 =# 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-8a# PNGDIR = libpng-1.2.35# TIFFDIR = libtiff# set this to YES to build static HTML helpBUILD_HTML = NO## ====== configuration macros for building installer ===========# location where Inno Setup 5.3.x was installed. Spaces allowed.ISDIR=C:/packages/Inno# home of 32-bit files for combined installer on 64-bit buildHOME32=## ====== configuration macros for building MSI installer ===========# location where WiX 2.0 was installed. Spaces allowed, slashes required.WIXDIR=C:/packages/WiX# set to 1 for a non-elevated per-user installerWIX_PERSONAL=0## =============== end of user-customizable parts ===================