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