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