Makefile revision 1276
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen###############################################################################
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# Session Management protocol library
c6f7c917a1b494d4455800823472227463f87438Tom Gundersen# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# Permission is hereby granted, free of charge, to any person obtaining a
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# copy of this software and associated documentation files (the "Software"),
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# to deal in the Software without restriction, including without limitation
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# the rights to use, copy, modify, merge, publish, distribute, sublicense,
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# and/or sell copies of the Software, and to permit persons to whom the
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# Software is furnished to do so, subject to the following conditions:
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# The above copyright notice and this permission notice (including the next
c0dda18697e0994272c0c9616d36f6777b60e2c7Tom Gundersen# paragraph) shall be included in all copies or substantial portions of the
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# DEALINGS IN THE SOFTWARE.
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Package name used in tarballs
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Version number (used in path names)
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Checksums for upstream tarball
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant SahaniTARBALL_SHA1 = 8d354a165e330022ffd3606aba562b8c8154213d
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant SahaniTARBALL_SHA256= 93c11d569c64f40723b93b44af1efb474a0cfe92573b0c8c330343cabb897f1d
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Patches to apply to source after unpacking, in order
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Library name (used for specfiles/mapfiles)
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Man pages to apply Sun footer to & attributes to list
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Command line options to GNU autoconf configure script
b69c318040acaefdd02a710998676312d764040bSusant Sahani# Link with version mapfile
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# pkg-config files that need to have -R added
4f2e437ad7b04bc0690d1f8202577cbf47acb215Susant Sahani# Compatibility links from /usr/X11/lib to /usr/lib