Makefile revision 2899
726b472292f47fa8b9ad1c6d6cb5f75169f5ae32Mark Andrews# CDDL HEADER START
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# The contents of this file are subject to the terms of the
fb84f9014321c5f33c4682de5661b579fcde318fAndreas Gustafsson# Common Development and Distribution License (the "License").
fb84f9014321c5f33c4682de5661b579fcde318fAndreas Gustafsson# You may not use this file except in compliance with the License.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews# See the License for the specific language governing permissions
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# and limitations under the License.
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
af5073d03288a53b646ec3b807ac25ced64d7879Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
fb84f9014321c5f33c4682de5661b579fcde318fAndreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# CDDL HEADER END
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein sha256:a6f02b46796ed6b6a212cfc2d17e4797212db3206e21a3f4959adb60bddfff5f
7329012471d165cd3dc4180ad2a0a43de91e7f01Mark Andrews# This should come from http://www.beanshell.org/ however they do not
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# maintain previous versions of archives there anymore. When/if this
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# component is upgraded the download location should revert back to
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# beanshell.org if possible. Note also a fork of beanshell is receiving
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# more attention at the google code repository of late.
e21a2904f02a03fa06b6db04d348f65fe9c67b2bMark AndrewsCOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob AusteinCOMPONENT_BUILD_ARGS += -Djavadoc-dir=${PROTO_DIR}
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# We use the solaris-transform file to pick up files in the prototype area
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# that are not found in the directories we install them to on Solaris.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Doing this obviates the need to add it's location to each line in the
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# associated beanshell.p5m file.
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# Needed to pick up scripts/bsh and bshcommands-bshdoc.xml
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein# common targets