Makefile revision 1276
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe###############################################################################
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Permission is hereby granted, free of charge, to any person obtaining a
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# copy of this software and associated documentation files (the "Software"),
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# to deal in the Software without restriction, including without limitation
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# and/or sell copies of the Software, and to permit persons to whom the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Software is furnished to do so, subject to the following conditions:
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# The above copyright notice and this permission notice (including the next
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# paragraph) shall be included in all copies or substantial portions of the
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Software.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
f71f7a61dec7c9089378d14493ad564a1dedf0b5neil_a_wilson# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# DEALINGS IN THE SOFTWARE.
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe#
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe
186f94aaee0ba7f253e09c491a3a513cbabea65fjcambon# Package name used in tarballs
6e041baef82b526dc9a1548dae116ab37da34dcbludoMODULE_NAME=xextproto
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe# Version number (used in path names)
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilsonMODULE_VERSION=7.2.1
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# Checksums for upstream tarball
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilsonTARBALL_MD5 = eaac343af094e6b608cf15cfba0f77c5
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilsonTARBALL_SHA1 = f969e02009adf2d51fd1ba4583a859984728a461
3cedecd5ea21cca5d9709abf320a2082cd3694e5jvergaraTARBALL_SHA256= 7c53b105407ef3b2eb180a361bd672c1814524a600166a0a7dbbe76b97556d1a
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson# Patches to apply to source after unpacking, in order
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilsonSOURCE_PATCHES=
014019918f7e3844f558f6159b8d41517254edc2lutoff
014019918f7e3844f558f6159b8d41517254edc2lutoff# ARC cases that covered this module
014019918f7e3844f558f6159b8d41517254edc2lutoff# PSARC/2011/213 X Synchronization Extension version 3.1
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilsonMODULE_ARC_CASES = PSARC/2011/213
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson
4edb61f8b0f8ce9f62d803c706612376498672b4al_xipe### Include common rulesets
266c5071a91fda6a5159b08ea8d45261228d03d5neil_a_wilsoninclude ../Makefile.inc
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara