Makefile revision 1653
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# CDDL HEADER START
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# The contents of this file are subject to the terms of the
78fa3c578c14ee8a612f86cf73b6181c7f16463fTimo Sirainen# Common Development and Distribution License (the "License").
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# You may not use this file except in compliance with the License.
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# See the License for the specific language governing permissions
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# and limitations under the License.
2cd2518bab14292a67cf8a490b58ab9ef89879daTimo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
c60178b2610a9b193ff72aa18448398ef72529a1Timo Sirainen# CDDL HEADER END
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
78fa3c578c14ee8a612f86cf73b6181c7f16463fTimo SirainenCOMPONENT_BUILD_ENV += SRC=$(WS_COMPONENTS)/visual-panels
cf0ad1a0bddb0787f3d7b408a96d721a8b2a98a3Timo SirainenCOMPONENT_BUILD_ENV += WS_JAVA=$(BUILD_DIR_32)/java
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo SirainenCOMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# Do not apply the standard licence transforms for this component.
d176f84ce5ca2073f4dfbafb457b9c74f6bf0d76Timo Sirainen# common targets
230ef558135f16a66b86cbe3762524eaa9ae9d81Timo Sirainen @echo 'No downloads for this component'