4182N/A#
4182N/A# CDDL HEADER START
4182N/A#
4182N/A# The contents of this file are subject to the terms of the
4182N/A# Common Development and Distribution License (the "License").
4182N/A# You may not use this file except in compliance with the License.
4182N/A#
4182N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4182N/A# or http://www.opensolaris.org/os/licensing.
4182N/A# See the License for the specific language governing permissions
4182N/A# and limitations under the License.
4182N/A#
4182N/A# When distributing Covered Code, include this CDDL HEADER in each
4182N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4182N/A# If applicable, add the following below this CDDL HEADER, with the
4182N/A# fields enclosed by brackets "[]" replaced with your own identifying
4182N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4182N/A#
4182N/A# CDDL HEADER END
4182N/A#
6568N/A
4182N/A#
4182N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
6568N/A#
4182N/A
4182N/Ainclude ../../../make-rules/shared-macros.mk
4182N/A
6568N/AGMAKE = /usr/bin/make
4182N/A
4182N/ACOMPONENT_NAME = visual-panels-zconsole
4182N/ACOMPONENT_VERSION = 0.5.11
6568N/ACOMPONENT_SRC = src
6568N/ACOMPONENT_BUGDB= utility/vpanels
4182N/A
4182N/A# not all VP functionality works with java-8
6568N/Aifeq ($(BUILD_TYPE), evaluation)
6568N/APUBLISH_STAMP=
6568N/ABUILD_32=
6568N/AINSTALL_32=
6568N/Aendif
6568N/A
6568N/Ainclude $(WS_MAKE_RULES)/justmake.mk
6568N/Ainclude $(WS_MAKE_RULES)/ips.mk
6568N/A
6568N/ACOMPONENT_BUILD_TARGETS = build
6568N/ACOMPONENT_BUILD_ENV += ROOT=$(BUILD_DIR)/prototype/$(MACH)
4182N/ACOMPONENT_BUILD_ENV += SRC=$(WS_COMPONENTS)/visual-panels
4182N/ACOMPONENT_BUILD_ENV += WS_JAVA=$(BUILD_DIR_32)/java
4182N/ACOMPONENT_BUILD_ENV += JAVA_HOME=$(JAVA_HOME)
4182N/ACOMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
4182N/ACOMPONENT_BUILD_ENV += MACH32=$(MACH32)
4182N/A
4182N/ACOMPONENT_INSTALL_TARGETS = install
4182N/ACOMPONENT_INSTALL_ENV = $(COMPONENT_BUILD_ENV)
4182N/A
4182N/ACOMPONENT_TEST_TARGETS = test
4182N/ACOMPONENT_TEST_ENV = $(COMPONENT_BUILD_ENV)
4182N/A
4182N/A# Do not apply the standard licence transforms for this component.
4182N/ALICENSE_TRANSFORMS =
4182N/A
4182N/A# common targets
4182N/A$(SOURCE_DIR)/.prep:
4182N/A $(TOUCH) $@
4182N/A
4182N/Aprep: $(SOURCE_DIR)/.prep
4182N/A
6568N/Abuild: $(BUILD_32)
4182N/A
6568N/Ainstall: $(INSTALL_32)
6568N/A
4182N/Adownload::
4182N/A @echo 'No downloads for this component'
4182N/A
4182N/Aclobber:: clean
4182N/A
4182N/Aclean::
4182N/A rm -f $(SOURCE_DIR)/.prep
4182N/A
4182N/AREQUIRED_PACKAGES += system/management/visual-panels-core
4182N/A