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