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