Makefile revision 943
390N/A###############################################################################
390N/A#
390N/A# Xdamage 1.x Makefile
390N/A#
390N/A# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
390N/A#
390N/A# Permission is hereby granted, free of charge, to any person obtaining a
390N/A# copy of this software and associated documentation files (the "Software"),
390N/A# to deal in the Software without restriction, including without limitation
390N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
390N/A# and/or sell copies of the Software, and to permit persons to whom the
390N/A# Software is furnished to do so, subject to the following conditions:
390N/A#
390N/A# The above copyright notice and this permission notice (including the next
390N/A# paragraph) shall be included in all copies or substantial portions of the
390N/A# Software.
390N/A#
390N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
390N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
390N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
390N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
390N/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
390N/A# DEALINGS IN THE SOFTWARE.
390N/A#
390N/A#
390N/A
390N/A# Package name used in tarballs
390N/AMODULE_NAME=libXdamage
390N/A
390N/A# Version number (used in path names)
618N/AMODULE_VERSION=1.1.2
844N/A
844N/A# Checksums for upstream tarball
390N/ATARBALL_MD5 = b42780bce703ec202a33e5693991c09d
390N/ATARBALL_SHA1 = dc1fbc938e9bbc859c70cf2087440fc15b00bb1e
390N/A
390N/A# Patches to apply to source after unpacking, in order
390N/ASOURCE_PATCHES =
390N/A
390N/A# Library name
390N/ALIBNAME=Xdamage
390N/A
390N/A# Man pages to apply Sun footer to & attributes to list
390N/A#SUNTOUCHED_MANPAGES=man/*.man
390N/ASUN_PACKAGE=SUNWxwplt
390N/AMODULE_STABILITY=Volatile
390N/ALIB_MAN_SUFFIX=3Xdamage
390N/A
390N/A
390N/A
390N/A# pkg-config files that need to have -R added
390N/AFIX_PC_FILES=xdamage.pc.in
390N/A
# Link with version mapfile
MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
include ../Makefile.inc