Makefile revision 1356
98N/A###############################################################################
98N/A#
1276N/A# xcb - Lighter weight X11 client libraries
98N/A#
1276N/A# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
98N/A#
98N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
98N/A#
98N/A
98N/A# Package name used in tarballs
98N/AMODULE_NAME=libxcb
98N/A
98N/A# Version number (used in path names)
156N/AMODULE_VERSION=1.8.1
493N/A
98N/A# Checksums for upstream tarball
970N/ATARBALL_MD5 = 9da03df9e2f4c048202920d9f6a7e123
970N/ATARBALL_SHA1 = 98199b6054750a06cddd4e77baa4354af547ce6f
970N/A
970N/A# ARC cases that covered this module
98N/AMODULE_ARC_CASES = PSARC/2010/109
1276N/A
98N/A# Package metadata
911N/AMODULE_DESC = the XCB family of X11 client libraries
1276N/AUPSTREAM_PROJECT = xcb
1276N/AUPSTREAM_PROJECT_SET = yes
1276N/A
911N/A# Patches to apply to source after unpacking, in order
98N/ASOURCE_PATCHES = Makefile.am.0.patch,-p1
1291N/ASOURCE_PATCHES += Makefile.am.4.patch,-p1
1291N/A
1276N/A# Regenerate Makefile.in's from Makefile.am's after patching them
1276N/AAUTORECONF=yes
98N/A
98N/A# Library name (used for specfiles/mapfiles)
98N/ALIBNAME=xcb
98N/A
98N/A# Man pages to apply Sun footer to & attributes to list
98N/ASUNTOUCHED_MANPAGES=
963N/AMODULE_STABILITY=Uncommitted
963N/ALIB_MAN_SUFFIX=
963N/A
963N/AMODULE_LD_OPTIONS = -z ignore -lc
963N/ALD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)
963N/A
963N/A# Command line options to GNU autoconf configure script
98N/AMODULE_CONFIG_OPTS = $(MODTYPE_CONFIG_OPTS) \
156N/A --disable-libtool-lock \
--enable-build-docs=no \
--enable-composite \
--enable-damage \
--enable-dpms \
--enable-dri2 \
--enable-glx \
--enable-randr \
--enable-record \
--enable-render \
--enable-resource \
--enable-screensaver \
--enable-shape \
--enable-shm \
--enable-sync \
--enable-xevie \
--enable-xfixes \
--enable-xfree86-dri \
--enable-xinerama \
--enable-xinput \
--enable-xprint \
--disable-selinux \
--enable-xtest \
--enable-xv \
--enable-xvmc \
--with-queue-size=32768 \
--with-pic
# Work around libtool's interference
DELIBTOOLIZE=yes
# pkg-config files that need to have -R added
FIX_PC_FILES=*.pc.in
include ../Makefile.inc