1516N/A#
581N/A# CDDL HEADER START
581N/A#
581N/A# The contents of this file are subject to the terms of the
581N/A# Common Development and Distribution License (the "License").
581N/A# You may not use this file except in compliance with the License.
581N/A#
581N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
581N/A# or http://www.opensolaris.org/os/licensing.
581N/A# See the License for the specific language governing permissions
581N/A# and limitations under the License.
581N/A#
581N/A# When distributing Covered Code, include this CDDL HEADER in each
581N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
581N/A# If applicable, add the following below this CDDL HEADER, with the
581N/A# fields enclosed by brackets "[]" replaced with your own identifying
581N/A# information: Portions Copyright [yyyy] [name of copyright owner]
581N/A#
581N/A# CDDL HEADER END
581N/A#
581N/A
581N/A#
1685N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
581N/A#
581N/A
581N/Ainclude ../../../make-rules/shared-macros.mk
581N/A
581N/AGMAKE = /usr/bin/make
581N/A
1685N/ACOMPONENT_NAME = visual-panels-firewall
1685N/ACOMPONENT_VERSION = 0.5.11
581N/ACOMPONENT_SRC = src
581N/ACOMPONENT_BUGDB= utility/vpanels
581N/A
581N/A# not all VP functionality works with java-8
581N/Aifeq ($(BUILD_TYPE), evaluation)
581N/APUBLISH_STAMP=
1685N/ABUILD_32=
1685N/AINSTALL_32=
1685N/Aendif
1685N/A
1685N/Ainclude $(WS_MAKE_RULES)/justmake.mk
1685N/Ainclude $(WS_MAKE_RULES)/ips.mk
1685N/A
1685N/ACOMPONENT_BUILD_TARGETS = build
1685N/ACOMPONENT_BUILD_ENV += ROOT=$(BUILD_DIR)/prototype/$(MACH)
1685N/ACOMPONENT_BUILD_ENV += SRC=$(WS_COMPONENTS)/visual-panels
1685N/ACOMPONENT_BUILD_ENV += WS_JAVA=$(BUILD_DIR_32)/java
1685N/ACOMPONENT_BUILD_ENV += JAVA_HOME=$(JAVA_HOME)
1685N/ACOMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
1685N/ACOMPONENT_BUILD_ENV += XGETTEXT=/usr/lib/intltool/gettext-tools/xgettext
1685N/ACOMPONENT_BUILD_ENV += MACH32=$(MACH32)
1685N/A
1685N/ACOMPONENT_INSTALL_TARGETS = install
1685N/ACOMPONENT_INSTALL_ENV = $(COMPONENT_BUILD_ENV)
1685N/A
1685N/ACOMPONENT_TEST_TARGETS = test
1685N/ACOMPONENT_TEST_ENV = $(COMPONENT_BUILD_ENV)
1685N/A
1685N/A# Do not apply the standard licence transforms for this component.
1685N/ALICENSE_TRANSFORMS =
1685N/A
1685N/A# common targets
1685N/A$(SOURCE_DIR)/.prep:
1685N/A $(TOUCH) $@
1685N/A
1685N/Aprep: $(SOURCE_DIR)/.prep
1685N/A
1685N/Abuild: $(BUILD_32)
1685N/A
1685N/Ainstall: $(INSTALL_32)
1685N/A
1685N/Adownload::
1685N/A @echo 'No downloads for this component'
1685N/A
1685N/Aclobber:: clean
1685N/A
1685N/Aclean::
1685N/A rm -f $(SOURCE_DIR)/.prep
1685N/A
1685N/AREQUIRED_PACKAGES += system/management/visual-panels-core
1685N/A