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