Makefile revision 1551
1788N/A###############################################################################
1788N/A#
1788N/A# libXres - Xlib-based client library for Xinerama extension protocol
1788N/A#
1788N/A# Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
1788N/A#
1788N/A# Permission is hereby granted, free of charge, to any person obtaining a
1788N/A# copy of this software and associated documentation files (the "Software"),
1788N/A# to deal in the Software without restriction, including without limitation
1788N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1788N/A# and/or sell copies of the Software, and to permit persons to whom the
1788N/A# Software is furnished to do so, subject to the following conditions:
1788N/A#
1788N/A# The above copyright notice and this permission notice (including the next
1788N/A# paragraph) shall be included in all copies or substantial portions of the
1788N/A# Software.
1788N/A#
1788N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1788N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1788N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1788N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1788N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1788N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1788N/A# DEALINGS IN THE SOFTWARE.
1788N/A#
1788N/A#
1788N/A
1788N/A# Package name used in tarballs
1788N/AMODULE_NAME=libXres
1788N/A
1788N/A# Version number (used in path names)
1788N/AMODULE_VERSION=1.0.7
1788N/A
1788N/A# Checksums for upstream tarball
1788N/ATARBALL_MD5 = 45ef29206a6b58254c81bea28ec6c95f
1788N/ATARBALL_SHA1 = 45e09c6b771af5d8c448ce31de65d15bf83b7579
1788N/ATARBALL_SHA256= 26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5
1788N/A
1788N/A# Link with version mapfile
1788N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
1788N/A
1788N/A# Patches to apply to source after unpacking, in order
1788N/ASOURCE_PATCHES =
1788N/A
1788N/A# Library name (used for specfiles/mapfiles)
1788N/ALIBNAME=XRes
1788N/A
1788N/A# ARC cases that covered this module
1788N/A# LSARC/2003/686 X-Resource Extension
1788N/AMODULE_ARC_CASES = LSARC/2003/686
1788N/A
1788N/A# Man pages to apply Sun footer to & attributes to list
1788N/ASUNTOUCHED_MANPAGES=man/*.man
1788N/AMODULE_STABILITY=Volatile
1788N/ALIB_MAN_SUFFIX=3xres
1788N/A
1788N/A# Package metadata
1788N/AGIT_URL = $(XORG_GIT_URL)/lib/libXRes
1788N/AGIT_URL_SET = yes
1788N/A
1788N/A# pkg-config files that need to have -R added
1788N/AFIX_PC_FILES=xres.pc.in
1788N/A
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXRes.so libXRes.so.1
include ../Makefile.inc