Makefile revision 5851
100N/A# The contents of this file are subject to the terms of the 100N/A# Common Development and Distribution License (the "License"). 100N/A# You may not use this file except in compliance with the License. 100N/A# See the License for the specific language governing permissions 100N/A# and limitations under the License. 100N/A# When distributing Covered Code, include this CDDL HEADER in each 100N/A# If applicable, add the following below this CDDL HEADER, with the 100N/A# fields enclosed by brackets "[]" replaced with your own identifying 100N/A# information: Portions Copyright [yyyy] [name of copyright owner] 100N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 100N/A# switching to parfait breaks a patch (23049278) 100N/A# Need to build the tests before using them. 5247N/A# Using a resolved pathname here (rather than say $(USRLIBDIR64)/R/lib) so 2672N/A# will just work on both platforms. 1196N/A# Augment the PATH and set CC/CXX/FC/F77 such that the build environment doesn't 1196N/A# our build environment to build R modules. 5247N/A# We can't use $(CC_PIC) here (which provides "-fPIC -DPIC" for the GNU 2672N/A# compilers), because we fail at configure time with: 100N/A# configure: error: Building R requires the 'va_copy' system call # is in exactly the correct format to work properly with the GNU compilers for # all the R CRAN packages containing C, C++, Fortran or Java code. # Set the various Java variables otherwise it auto-detects the 32-bit ones. # You need to define this option on SPARC, otherwise you will get quad # arithmetic on SPARC but not on x86. Really makes some R functions run # very slow on SPARC (COR path). # Increase stack limit to allow the "infinite recursion" test to work. '-e "/^Testing examples for package /p" ' \
'-e "/^ expect some differences/p" ' \
# Use the installed version of R, not the one in the build area. # These definitions override those found in .../test/Makefile.