Makefile revision 956
0a987c833e0517dc4efefc14229d96dec62e0965vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# CDDL HEADER START
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# The contents of this file are subject to the terms of the
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# Common Development and Distribution License (the "License").
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# You may not use this file except in compliance with the License.
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# or http://www.opensolaris.org/os/licensing.
cb172d105a87f41489b1553fbd99ec97932609ffvboxsync# See the License for the specific language governing permissions
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# and limitations under the License.
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e42e8ed08e4b2bd2ebb1b160fea921788e1a54a5vboxsync# If applicable, add the following below this CDDL HEADER, with the
1912cc6de0895859536e62695e7a5b7810a07f1fvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
3baadeafd9922582dad9b32431362e6296417dd8vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
00e8340a60924420ea08462899c5815a685c78b2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# CDDL HEADER END
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync#
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsyncinclude ../../../make-rules/shared-macros.mk
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsync
0700964a23df46033c8149ee10ce643cd3677061vboxsyncGMAKE = /usr/bin/make
0700964a23df46033c8149ee10ce643cd3677061vboxsync
0700964a23df46033c8149ee10ce643cd3677061vboxsyncCOMPONENT_NAME = visual-panels-apache
868d6eb6308a75913b9c494558832732e7539b0evboxsyncCOMPONENT_VERSION = 0.5.11
868d6eb6308a75913b9c494558832732e7539b0evboxsyncCOMPONENT_SRC = src
868d6eb6308a75913b9c494558832732e7539b0evboxsync
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsyncinclude $(WS_MAKE_RULES)/justmake.mk
2dfda90468c5653309a3e93423313e0ec0e627a2vboxsyncinclude $(WS_MAKE_RULES)/ips.mk
868d6eb6308a75913b9c494558832732e7539b0evboxsync
868d6eb6308a75913b9c494558832732e7539b0evboxsyncCOMPONENT_BUILD_TARGETS = build
868d6eb6308a75913b9c494558832732e7539b0evboxsyncCOMPONENT_BUILD_ENV += ROOT=$(BUILD_DIR)/prototype/$(MACH)
COMPONENT_BUILD_ENV += SRC=$(WS_COMPONENTS)/visual-panels
COMPONENT_BUILD_ENV += WS_JAVA=$(BUILD_DIR_32)/java
COMPONENT_BUILD_ENV += JAVA_HOME=/usr/java
COMPONENT_BUILD_ENV += PATH=$(dir $(CC)):/usr/bin
COMPONENT_BUILD_ENV += XGETTEXT=/usr/lib/intltool/gettext-tools/xgettext
COMPONENT_BUILD_ENV += MACH32=$(MACH32)
COMPONENT_INSTALL_TARGETS = install
COMPONENT_INSTALL_ENV = $(COMPONENT_BUILD_ENV)
COMPONENT_TEST_TARGETS = test
COMPONENT_TEST_ENV = $(COMPONENT_BUILD_ENV)
# common targets
$(SOURCE_DIR)/.prep:
$(TOUCH) $@
prep: $(SOURCE_DIR)/.prep
build: $(BUILD_32)
install: $(INSTALL_32)
download::
@echo 'No downloads for this component'
clobber:: clean
clean::
rm -f $(SOURCE_DIR)/.prep
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_MAKE_RULES)/depend.mk