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