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