Makefile revision 1132
456N/A###############################################################################
456N/A#
456N/A# xcb 1.7 Makefile
456N/A#
456N/A# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
456N/A#
456N/A# Permission is hereby granted, free of charge, to any person obtaining a
456N/A# copy of this software and associated documentation files (the "Software"),
456N/A# to deal in the Software without restriction, including without limitation
456N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
456N/A# and/or sell copies of the Software, and to permit persons to whom the
456N/A# Software is furnished to do so, subject to the following conditions:
456N/A#
456N/A# The above copyright notice and this permission notice (including the next
456N/A# paragraph) shall be included in all copies or substantial portions of the
456N/A# Software.
456N/A#
456N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
456N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
456N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
456N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
456N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
456N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
456N/A# DEALINGS IN THE SOFTWARE.
456N/A#
456N/A
456N/A# Package name used in tarballs
456N/AMODULE_NAME=libxcb
456N/A
456N/A# Version number (used in path names)
456N/AMODULE_VERSION=1.7
456N/A
483N/A# Checksums for upstream tarball
456N/ATARBALL_MD5 = 925699df361b99491165ebc12068056b
456N/ATARBALL_SHA1 = 7540f0587907bce421914f0ddb813810cb2f36f8
456N/A
456N/A# ARC cases that covered this module
456N/AMODULE_ARC_CASES = PSARC/2010/109
456N/A
456N/A# Package metadata
456N/AUPSTREAM_PROJECT = xcb
456N/AUPSTREAM_PROJECT_SET = yes
456N/A
456N/A# Patches to apply to source after unpacking, in order
456N/ASOURCE_PATCHES = \
456N/A tsol-sockets.patch,-p1 \
456N/A unix-sockets.patch,-p1 \
456N/A Makefile.am.0.patch \
456N/A configure.1.patch \
456N/A aclocal.m4.2.patch \
xcb_conn.c.3.patch \
Makefile.am.4.patch
# Regenerate Makefile.in's from Makefile.am's after patching them
AUTORECONF=yes
# Library name (used for specfiles/mapfiles)
LIBNAME=xcb
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=
MODULE_STABILITY=Uncommitted
LIB_MAN_SUFFIX=
MODULE_LD_OPTIONS = -z ignore -lc
LD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)
# Command line options to GNU autoconf configure script
MODULE_CONFIG_OPTS = $(MODTYPE_CONFIG_OPTS) \
--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