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