Makefile revision 1356
1a190ae8769a33f33b241fab38049e04dc14fd60nd###############################################################################
1a190ae8769a33f33b241fab38049e04dc14fd60nd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# xcb-util - Library of xcb utility functions
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
1a190ae8769a33f33b241fab38049e04dc14fd60nd#
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Permission is hereby granted, free of charge, to any person obtaining a
1a190ae8769a33f33b241fab38049e04dc14fd60nd# copy of this software and associated documentation files (the "Software"),
1a190ae8769a33f33b241fab38049e04dc14fd60nd# to deal in the Software without restriction, including without limitation
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1a190ae8769a33f33b241fab38049e04dc14fd60nd# and/or sell copies of the Software, and to permit persons to whom the
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Software is furnished to do so, subject to the following conditions:
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen#
2e545ce2450a9953665f701bb05350f0d3f26275nd# The above copyright notice and this permission notice (including the next
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# paragraph) shall be included in all copies or substantial portions of the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# Software.
1a190ae8769a33f33b241fab38049e04dc14fd60nd#
1a190ae8769a33f33b241fab38049e04dc14fd60nd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1a190ae8769a33f33b241fab38049e04dc14fd60nd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1a190ae8769a33f33b241fab38049e04dc14fd60nd# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1a190ae8769a33f33b241fab38049e04dc14fd60nd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3f08db06526d6901aa08c110b5bc7dde6bc39905nd# DEALINGS IN THE SOFTWARE.
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd#
93e5a983fc4eaf7fa7213339ae879bfe32af31b5nd
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# Package name used in tarballs
3b3b7fc78d1f5bfc2769903375050048ff41ff26ndMODULE_NAME=xcb-util
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
7d9f2bf92f3b96b3d651365013e5da845849571brbowen# Version number (used in path names)
1a190ae8769a33f33b241fab38049e04dc14fd60ndMODULE_VERSION=0.3.9
7d9f2bf92f3b96b3d651365013e5da845849571brbowen
7d9f2bf92f3b96b3d651365013e5da845849571brbowen# Checksums for upstream tarball
1a190ae8769a33f33b241fab38049e04dc14fd60ndTARBALL_MD5 = 01dcc7a16d5020530552712710646ea2
1a190ae8769a33f33b241fab38049e04dc14fd60ndTARBALL_SHA1 = 02060d8e2e70838fc41cd3a27c7f2909090d8c20
1a190ae8769a33f33b241fab38049e04dc14fd60nd
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh# ARC cases that covered this module
1a190ae8769a33f33b241fab38049e04dc14fd60ndMODULE_ARC_CASES = PSARC/2010/109
1a190ae8769a33f33b241fab38049e04dc14fd60nd
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Package metadata
1a190ae8769a33f33b241fab38049e04dc14fd60ndMODULE_DESC = the xcb-util library of xcb utility functions
1a190ae8769a33f33b241fab38049e04dc14fd60ndUPSTREAM_PROJECT = xcb
1a190ae8769a33f33b241fab38049e04dc14fd60ndUPSTREAM_PROJECT_SET = yes
1a190ae8769a33f33b241fab38049e04dc14fd60nd
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Patches to apply to source after unpacking, in order
1a190ae8769a33f33b241fab38049e04dc14fd60ndSOURCE_PATCHES =
1a190ae8769a33f33b241fab38049e04dc14fd60nd
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Library name (used for specfiles/mapfiles)
1a190ae8769a33f33b241fab38049e04dc14fd60ndLIBNAME=xcbutil
1a190ae8769a33f33b241fab38049e04dc14fd60nd
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Man pages to apply Sun footer to & attributes to list
1a190ae8769a33f33b241fab38049e04dc14fd60ndSUNTOUCHED_MANPAGES=
1a190ae8769a33f33b241fab38049e04dc14fd60ndMODULE_STABILITY=Uncommitted
1a190ae8769a33f33b241fab38049e04dc14fd60nd
1a190ae8769a33f33b241fab38049e04dc14fd60nd# Need to use GNU Make to build, due to the use of $< in explicit rules
1a190ae8769a33f33b241fab38049e04dc14fd60ndMODULE_MAKE=$(GNUMAKE)
1a190ae8769a33f33b241fab38049e04dc14fd60ndMODULE_MAKE_SET=yes
1a190ae8769a33f33b241fab38049e04dc14fd60nd
1a190ae8769a33f33b241fab38049e04dc14fd60ndinclude ../Makefile.inc
1a190ae8769a33f33b241fab38049e04dc14fd60nd