Makefile revision 3936
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# CDDL HEADER START
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# The contents of this file are subject to the terms of the
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# Common Development and Distribution License (the "License").
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# You may not use this file except in compliance with the License.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# See the License for the specific language governing permissions
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# and limitations under the License.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# When distributing Covered Code, include this CDDL HEADER in each
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# If applicable, add the following below this CDDL HEADER, with the
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# fields enclosed by brackets "[]" replaced with your own identifying
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# information: Portions Copyright [yyyy] [name of copyright owner]
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# CDDL HEADER END
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorCOMPONENT_ARCHIVE_HASH= sha256:89dfcc8564bb8781f36370c80c6fbeef9ec0723dec273231f4f760760d8e813d
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorCOMPONENT_ARCHIVE_URL= https://pypi.python.org/packages/source/m/mod_wsgi/$(COMPONENT_ARCHIVE)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorCOMPONENT_PROJECT_URL= http://code.google.com/p/modwsgi/
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANT_AP_22_PY26 = $(BUILD_DIR)/apache22-python26
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANT_AP_22_PY27 = $(BUILD_DIR)/apache22-python27
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANT_AP_22_PY34 = $(BUILD_DIR)/apache22-python34
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANT_AP_24_PY26 = $(BUILD_DIR)/apache24-python26
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANT_AP_24_PY27 = $(BUILD_DIR)/apache24-python27
5eaaede5c8fb884c6cdc5e18d79322de48ab69eaMark de ReeperVARIANT_AP_24_PY34 = $(BUILD_DIR)/apache24-python34
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANTS_32 = $(VARIANT_AP_22_PY26) $(VARIANT_AP_22_PY27)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorVARIANTS_64 = $(VARIANT_AP_22_PY26) $(VARIANT_AP_22_PY27) $(VARIANT_AP_22_PY34) \
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major $(VARIANT_AP_24_PY26) $(VARIANT_AP_24_PY27) $(VARIANT_AP_24_PY34)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache22-%/$(MACH32)/.configured: APXS=$(APACHE_USR_PREFIX)/2.2/bin/apxs
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache22-%/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/2.2/bin/$(MACH64)/apxs
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache24-%/$(MACH64)/.configured: APXS=$(APACHE_USR_PREFIX)/2.4/bin/apxs
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache2%-python26/$(MACH32)/.configured: PYTHON=$(PYTHON.2.6.32)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache2%-python26/$(MACH64)/.configured: PYTHON=$(PYTHON.2.6.64)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache2%-python27/$(MACH32)/.configured: PYTHON=$(PYTHON.2.7.32)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache2%-python27/$(MACH64)/.configured: PYTHON=$(PYTHON.2.7.64)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache2%-python34/$(MACH32)/.configured: PYTHON=$(PYTHON.3.4.32)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(BUILD_DIR)/apache2%-python34/$(MACH64)/.configured: PYTHON=$(PYTHON.3.4.64)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# common targets