Makefile revision 1124
af062818b47340eef15700d2f0211576ba3506eevboxsync###############################################################################
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Permission is hereby granted, free of charge, to any person obtaining a
af062818b47340eef15700d2f0211576ba3506eevboxsync# copy of this software and associated documentation files (the "Software"),
af062818b47340eef15700d2f0211576ba3506eevboxsync# to deal in the Software without restriction, including without limitation
af062818b47340eef15700d2f0211576ba3506eevboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
af062818b47340eef15700d2f0211576ba3506eevboxsync# and/or sell copies of the Software, and to permit persons to whom the
af062818b47340eef15700d2f0211576ba3506eevboxsync# Software is furnished to do so, subject to the following conditions:
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# The above copyright notice and this permission notice (including the next
af062818b47340eef15700d2f0211576ba3506eevboxsync# paragraph) shall be included in all copies or substantial portions of the
af062818b47340eef15700d2f0211576ba3506eevboxsync# Software.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
af062818b47340eef15700d2f0211576ba3506eevboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
af062818b47340eef15700d2f0211576ba3506eevboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4b9d6701570cb98fd36e209314239d104ec584d3vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# DEALINGS IN THE SOFTWARE.
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync#
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsync# Package name used in tarballs
b955672b950093ff7416d1269dd4d3b69983bd8fvboxsyncMODULE_NAME=xextproto
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync# Version number (used in path names)
af062818b47340eef15700d2f0211576ba3506eevboxsyncMODULE_VERSION=7.2.0
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync# Checksums for upstream tarball
af062818b47340eef15700d2f0211576ba3506eevboxsyncTARBALL_MD5 = 220732210ceffb01bf1caf970e3b1bfb
af062818b47340eef15700d2f0211576ba3506eevboxsyncTARBALL_SHA1 = a117fb9d7fdebee7af3f9e79efe9812e39e650a5
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync# Patches to apply to source after unpacking, in order
af062818b47340eef15700d2f0211576ba3506eevboxsyncSOURCE_PATCHES=
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync# ARC cases that covered this module
af062818b47340eef15700d2f0211576ba3506eevboxsync# PSARC/2011/213 X Synchronization Extension version 3.1
af062818b47340eef15700d2f0211576ba3506eevboxsyncMODULE_ARC_CASES = PSARC/2011/213
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync### Include common rulesets
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude ../Makefile.inc
af062818b47340eef15700d2f0211576ba3506eevboxsync