Makefile revision 1447
d657c51f14601d0235434ffb78cf6ac0f27cc83cLennart Poettering###############################################################################
78b6b7ceb2c76a3e29aeaa4b00c257be0706bffcLennart Poettering# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
78b6b7ceb2c76a3e29aeaa4b00c257be0706bffcLennart Poettering# Permission is hereby granted, free of charge, to any person obtaining a
78b6b7ceb2c76a3e29aeaa4b00c257be0706bffcLennart Poettering# copy of this software and associated documentation files (the "Software"),
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# to deal in the Software without restriction, including without limitation
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# the rights to use, copy, modify, merge, publish, distribute, sublicense,
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# and/or sell copies of the Software, and to permit persons to whom the
4bdc60cb6fab336d455abbbd269e5bfccf760c91Lennart Poettering# Software is furnished to do so, subject to the following conditions:
78b6b7ceb2c76a3e29aeaa4b00c257be0706bffcLennart Poettering# The above copyright notice and this permission notice (including the next
4bdc60cb6fab336d455abbbd269e5bfccf760c91Lennart Poettering# paragraph) shall be included in all copies or substantial portions of the
78b6b7ceb2c76a3e29aeaa4b00c257be0706bffcLennart Poettering# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# DEALINGS IN THE SOFTWARE.
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart Poettering# Package name used in tarballs
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart Poettering# Version number (used in path names)
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart Poettering# Checksums for upstream tarball
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart PoetteringTARBALL_MD5 = ffa3f82595211609140440505b0e6301
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart PoetteringTARBALL_SHA1 = 84e2dc6e35c4a82f1a4d1fe4723fba58364c3bec
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart Poettering# Patches to apply to source after unpacking, in order
4ffd29fda1a2621d8f1711ccaad723d327fef93aLennart Poettering# Library name (used for specfiles/mapfiles)
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# ARC cases that covered this module
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# LSARC/2002/312 XEvIE
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-SzmekMODULE_ARC_CASES = LSARC/2002/312
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# PSARC/2008/194 X11R7 update to libXext, libXevie & libXss
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-SzmekMODULE_ARC_CASES += PSARC/2008/194
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# Man pages to apply Sun footer to & attributes to list
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# pkg-config files that need to have -R added
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# Link with version mapfile
78b6b7ceb2c76a3e29aeaa4b00c257be0706bffcLennart PoetteringMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# libXevie actually doesn't call any libc functions, so we can discard
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# the -lc automatically added by MODTYPE_LDFLAGS in ../Makefile.inc
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-SzmekMODULE_LD_OPTIONS += $(ZDISCARD_UNUSED_DEP)
b62a309a47dd11e11729616767421397b6ca7053Zbigniew Jędrzejewski-Szmek# Compatibility links from /usr/X11/lib to /usr/lib