Makefile revision 3469
4419N/A#
4419N/A# CDDL HEADER START
4419N/A#
4419N/A# The contents of this file are subject to the terms of the
4419N/A# Common Development and Distribution License (the "License").
4419N/A# You may not use this file except in compliance with the License.
4419N/A#
4419N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4419N/A# or http://www.opensolaris.org/os/licensing.
4419N/A# See the License for the specific language governing permissions
4419N/A# and limitations under the License.
4419N/A#
4419N/A# When distributing Covered Code, include this CDDL HEADER in each
4419N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4419N/A# If applicable, add the following below this CDDL HEADER, with the
4419N/A# fields enclosed by brackets "[]" replaced with your own identifying
4419N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4419N/A#
4419N/A# CDDL HEADER END
4419N/A#
4419N/A
4419N/A#
4419N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
4419N/A#
4419N/A
4419N/Ainclude ../../../make-rules/shared-macros.mk
4419N/A
4419N/ACOMPONENT_NAME= Imaging
4419N/ACOMPONENT_VERSION= 1.1.7
4419N/ACOMPONENT_PROJECT_URL= http://www.pythonware.com/products/pil/
4419N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4419N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4419N/ACOMPONENT_ARCHIVE_HASH= \
4419N/A sha256:895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211
4419N/ACOMPONENT_ARCHIVE_URL= http://effbot.org/downloads/$(COMPONENT_ARCHIVE)
4805N/ACOMPONENT_BUGDB= python-mod/pil
4805N/A
4805N/Ainclude $(WS_TOP)/make-rules/prep.mk
4805N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
4805N/Ainclude $(WS_TOP)/make-rules/ips.mk
4805N/A
4805N/ATEST_PYTHONPATH.32 = $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/PIL
TEST_PYTHONPATH.64 = $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/PIL:$(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/PIL/64
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
COMPONENT_TEST_ARGS= ./selftest.py
COMPONENT_TEST_ENV= PYTHONPATH=$(TEST_PYTHONPATH.$(BITS))
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_32_and_64)
install: $(INSTALL_32_and_64)
test: $(TEST_32_and_64)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk