Makefile revision 5672
4737N/A# The contents of this file are subject to the terms of the 4737N/A# Common Development and Distribution License (the "License"). 4737N/A# You may not use this file except in compliance with the License. 4737N/A# See the License for the specific language governing permissions 4737N/A# and limitations under the License. 4737N/A# When distributing Covered Code, include this CDDL HEADER in each 4737N/A# If applicable, add the following below this CDDL HEADER, with the 4737N/A# fields enclosed by brackets "[]" replaced with your own identifying 4737N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5336N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 4737N/A# Get rid of compiler path set in RUNPATH 5487N/A# Augment the PATH and set CC/CXX/F95 such that the build environment doesn't 5487N/A# our build environment to build R modules. 5450N/A# Needed to successfully compile R packages using C++ code. 5594N/A# We (the Userland) team don't need -D__MATHERR_RENAME_EXCEPTION for the 5594N/A# creation of the R packages we provide in Solaris. It would be needed by 5594N/A# our customers that try to install R packages that use C++. And they would 5594N/A# be using the version of the Studio compilers on their machine(s) to do this. 5594N/A# Studio 12.5 will hopefully automatically provide this definition when C++ 5594N/A# code is compiled with "-std=c++11". When that version of the Studio 5594N/A# compilers is released, we should encourage customers to install it, but 5594N/A# for those still using Studio 12.4, this definition will continue to be needed. 5450N/A# Needed so that R packages using C++ code can link against the standard 4737N/A# Set the various Java variables otherwise it auto-detects the 32-bit ones. 4737N/A# You need to define this option on SPARC, otherwise you will get quad 4737N/A# arithmetic on SPARC but not on x86. Really makes some R functions run 4737N/A# very slow on SPARC (COR path). 4737N/A# Increase stack limit to allow the "infinite recursion" test to work. 4737N/A '-e "/^Testing examples for package /p" ' \
5336N/A '-e "/^ expect some differences/p" ' \
4897N/A# Use the installed version of R, not the one in the build area. 4897N/A# Need to build the tests before use them.