Makefile revision 1123
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen###############################################################################
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# xcb 1.7 Makefile
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Permission is hereby granted, free of charge, to any person obtaining a
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# copy of this software and associated documentation files (the "Software"),
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# to deal in the Software without restriction, including without limitation
0d29d2c9c206eb1652fa951dd55bcc0cfa4b48feNeil Madden# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# and/or sell copies of the Software, and to permit persons to whom the
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Software is furnished to do so, subject to the following conditions:
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# The above copyright notice and this permission notice (including the next
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# paragraph) shall be included in all copies or substantial portions of the
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# DEALINGS IN THE SOFTWARE.
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Package name used in tarballs
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Version number (used in path names)
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Checksums for upstream tarball
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie BowenTARBALL_SHA1 = 7540f0587907bce421914f0ddb813810cb2f36f8
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# ARC cases that covered this module
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Package metadata
5c124de5c36bfc236d55578429df5f048f0d0a07Jamie Bowen# Patches to apply to source after unpacking, in order
SOURCE_PATCHES = \
PYTHON_PATH=$(PROTODIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages:$(PROTODIR)/usr/lib/python$(PYTHON_VERSION)/site-packages:/usr/lib/python$(PYTHON_VERSION)/site-packages:/usr/lib/python$(PYTHON_VERSION)/vendor-packages
# Regenerate Makefile.in's from Makefile.am's after patching them