Makefile revision 911
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf###############################################################################
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Xxf86vm 1.x Makefile
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Use is subject to license terms.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Permission is hereby granted, free of charge, to any person obtaining a
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# copy of this software and associated documentation files (the
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# "Software"), to deal in the Software without restriction, including
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# without limitation the rights to use, copy, modify, merge, publish,
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# distribute, and/or sell copies of the Software, and to permit persons
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# to whom the Software is furnished to do so, provided that the above
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# copyright notice(s) and this permission notice appear in all copies of
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# the Software and that both the above copyright notice(s) and this
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# permission notice appear in supporting documentation.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Except as contained in this notice, the name of a copyright holder
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# shall not be used in advertising or otherwise to promote the sale, use
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# or other dealings in this Software without prior written authorization
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# of the copyright holder.
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf#
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Package name used in tarballs
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfMODULE_NAME=libXxf86vm
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Version number (used in path names)
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfMODULE_VERSION=1.1.0
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Checksums for upstream tarball
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfTARBALL_MD5 = b431ad7084e1055fef99a9115237edd8
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfTARBALL_SHA1 = f5ce7854f201d9c69dfcdd13123b51f497b69a47
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Patches to apply to source after unpacking, in order
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillfSOURCE_PATCHES =
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf
54925bf60766fbb4f1f2d7c843721406a7b7a3fbwillf# Library name
LIBNAME=Xxf86vm
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
SUN_PACKAGE=SUNWxorg-clientlibs
MODULE_STABILITY=Volatile
LIB_MAN_SUFFIX=3Xxf86vm
# pkg-config files that need to have -R added
FIX_PC_FILES=xxf86vm.pc.in
include ../Makefile.inc