Makefile revision 4561
431N/A#
431N/A# CDDL HEADER START
431N/A#
431N/A# The contents of this file are subject to the terms of the
431N/A# Common Development and Distribution License (the "License").
431N/A# You may not use this file except in compliance with the License.
431N/A#
431N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
431N/A# or http://www.opensolaris.org/os/licensing.
431N/A# See the License for the specific language governing permissions
431N/A# and limitations under the License.
431N/A#
431N/A# When distributing Covered Code, include this CDDL HEADER in each
431N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
431N/A# If applicable, add the following below this CDDL HEADER, with the
431N/A# fields enclosed by brackets "[]" replaced with your own identifying
431N/A# information: Portions Copyright [yyyy] [name of copyright owner]
431N/A#
431N/A# CDDL HEADER END
431N/A#
844N/A
431N/A#
431N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
431N/A#
431N/A
431N/Ainclude ../../../make-rules/shared-macros.mk
618N/A
431N/AGMAKE = /usr/bin/make
431N/A
844N/ACOMPONENT_NAME = visual-panels-sysmon
844N/ACOMPONENT_VERSION = 0.5.11
618N/ACOMPONENT_SRC = src
431N/ACOMPONENT_BUGDB= utility/vpanels
431N/A
431N/A# not all VP functionality works with java-8
431N/Aifeq ($(BUILD_TYPE), evaluation)
431N/APUBLISH_STAMP=
431N/ABUILD_32=
431N/AINSTALL_32=
431N/Aendif
431N/A
431N/Ainclude $(WS_MAKE_RULES)/justmake.mk
431N/Ainclude $(WS_MAKE_RULES)/ips.mk
431N/A
431N/ACOMPONENT_BUILD_TARGETS = build
431N/ACOMPONENT_BUILD_ENV += ROOT=$(BUILD_DIR)/prototype/$(MACH)
431N/ACOMPONENT_BUILD_ENV += SRC=$(WS_COMPONENTS)/visual-panels
431N/ACOMPONENT_BUILD_ENV += WS_JAVA=$(BUILD_DIR_32)/java
431N/ACOMPONENT_BUILD_ENV += JAVA_HOME=$(JAVA_HOME)
431N/ACOMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
431N/ACOMPONENT_BUILD_ENV += XGETTEXT=/usr/lib/intltool/gettext-tools/xgettext
431N/ACOMPONENT_BUILD_ENV += MACH32=$(MACH32)
431N/A
431N/ACOMPONENT_INSTALL_TARGETS = install
COMPONENT_INSTALL_ENV = $(COMPONENT_BUILD_ENV)
COMPONENT_TEST_TARGETS = test
COMPONENT_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 += system/management/visual-panels-core