Makefile revision 3661
346N/A#
346N/A# CDDL HEADER START
346N/A#
346N/A# The contents of this file are subject to the terms of the
346N/A# Common Development and Distribution License (the "License").
346N/A# You may not use this file except in compliance with the License.
346N/A#
346N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
346N/A# or http://www.opensolaris.org/os/licensing.
346N/A# See the License for the specific language governing permissions
346N/A# and limitations under the License.
346N/A#
346N/A# When distributing Covered Code, include this CDDL HEADER in each
346N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
346N/A# If applicable, add the following below this CDDL HEADER, with the
346N/A# fields enclosed by brackets "[]" replaced with your own identifying
346N/A# information: Portions Copyright [yyyy] [name of copyright owner]
346N/A#
346N/A# CDDL HEADER END
346N/A#
346N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
346N/A#
3996N/Ainclude ../../../make-rules/shared-macros.mk
346N/A
346N/ACOMPONENT_NAME= mod_jk
4256N/ACOMPONENT_VERSION= 1.2.28
3996N/ACOMPONENT_PROJECT_URL= http://tomcat.apache.org/connectors-doc/
3996N/ACOMPONENT_SRC_NAME= tomcat-connectors
346N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)-src
346N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4256N/ACOMPONENT_ARCHIVE_HASH= \
783N/A sha256:898fddced320754121b53b3292d1d20a31bebc6733d5aeb92367143f8941fe6f
1273N/ACOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/source/jk-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
4256N/ACOMPONENT_BUGDB= utility/apache
618N/A
1273N/ATPNO= 9082
1273N/A
4256N/Ainclude ../../../make-rules/prep.mk
844N/Ainclude ../../../make-rules/configure.mk
4256N/Ainclude ../../../make-rules/ips.mk
618N/A
1273N/APATCH_LEVEL=0
346N/A
346N/AAPACHE_USR_PREFIX=/usr/apache2/2.2
346N/A
346N/ACONFIGURE_SCRIPT = $(SOURCE_DIR)/native/configure
4256N/A
844N/A# Forcing CC from environment instead. Using one provided by apxs doesn't
4256N/A# make mod_jk build.
618N/ACC=
346N/A
346N/ACONFIGURE_OPTIONS.32 += --with-apxs=$(APACHE_USR_PREFIX)/bin/apxs
346N/ACONFIGURE_OPTIONS.64 += --with-apxs=$(APACHE_USR_PREFIX)/bin/$(MACH64)/apxs
346N/A
4256N/A# Header files are missing during build without cloning.
844N/ACOMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR)/native $(@D));
4256N/A
618N/APATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
346N/A
3090N/Abuild: $(BUILD_32_and_64)
3090N/A
3996N/Atest: $(NO_TESTS)
3996N/A
3996N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
346N/A
346N/Ainclude ../../../make-rules/depend.mk
346N/A