Makefile revision 2337
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# CDDL HEADER START
b03274844ecd270f9e9331f51cc4236a33e2e671Christian Maeder# The contents of this file are subject to the terms of the
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# Common Development and Distribution License (the "License").
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# You may not use this file except in compliance with the License.
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# or http://www.opensolaris.org/os/licensing.
e6d40133bc9f858308654afb1262b8b483ec5922Till Mossakowski# See the License for the specific language governing permissions
679d3f541f7a9ede4079e045f7758873bb901872Till Mossakowski# and limitations under the License.
1bb1684c83317dfd1692ab53415027b67d8f2faeTill Mossakowski# When distributing Covered Code, include this CDDL HEADER in each
95c3e5d11dcee331dc3876a9bf0c1d6daa38e2caChristian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# CDDL HEADER END
f3faf4e4346b6224a3aaeeac11bac8b5c8932a29Christian Maeder# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maederinclude ../../../make-rules/shared-macros.mk
ba904a15082557e939db689fcfba0c68c9a4f740Christian MaederCOMPONENT_PROJECT_URL= http://www.pythonware.com/products/pil/
410ff490af511ffa09b52e4de631d36a154b9730Christian MaederCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
ba904a15082557e939db689fcfba0c68c9a4f740Christian Maeder sha256:895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211
ba904a15082557e939db689fcfba0c68c9a4f740Christian MaederCOMPONENT_ARCHIVE_URL= http://effbot.org/downloads/$(COMPONENT_ARCHIVE)
410ff490af511ffa09b52e4de631d36a154b9730Christian MaederTEST_PYTHONPATH.32 = $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/PIL
22dd6d9af47163ee081d6c505d0a13dbf40ba87aChristian MaederTEST_PYTHONPATH.64 = $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/PIL:$(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/PIL/64
1b05bdb88b90d3c947351f262d7ae7d68f0a4a6fTill MossakowskiCOMPONENT_TEST_ENV= PYTHONPATH=$(TEST_PYTHONPATH.$(BITS))
2afae0880da7ca73c9376fd4d653ab19833fe858Christian Maeder# common targets