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