Makefile revision 3996
2454dfa32c93c20a8522c6ed42fe057baaac9f9aStephan Bosch#
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# CDDL HEADER START
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
16f816d3f3c32ae3351834253f52ddd0212bcbf3Timo Sirainen# The contents of this file are subject to the terms of the
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# Common Development and Distribution License (the "License").
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# You may not use this file except in compliance with the License.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
a2f250a332dfc1e6cd4ffd196c621eb9dbf7b8a1Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# or http://www.opensolaris.org/os/licensing.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# See the License for the specific language governing permissions
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo Sirainen# and limitations under the License.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
8ef80b0b9c73fb0a0188788b14b3e15084b7a452Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
56561d472db25ebda35ae6afdc7f7deb75c323fcTimo Sirainen# If applicable, add the following below this CDDL HEADER, with the
687794a61c9e3bf27c712b442b8fc8836c63ae44Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
f1765f773591385d513fb68e1799fd1cb4206852Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
f1765f773591385d513fb68e1799fd1cb4206852Timo Sirainen#
f1765f773591385d513fb68e1799fd1cb4206852Timo Sirainen# CDDL HEADER END
94a8cb0ee1d85569ad1a2acacd92d3ce22f8a1cbTimo Sirainen#
687794a61c9e3bf27c712b442b8fc8836c63ae44Timo Sirainen# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen#
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Siraineninclude ../../../make-rules/shared-macros.mk
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Sirainen
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenCOMPONENT_NAME= mod_proxy_html
919875067c26fb261a15b3f7afdb67d7eeddb226Timo SirainenCOMPONENT_VERSION= 3.1.1
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo SirainenCOMPONENT_PROJECT_URL= http://apache.webthing.com/mod_proxy_html/
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)
b6612c334604eeb27e1ca2bd804ac66dcbc2eaadTimo SirainenCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-$(COMPONENT_VERSION).tar.bz2
919875067c26fb261a15b3f7afdb67d7eeddb226Timo SirainenCOMPONENT_ARCHIVE_HASH= \
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo Sirainen sha256:36f5341589a4d6705e3590eafc29f99fb16e4169f39ddc0fa30b9d5da2a0e7d5
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo Sirainen# Original archive from community didn't contain name in its version.
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo Sirainen# Therefore we created special Userland copy with version info.
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo SirainenCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
0dffa25d211be541ee3c953b23566a1a990789dfTimo Sirainen
0dffa25d211be541ee3c953b23566a1a990789dfTimo SirainenCOMPONENT_BUGDB= utility/apache
0dffa25d211be541ee3c953b23566a1a990789dfTimo Sirainen
0dffa25d211be541ee3c953b23566a1a990789dfTimo SirainenTPNO_MOD_PROXY_HTML= 9032
0dffa25d211be541ee3c953b23566a1a990789dfTimo SirainenTPNO_MOD_XML2ENC= 9034
0dffa25d211be541ee3c953b23566a1a990789dfTimo Sirainen
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Siraineninclude $(WS_MAKE_RULES)/prep.mk
0cb2e8eb55e70f8ebe1e8349bdf49e4cbe5d8834Timo Siraineninclude $(WS_MAKE_RULES)/justmake.mk
ae8817f05005f57bba32479a610b52d083e2b6ebTimo Siraineninclude $(WS_MAKE_RULES)/ips.mk
49e9acb52bb5d328f8cf10bce1082c4bc213caeaTimo Sirainen
407d64647d77771080eb75f800162014927f10c6Timo SirainenAPACHE_USR_PREFIX=/usr/apache2/2.2
a050ca9def13949dbaa67bd6574a41c4f397ae26Timo Sirainen
8d131435ba4648c8821160ec38d508c97177c715Timo Sirainen$(BUILD_DIR_32)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/apxs
ae8817f05005f57bba32479a610b52d083e2b6ebTimo Sirainen$(BUILD_DIR_64)/.built: COMPONENT_BUILD_ARGS += APXS=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
ae8817f05005f57bba32479a610b52d083e2b6ebTimo Sirainen
1f4f81ba81bb9fa8abe2d94f344373c230066d67Timo SirainenPATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
a050ca9def13949dbaa67bd6574a41c4f397ae26Timo Sirainen
a050ca9def13949dbaa67bd6574a41c4f397ae26Timo Sirainenbuild: $(BUILD_32_and_64)
407d64647d77771080eb75f800162014927f10c6Timo Sirainen
407d64647d77771080eb75f800162014927f10c6Timo Sirainentest: $(NO_TESTS)
9a25d843320a418799494ebaef91112ade0c5fdcTimo Sirainen
9a25d843320a418799494ebaef91112ade0c5fdcTimo Sirainen
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo SirainenREQUIRED_PACKAGES += system/library
20c892309312df8f4f73cfcaf8acd2ededda8b05Timo Sirainen