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