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