Makefile revision 4561
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# CDDL HEADER START
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# The contents of this file are subject to the terms of the
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Common Development and Distribution License (the "License").
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# You may not use this file except in compliance with the License.
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# See the License for the specific language governing permissions
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
6210261fe31640afef814063597113f36048e57dvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
6210261fe31640afef814063597113f36048e57dvboxsync# CDDL HEADER END
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# not all VP functionality works with java-8
d812aaf8345c80125c49948daa80c68b50ea8316vboxsyncCOMPONENT_BUILD_ENV += ROOT=$(BUILD_DIR)/prototype/$(MACH)
d812aaf8345c80125c49948daa80c68b50ea8316vboxsyncCOMPONENT_BUILD_ENV += SRC=$(WS_COMPONENTS)/visual-panels
d812aaf8345c80125c49948daa80c68b50ea8316vboxsyncCOMPONENT_BUILD_ENV += XGETTEXT=/usr/lib/intltool/gettext-tools/xgettext
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Do not apply the standard licence transforms for this component.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# common targets
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync @echo 'No downloads for this component'