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