Makefile revision 919
501N/A###############################################################################
501N/A#
501N/A# Xtst library Makefile
501N/A#
851N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
851N/A# Use is subject to license terms.
501N/A#
501N/A# Permission is hereby granted, free of charge, to any person obtaining a
501N/A# copy of this software and associated documentation files (the "Software"),
501N/A# to deal in the Software without restriction, including without limitation
501N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
501N/A# and/or sell copies of the Software, and to permit persons to whom the
501N/A# Software is furnished to do so, subject to the following conditions:
501N/A#
501N/A# The above copyright notice and this permission notice (including the next
501N/A# paragraph) shall be included in all copies or substantial portions of the
501N/A# Software.
501N/A#
501N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
501N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
501N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
501N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
501N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
501N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
501N/A# DEALINGS IN THE SOFTWARE.
501N/A#
501N/A#
501N/A
501N/A# Package name used in tarballs
501N/AMODULE_NAME=libXtst
501N/A
501N/A# Version number (used in path names)
851N/AMODULE_VERSION=1.1.0
501N/A
501N/A# Checksums for upstream tarball
501N/ATARBALL_MD5 = dd6f3e20b87310187121539f9605d977
501N/ATARBALL_SHA1 = 4363e9285bfb5a884073efacc50d39edb803a1a5
501N/A
501N/A# Patches to apply to source after unpacking, in order
501N/ASOURCE_PATCHES = \
851N/A man.patch,-p1 \
851N/A solaris-abi.patch
851N/A
501N/A# Need to regenerate automake files after solaris-abi.patch
851N/AAUTORECONF=yes
# Library name
LIBNAME=Xtst
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
SUN_PACKAGE=SUNWxwplt
MODULE_STABILITY=Committed
LIB_MAN_SUFFIX=3Xtst
# Link with version mapfile
MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
# pkg-config files that need to have -R added
FIX_PC_FILES=xtst.pc.in
include ../Makefile.inc