Makefile revision 7037
0N/A# The contents of this file are subject to the terms of the 0N/A# Common Development and Distribution License (the "License"). 0N/A# You may not use this file except in compliance with the License. 0N/A# See the License for the specific language governing permissions 0N/A# and limitations under the License. 0N/A# When distributing Covered Code, include this CDDL HEADER in each 0N/A# If applicable, add the following below this CDDL HEADER, with the 0N/A# fields enclosed by brackets "[]" replaced with your own identifying 0N/A# information: Portions Copyright [yyyy] [name of copyright owner] 0N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 0N/A# upstream delivers python2 support separately as "py2cairo" 0N/A# Cannot run tests until build machines update to s12_105 due to bug 23763105 0N/A# Requires newer version of cairo than we have available in S11. 0N/A# Trick bundled waf into unpacking itself so we can patch it 2086N/A# Do not install optimised compiled .pyo files 0N/A# This needed to be added for pycairo to build cleanly s12_109 onwards 0N/A# The bundled waf compiles to the old pre-python-3.2 locations, so 0N/A# tell it not to bother, and take care of it ourselves 0N/A# waf picks up the PYTHONDIR & PYTHONARCHDIR settings at configure time, 0N/A# but still insists on installing to site-packages instead of vendor-packages 0N/A# the test scripts aren't hooked into the test target in pycairo, so run directly # py.test is required for testing, not building or runtime