Makefile revision 5680
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# CDDL HEADER START
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# The contents of this file are subject to the terms of the
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# Common Development and Distribution License (the "License").
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# You may not use this file except in compliance with the License.
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# or http://www.opensolaris.org/os/licensing.
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# See the License for the specific language governing permissions
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# and limitations under the License.
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# When distributing Covered Code, include this CDDL HEADER in each
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# If applicable, add the following below this CDDL HEADER, with the
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# fields enclosed by brackets "[]" replaced with your own identifying
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# information: Portions Copyright [yyyy] [name of copyright owner]
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# CDDL HEADER END
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley#
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyBUILD_BITS= 64
b48c32963998d6e963862f9c28de802b70c1ea04Rich Rileyinclude ../../../make-rules/shared-macros.mk
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_NAME= mod_jk
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_VERSION= 1.2.41
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_PROJECT_URL= http://tomcat.apache.org/connectors-doc/
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_SRC_NAME= tomcat-connectors
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)-src
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_ARCHIVE_HASH= \
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley sha256:f193b02aeec71daab13fc5bbb99f13eca9d916b79a024f8035a65f39559bc7fd
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/$(COMPONENT_ARCHIVE)
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyTPNO= 24206
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCONFIGURE_DEFAULT_DIRS=no
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyMODULES_INSTALL=
b48c32963998d6e963862f9c28de802b70c1ea04Rich Rileyinclude ../modules.mk
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyPATCH_LEVEL=0
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley
b48c32963998d6e963862f9c28de802b70c1ea04Rich RileyCONFIGURE_SCRIPT = $(SOURCE_DIR)/native/configure
b48c32963998d6e963862f9c28de802b70c1ea04Rich Riley