Makefile revision 1418
306N/A###############################################################################
306N/A#
306N/A# xcb-util - Library of xcb utility functions
306N/A#
306N/A# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
306N/A#
306N/A# Permission is hereby granted, free of charge, to any person obtaining a
306N/A# copy of this software and associated documentation files (the "Software"),
306N/A# to deal in the Software without restriction, including without limitation
306N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
306N/A# and/or sell copies of the Software, and to permit persons to whom the
306N/A# Software is furnished to do so, subject to the following conditions:
306N/A#
306N/A# The above copyright notice and this permission notice (including the next
306N/A# paragraph) shall be included in all copies or substantial portions of the
306N/A# Software.
306N/A#
306N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
306N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
306N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
306N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
306N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3817N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
306N/A# DEALINGS IN THE SOFTWARE.
306N/A#
306N/A
306N/A# Package name used in tarballs
306N/AMODULE_NAME=xcb-util
306N/A
306N/A# Version number (used in path names)
306N/AMODULE_VERSION=0.3.9
306N/A
844N/A# Checksums for upstream tarball
844N/ATARBALL_MD5 = 01dcc7a16d5020530552712710646ea2
306N/ATARBALL_SHA1 = 02060d8e2e70838fc41cd3a27c7f2909090d8c20
1258N/A
306N/A# ARC cases that covered this module
2899N/AMODULE_ARC_CASES = PSARC/2010/109
2899N/A
3817N/A# Package metadata
3817N/AMODULE_DESC = the xcb-util library of xcb utility functions
3817N/AUPSTREAM_PROJECT = xcb
306N/AUPSTREAM_PROJECT_SET = yes
306N/AORACLE_TPNO = 5068
306N/AORACLE_TPNO_SET = yes
306N/A
306N/A# Patches to apply to source after unpacking, in order
306N/ASOURCE_PATCHES =
306N/A
306N/A# Library name (used for specfiles/mapfiles)
306N/ALIBNAME=xcbutil
2548N/A
306N/A# Man pages to apply Sun footer to & attributes to list
306N/ASUNTOUCHED_MANPAGES=
306N/AMODULE_STABILITY=Uncommitted
306N/A
306N/A# pkg-config files to update
306N/AFIX_PC_FILES=xcb-atom.pc.in xcb-aux.pc.in xcb-event.pc.in xcb-util.pc.in
306N/A
306N/A# Need to use GNU Make to build, due to the use of $< in explicit rules
306N/AMODULE_MAKE=$(GNUMAKE)
306N/AMODULE_MAKE_SET=yes
306N/A
3477N/Ainclude ../Makefile.inc
3477N/A