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