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