Makefile revision 970
2058N/A###############################################################################
2058N/A#
2058N/A# Xrender 1.x Makefile
2058N/A#
2058N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
2058N/A#
2058N/A# Permission is hereby granted, free of charge, to any person obtaining a
2058N/A# copy of this software and associated documentation files (the "Software"),
2058N/A# to deal in the Software without restriction, including without limitation
2058N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2058N/A# and/or sell copies of the Software, and to permit persons to whom the
2058N/A# Software is furnished to do so, subject to the following conditions:
2058N/A#
2058N/A# The above copyright notice and this permission notice (including the next
2058N/A# paragraph) shall be included in all copies or substantial portions of the
2058N/A# Software.
2058N/A#
2058N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2058N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2058N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3996N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2058N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2058N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2058N/A# DEALINGS IN THE SOFTWARE.
2058N/A#
2320N/A#
2058N/A
2058N/A# Package name used in tarballs
2058N/AMODULE_NAME=libXrender
2320N/A
2058N/A# Version number (used in path names)
2058N/AMODULE_VERSION=0.9.6
2058N/A
2058N/A# Checksums for upstream tarball
3661N/ATARBALL_MD5 = 3b3b7d076c2384b6c600c0b5f4ba971f
3661N/ATARBALL_SHA1 = 65bd96dc17da6b064f95109da02d9c9d14cb06dc
3996N/A
3996N/A# Patches to apply to source after unpacking, in order
3996N/ASOURCE_PATCHES =
2058N/A
2058N/A# Library name
2058N/ALIBNAME=Xrender
2058N/A
2058N/A# Man pages to apply Sun footer to & attributes to list
2058N/A#SUNTOUCHED_MANPAGES=man/*.man
2058N/AMODULE_STABILITY=Volatile
2058N/ALIB_MAN_SUFFIX=3xrender
2058N/A
2058N/A# ARC cases that covered this module
2058N/A# LSARC/2001/125 Xserver Render Extension
2058N/AMODULE_ARC_CASES = LSARC/2001/125
2058N/A# LSARC/2004/414 X Render Extension 0.8
2058N/AMODULE_ARC_CASES += LSARC/2004/414
# LSARC/2007/193 X Render Extension: Protocol 0.10 / API 0.9
MODULE_ARC_CASES += LSARC/2007/193
# Environment variable options to GNU autoconf configure script
MODULE_CFLAGS=-I../include
# Link with version mapfile
MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
# pkg-config files that need to have -R added
FIX_PC_FILES=xrender.pc.in
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXrender.so libXrender.so.1
include ../Makefile.inc