Makefile revision 4898
7db630a55be9d955c8ac125da609b304cbcc6010vboxsync# CDDL HEADER START
7db630a55be9d955c8ac125da609b304cbcc6010vboxsync# The contents of this file are subject to the terms of the
7db630a55be9d955c8ac125da609b304cbcc6010vboxsync# Common Development and Distribution License (the "License").
7db630a55be9d955c8ac125da609b304cbcc6010vboxsync# You may not use this file except in compliance with the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# See the License for the specific language governing permissions
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
7db630a55be9d955c8ac125da609b304cbcc6010vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7db630a55be9d955c8ac125da609b304cbcc6010vboxsync sha256:f5ae953f18ba6f3d55b46556bbbf73441350f9fd22625402b723a2b81ff64f35
7db630a55be9d955c8ac125da609b304cbcc6010vboxsyncCOMPONENT_ARCHIVE_URL= http://cran.mtu.edu/src/base/R-3/$(COMPONENT_ARCHIVE)
7db630a55be9d955c8ac125da609b304cbcc6010vboxsync# Get rid of compiler path set in RUNPATH
7db630a55be9d955c8ac125da609b304cbcc6010vboxsyncJAVA_LIBS_PATH = $(JAVA8_HOME)/jre/lib/$(MACH64)/server
7db630a55be9d955c8ac125da609b304cbcc6010vboxsyncLDFLAGS += -L$(STUDIO_LIBS_PATH) -R$(STUDIO_LIBS_PATH) \
7db630a55be9d955c8ac125da609b304cbcc6010vboxsyncCONFIGURE_ENV += CFLAGS="-xO3 -xc99 -xlibmieee $(CC_BITS)"
CONFIGURE_ENV += JAVA_CPPFLAGS="-I$(JAVA8_HOME)/jre/../include -I$(JAVA8_HOME)/jre/../include/solaris"
COMPONENT_SYSTEM_TEST_ARGS += R="LANGUAGE=en LC_ALL=C SRCDIR=$(srcdir) R_DEFAULT_PACKAGES= /usr/bin/R --vanilla"
COMPONENT_TEST_ARGS = -k -i
COMPONENT_SYSTEM_TEST_ARGS += -k -i
test: $(TEST_64)