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