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