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