Makefile revision 1351
331N/A###############################################################################
331N/A#
331N/A# Xrandr 1.x Makefile
331N/A#
331N/A# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
331N/A#
331N/A# Permission is hereby granted, free of charge, to any person obtaining a
331N/A# copy of this software and associated documentation files (the "Software"),
331N/A# to deal in the Software without restriction, including without limitation
331N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
331N/A# and/or sell copies of the Software, and to permit persons to whom the
331N/A# Software is furnished to do so, subject to the following conditions:
331N/A#
331N/A# The above copyright notice and this permission notice (including the next
331N/A# paragraph) shall be included in all copies or substantial portions of the
331N/A# Software.
331N/A#
331N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
331N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
331N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
331N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
331N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
844N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
331N/A# DEALINGS IN THE SOFTWARE.
331N/A#
331N/A#
331N/A
331N/A# Package name used in tarballs
331N/AMODULE_NAME=libXrandr
618N/A
331N/A# Version number (used in path names)
331N/AMODULE_VERSION=1.4.0
844N/A
844N/A# Checksums for upstream tarball
618N/ATARBALL_MD5 = 0c843636124cc1494e3d87df16957672
1273N/ATARBALL_SHA1 = 2353d16635a20521a64838f568bb4c8a10823316
331N/A
331N/A# Patches to apply to source after unpacking, in order
331N/ASOURCE_PATCHES = CVE-2013-1986.patch,-p1
331N/A
331N/A# Library name
331N/ALIBNAME=Xrandr
331N/A
331N/A# ARC cases that covered this module
331N/A# PSARC/2004/187 Xorg Server for Solaris
331N/AMODULE_ARC_CASES = PSARC/2004/187
331N/A# PSARC/2007/430 X Resize, Rotate and Reflect (RandR) 1.2
331N/AMODULE_ARC_CASES += PSARC/2007/430
331N/A# PSARC/2009/269 X Resize, Rotate and Reflect (RandR) 1.3
331N/AMODULE_ARC_CASES += PSARC/2009/269
331N/A# PSARC/2012/318 X Resize, Rotate and Reflect (RandR) 1.4
331N/AMODULE_ARC_CASES += PSARC/2012/318
331N/A
331N/A# Man pages to apply Sun footer to & attributes to list
331N/ASUNTOUCHED_MANPAGES=man/*.man
331N/AMODULE_STABILITY=Volatile
331N/ALIB_MAN_SUFFIX=3xrandr
331N/A
331N/A
331N/A# pkg-config files that need to have -R added
331N/AFIX_PC_FILES=xrandr.pc.in
331N/A
331N/A# Link with version mapfile
331N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
331N/A
331N/A# Compatibility links from /usr/X11/lib to /usr/lib
331N/AMODULE_X11_LIBCOMPAT_LINKS = libXrandr.so libXrandr.so.2
331N/A
331N/Ainclude ../Makefile.inc
331N/A