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