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