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