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