Makefile revision 561
30N/A###############################################################################
30N/A#
30N/A# Xtst library Makefile
30N/A#
30N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
30N/A# Use subject to license terms.
30N/A#
30N/A# Permission is hereby granted, free of charge, to any person obtaining a
30N/A# copy of this software and associated documentation files (the
30N/A# "Software"), to deal in the Software without restriction, including
30N/A# without limitation the rights to use, copy, modify, merge, publish,
30N/A# distribute, and/or sell copies of the Software, and to permit persons
30N/A# to whom the Software is furnished to do so, provided that the above
30N/A# copyright notice(s) and this permission notice appear in all copies of
30N/A# the Software and that both the above copyright notice(s) and this
30N/A# permission notice appear in supporting documentation.
30N/A#
30N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
30N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1393N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
30N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
30N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
30N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
58N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
58N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
58N/A#
1185N/A# Except as contained in this notice, the name of a copyright holder
1185N/A# shall not be used in advertising or otherwise to promote the sale, use
30N/A# or other dealings in this Software without prior written authorization
30N/A# of the copyright holder.
58N/A#
58N/A# @(#)Makefile 1.4 08/08/08
58N/A#
58N/A
58N/A# Package name used in tarballs
320N/AMODULE_NAME=libXtst
320N/A
1185N/A# Version number (used in path names)
664N/AMODULE_VERSION=1.0.3
570N/A
1195N/A# Patches to apply to source after unpacking, in order
30N/ASOURCE_PATCHES = solaris-abi.patch
30N/A
30N/A# Library name
58N/ALIBNAME=Xtst
30N/A
418N/A# Man pages to apply Sun footer to & attributes to list
1470N/ASUNTOUCHED_MANPAGES=man/*.man
456N/ASUN_PACKAGE=SUNWxwplt
1190N/AMODULE_STABILITY=Committed
1470N/ALIB_MAN_SUFFIX=3Xtst
1470N/A
1190N/A
30N/A
1467N/A# Link with version mapfile
1190N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
77N/A
77N/A# pkg-config files that need to have -R added
77N/AFIX_PC_FILES=xtst.pc.in
77N/A
30N/Ainclude ../Makefile.inc
30N/A
30N/A