Makefile revision 1377
2a47a757521f9adc039463e635723cad10460548Tim Reddehase###############################################################################
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# libXtst - Xlib-based client library for Xtest & Record extension protocols
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Permission is hereby granted, free of charge, to any person obtaining a
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# copy of this software and associated documentation files (the "Software"),
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# to deal in the Software without restriction, including without limitation
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# and/or sell copies of the Software, and to permit persons to whom the
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Software is furnished to do so, subject to the following conditions:
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# The above copyright notice and this permission notice (including the next
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# paragraph) shall be included in all copies or substantial portions of the
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
9940047ec4fd0ef151dfddd4253534eafa8c900cEugen Kuksa# DEALINGS IN THE SOFTWARE.
9940047ec4fd0ef151dfddd4253534eafa8c900cEugen Kuksa# Package name used in tarballs
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Version number (used in path names)
9940047ec4fd0ef151dfddd4253534eafa8c900cEugen Kuksa# Checksums for upstream tarball
2a47a757521f9adc039463e635723cad10460548Tim ReddehaseTARBALL_SHA1 = 44e19899f9938d3db5546e51c338d6f86d88cfe2
2a47a757521f9adc039463e635723cad10460548Tim ReddehaseTARBALL_SHA256= 7eea3e66e392aca3f9dad6238198753c28e1c32fa4903cbb7739607a2504e5e0
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Patches to apply to source after unpacking, in order
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Need to regenerate automake files after solaris-abi.patch
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Library name
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Man pages to apply Sun footer to & attributes to list
9940047ec4fd0ef151dfddd4253534eafa8c900cEugen Kuksa# Fix .so links generated by xmlto to contain directory information
2a47a757521f9adc039463e635723cad10460548Tim ReddehaseMODULE_SUNTOUCH_MAN_FLAGS = -r '{^\.so X,.so man3xtst/X}'
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Link with version mapfile
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# configure includes xi in PKG_CHECK_MODULES since libXi headers & macros
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# are used, but currently no functions are actually linked with, so we can
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# ignore it when linking
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# pkg-config files that need to have -R added
2a47a757521f9adc039463e635723cad10460548Tim Reddehase# Compatibility links from /usr/X11/lib to /usr/lib