open-src/lib/libxcb/Makefile
author ravi kumar <ravi.n.kumar@oracle.com>
Wed, 12 Apr 2017 06:57:07 +0000
changeset 1705 76aff95e6534
parent 1610 77a2e608a1ff
permissions -rw-r--r--
19154747 X application crashed with Assertion failed: xcb_xlib_threads_sequence_lost
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
###############################################################################
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
#
1356
73c3eb360de2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1276
diff changeset
     3
# xcb - Lighter weight X11 client libraries
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
#
1705
76aff95e6534 19154747 X application crashed with Assertion failed: xcb_xlib_threads_sequence_lost
ravi kumar <ravi.n.kumar@oracle.com>
parents: 1610
diff changeset
     5
# Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
#
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
# Permission is hereby granted, free of charge, to any person obtaining a
1075
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
     8
# copy of this software and associated documentation files (the "Software"),
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
     9
# to deal in the Software without restriction, including without limitation
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    10
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    11
# and/or sell copies of the Software, and to permit persons to whom the
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    12
# Software is furnished to do so, subject to the following conditions:
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    13
#
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    14
# The above copyright notice and this permission notice (including the next
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    15
# paragraph) shall be included in all copies or substantial portions of the
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    16
# Software.
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    17
#
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    18
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    19
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    20
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    21
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    22
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    23
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4efb0248579d 7019730 xcb build fails with Studio 12.2 compilers
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1029
diff changeset
    24
# DEALINGS IN THE SOFTWARE.
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    25
#
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    26
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    27
# Package name used in tarballs
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    28
MODULE_NAME=libxcb
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    29
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    30
# Version number (used in path names)
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    31
MODULE_VERSION=1.11
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    32
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    33
# Checksums for upstream tarball
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    34
TARBALL_MD5   = 5a873ebd383d1a60612dd6ec6b42c781
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    35
TARBALL_SHA1  = 8343b417d7eeb2a2c6b6c4a87a03a4fd0fc65c46
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    36
TARBALL_SHA256= 03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    37
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    38
# ARC cases that covered this module
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    39
MODULE_ARC_CASES = PSARC/2010/109
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    40
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    41
# Package metadata
1356
73c3eb360de2 16167547 Update copyright & license display & metadata in X packages
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1276
diff changeset
    42
MODULE_DESC = the XCB family of X11 client libraries
1123
4678f8c1d429 7042918 Update xcb-util to version 0.3.8 [PSARC/2011/215]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1110
diff changeset
    43
UPSTREAM_PROJECT = xcb
4678f8c1d429 7042918 Update xcb-util to version 0.3.8 [PSARC/2011/215]
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1110
diff changeset
    44
UPSTREAM_PROJECT_SET = yes
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    45
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    46
# Patches to apply to source after unpacking, in order
1276
52f85727ce94 7161868 Update X.Org modules to X11R7.7 RC1
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1222
diff changeset
    47
SOURCE_PATCHES  = Makefile.am.0.patch,-p1
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    48
SOURCE_PATCHES += manpage.patch
1705
76aff95e6534 19154747 X application crashed with Assertion failed: xcb_xlib_threads_sequence_lost
ravi kumar <ravi.n.kumar@oracle.com>
parents: 1610
diff changeset
    49
SOURCE_PATCHES += 19154747.patch,-p1
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
1132
d9f96853a754 7047456 X could do better at building & packaging python bits
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1123
diff changeset
    51
# Regenerate Makefile.in's from Makefile.am's after patching them
d9f96853a754 7047456 X could do better at building & packaging python bits
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1123
diff changeset
    52
AUTORECONF=yes
d9f96853a754 7047456 X could do better at building & packaging python bits
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1123
diff changeset
    53
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
# Library name (used for specfiles/mapfiles)
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    55
LIBNAME=xcb
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    56
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    57
# Man pages to apply Sun footer to & attributes to list
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    58
SUNTOUCHED_MANPAGES= man/xcb-examples.man man/xcb-requests.man
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
    59
MODULE_STABILITY=Volatile
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    60
MODULE_MTLEVEL=Safe
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
    61
MODULE_MTLEVEL_SET=yes
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
    62
LIB_MAN_SUFFIX=3xcb
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    63
1425
d2b9d2006251 17915870 clean up check_rtime & ld guidance warnings in X gate
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1408
diff changeset
    64
MODULE_LD_OPTIONS = $(ZDISCARD_UNUSED_DEP) -lc
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    65
LD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    66
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    67
# Command line options to GNU autoconf configure script
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    68
MODULE_CONFIG_OPTS = $(MODTYPE_CONFIG_OPTS) \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    69
		     --disable-libtool-lock \
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
    70
		     --enable-devel-docs=no \
1029
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    71
		     --enable-composite \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    72
		     --enable-damage \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    73
		     --enable-dpms \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    74
		     --enable-dri2 \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    75
		     --enable-glx \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    76
		     --enable-randr \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    77
		     --enable-record \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    78
		     --enable-render \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    79
		     --enable-resource \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    80
		     --enable-screensaver \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    81
		     --enable-shape \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    82
		     --enable-shm \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    83
		     --enable-sync \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    84
		     --enable-xevie \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    85
		     --enable-xfixes \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    86
		     --enable-xfree86-dri \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    87
		     --enable-xinerama \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    88
		     --enable-xinput \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    89
		     --enable-xprint \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    90
		     --disable-selinux \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    91
		     --enable-xtest \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    92
		     --enable-xv \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    93
		     --enable-xvmc \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    94
		     --with-queue-size=32768 \
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    95
		     --with-pic
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    96
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    97
# Work around libtool's interference
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    98
DELIBTOOLIZE=yes
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    99
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   100
# pkg-config files that need to have -R added
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   101
FIX_PC_FILES=*.pc.in
2433d5075f1f 6667057 Introduce libXcb in Solaris [PSARC 2010/109]
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   102
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   103
# Additional rules beyond what upstream provides
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   104
MODULE_ADD_INSTALL_TARGETS=install_solaris_exts
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   105
1375
9962afb9f9a1 16702043 xcb man pages should be delivered in man3xcb instead of man3 (fix build)
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1374
diff changeset
   106
include ../Makefile.inc
9962afb9f9a1 16702043 xcb man pages should be delivered in man3xcb instead of man3 (fix build)
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1374
diff changeset
   107
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   108
# Additional files we need to install
1610
77a2e608a1ff 22807351 X gate makefiles no longer need to carry around $(X11_DIR) baggage
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1549
diff changeset
   109
MANDIR = $(PROTODIR)$(MODULE_MAN_DIR)/man3xcb
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   110
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   111
# Need to apply suntouch changes to man pages generated during build
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   112
install_solaris_exts: $(INSTALL_DEPS)
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   113
	$(PERL) $(TOP)/open-src/common/suntouch-manpages.pl \
1466
fbd4067be4c6 19461700 Split source & build subdirectories in X builds
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1451
diff changeset
   114
		$(SUNTOUCH_MAN_FLAGS) $(BUILD_DIR)/src/man/*.3xcb
1374
f980eb6ede81 16739280 update to Xorg 1.14.1
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1366
diff changeset
   115
	mkdir -p $(MANDIR)
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
   116
	ginstall -m 0444 $(SOURCE_DIR)/man/xcb-examples.man \
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   117
		$(MANDIR)/xcb-examples.3xcb
1549
4b5a9782609e 21256857 Update Xorg to the latest community version 1.17.2
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 1466
diff changeset
   118
	ginstall -m 0444 $(SOURCE_DIR)/man/xcb-requests.man \
1451
4d0056c482c6 18663528 Missed attributes in man pages of packages from X-incorporation
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1425
diff changeset
   119
		$(MANDIR)/xcb-requests.3xcb
1466
fbd4067be4c6 19461700 Split source & build subdirectories in X builds
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 1451
diff changeset
   120
	ginstall -m 0444 $(BUILD_DIR)/src/man/*.3xcb $(MANDIR)/