Makefile revision 1392
ffb88a4885747797937e30a5ac8b1606da3cb4adnd###############################################################################
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# xcb-util - Library of xcb utility functions
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Permission is hereby granted, free of charge, to any person obtaining a
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# copy of this software and associated documentation files (the "Software"),
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# to deal in the Software without restriction, including without limitation
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# the rights to use, copy, modify, merge, publish, distribute, sublicense,
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# and/or sell copies of the Software, and to permit persons to whom the
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Software is furnished to do so, subject to the following conditions:
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# The above copyright notice and this permission notice (including the next
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# paragraph) shall be included in all copies or substantial portions of the
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Software.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# DEALINGS IN THE SOFTWARE.
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Package name used in tarballs
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Version number (used in path names)
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Checksums for upstream tarball
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# ARC cases that covered this module
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Package metadata
ffb88a4885747797937e30a5ac8b1606da3cb4adndMODULE_DESC = the xcb-util library of xcb utility functions
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Patches to apply to source after unpacking, in order
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Library name (used for specfiles/mapfiles)
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Man pages to apply Sun footer to & attributes to list
ffb88a4885747797937e30a5ac8b1606da3cb4adnd# Need to use GNU Make to build, due to the use of $< in explicit rules